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

Andrea Scarpino andrea at archlinux.org
Mon May 2 17:58:19 UTC 2011


    Date: Monday, May 2, 2011 @ 13:58:19
  Author: andrea
Revision: 122186

adjust python2-pyqt dependence

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-02 17:57:11 UTC (rev 122185)
+++ PKGBUILD	2011-05-02 17:58:19 UTC (rev 122186)
@@ -14,7 +14,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
-	    'system-config-printer-common' 'python2-qt')
+	         'system-config-printer-common' 'python2-pyqt')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
         'syslog-path.patch')
 sha1sums=('141e8e794ebd5341940d2d22986b7376a2abefbf'
@@ -70,7 +70,7 @@
 
 package_kdeadmin-system-config-printer-kde() {
 	pkgdesc='Configure local and remote Printers'
-	depends=('kdebindings-python' 'system-config-printer-common' 'python2-qt')
+	depends=('kdebindings-python' 'system-config-printer-common' 'python2-pyqt')
 	url="http://kde.org/applications/system/printerapplet/"
 	cd $srcdir/build/system-config-printer-kde
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list