diff --git a/q4wine/PKGBUILD b/q4wine/PKGBUILD new file mode 100644 index 0000000..13c4163 --- /dev/null +++ b/q4wine/PKGBUILD @@ -0,0 +1,31 @@ +# +# Apps Packages for Chakra, part of chakra-project.org +# +# maintainer (x86_64): Giuseppe calĂ  + + +# include global config +source ../_buildscripts/${current_repo}-${_arch}-cfg.conf + +pkgname=q4wine +pkgver=0.120_r1 +pkgrel=1 +pkgdesc="A Qt4 GUI for Wine" +arch=("i686" "x86_64") +url="http://sourceforge.net/projects/${pkgname}/" +license=("GPL3") +depends=("qt" "wine" "sqlite3" "which" "icoutils") +makedepends=("cmake") +optdepends=("winetricks") +options=('!emptydirs' 'force') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2 ${pkgname}.desktop) +md5sums=('1ed212026d1f082ac57f12a61694f7bc' + 'bd91a0c611fc07ca05288ad6f2beb16e') + +build() { + cd ${srcdir}/${pkgname}-${pkgver/_/-} + cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_WINETRIKS=ON . + make + make DESTDIR=${pkgdir} install + install -D ${startdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop +} diff --git a/q4wine/q4wine.desktop b/q4wine/q4wine.desktop new file mode 100644 index 0000000..e6430a3 --- /dev/null +++ b/q4wine/q4wine.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Name=Q4Wine +GenericName=A Qt4 GUI for Wine +GenericName[it]=Una interfaccia in Qt4 per Wine +Comment=A Qt4 GUI for Wine +Comment[it]=Una interfaccia in Qt4 per Wine +#Version=0.1 +Type=Application +Categories=KDE;Qt;Settings +Terminal=false +Encoding=UTF-8 +Icon=wine +Exec=q4wine +#ServiceTypes=inode/directory +#Actions=Create; +#X-KDE-Submenu= +#X-KDE-Priority=TopLevel +#X-KDE-Icon=tgz +X-KDE-StartupNotify=true +#X-DCOP-ServiceType=Unique