From eefecc8813e0c062a2058b33209cb30830f824b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jan 2012 23:15:04 +0000 Subject: Thu Jan 19 23:15:03 UTC 2012 --- multilib/q4wine/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'multilib/q4wine') diff --git a/multilib/q4wine/PKGBUILD b/multilib/q4wine/PKGBUILD index 150554ce3..0e1457979 100644 --- a/multilib/q4wine/PKGBUILD +++ b/multilib/q4wine/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 49318 2011-06-14 11:07:14Z spupykin $ +# $Id: PKGBUILD 62212 2012-01-18 10:47:43Z heftig $ # Maintainer: Sergej Pupykin # Contributor: Chris Giles pkgname=q4wine pkgver=0.121 -pkgrel=2 +pkgrel=3 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") +optdepends=("winetricks" "fuseiso") options=('!emptydirs') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2) md5sums=('2de5de62f57ba6b26247198df339d81a') @@ -28,5 +28,4 @@ build() { package() { cd ${srcdir}/${pkgname}-${pkgver/_/-} make DESTDIR=${pkgdir} install -# install -D ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop } -- cgit v1.2.3-54-g00ecf