[arch-commits] Commit in launchy/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 17:03:54 UTC 2013


    Date: Tuesday, February 26, 2013 @ 18:03:54
  Author: andrea
Revision: 84993

upgpkg: launchy 2.5-2

qt4 rebuild

Modified:
  launchy/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 17:02:44 UTC (rev 84992)
+++ PKGBUILD	2013-02-26 17:03:54 UTC (rev 84993)
@@ -1,3 +1,4 @@
+# $Id$
 # Contributor: Andrew Burkett <burkett.andrew at gmail.com>
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
@@ -8,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://www.launchy.net/"
 license=('GPL')
-depends=('qt' 'xdg-utils')
+depends=('qt4' 'xdg-utils')
 makedepends=('gcc' 'boost')
 source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz"
 	fix-linking.patch)
@@ -21,7 +22,7 @@
   # fix linking against libX11
   patch -Np1 -i ../fix-linking.patch
 
-  qmake -r Launchy.pro
+  qmake4 -r Launchy.pro
   make
 }
 




More information about the arch-commits mailing list