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

Andrea Scarpino andrea at archlinux.org
Wed Jan 19 12:12:09 UTC 2011


    Date: Wednesday, January 19, 2011 @ 07:12:09
  Author: andrea
Revision: 106824

upgpkg: kdeadmin 4.5.5-2
fix to depends on python2-qt

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-19 12:05:09 UTC (rev 106823)
+++ PKGBUILD	2011-01-19 12:12:09 UTC (rev 106824)
@@ -8,13 +8,13 @@
          'kdeadmin-kuser'
          'kdeadmin-system-config-printer-kde')
 pkgver=4.5.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
-	'system-config-printer-common' 'pyqt' 'docbook-xsl')
+	'system-config-printer-common' 'python2-qt' 'docbook-xsl')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
 	'syslog-path.patch')
 sha1sums=('798dcc0e572315dc5db8afa2e6c467293cbf5d98'
@@ -70,7 +70,7 @@
 
 package_kdeadmin-system-config-printer-kde() {
 	pkgdesc='Configure local and remote Printers'
-	depends=('kdebindings-python' 'system-config-printer-common' 'pyqt')
+	depends=('kdebindings-python' 'system-config-printer-common' 'python2-qt')
 	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