diff options
author | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
commit | 8654516201466a2dd3f3f05a6c0095e69c01715c (patch) | |
tree | a156feadd5848a424f6af944665d71aa954d01cf /kde-unstable | |
parent | 5d738f85840804ee493d267784d9cce5dc52f535 (diff) |
Sat Dec 31 23:14:47 UTC 2011
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/kdeadmin/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-unstable/kdeadmin/PKGBUILD b/kde-unstable/kdeadmin/PKGBUILD index 54aedf9a5..2b603ae36 100644 --- a/kde-unstable/kdeadmin/PKGBUILD +++ b/kde-unstable/kdeadmin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 145501 2011-12-22 22:47:38Z andrea $ +# $Id: PKGBUILD 145768 2011-12-30 10:34:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -8,7 +8,7 @@ pkgname=('kdeadmin-kcron' 'kdeadmin-kuser' 'kdeadmin-system-config-printer-kde') pkgver=4.7.95 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') @@ -67,7 +67,8 @@ package_kdeadmin-kuser() { package_kdeadmin-system-config-printer-kde() { pkgdesc='Configure local and remote Printers' - depends=('kdebindings-python' 'system-config-printer-common' 'python2-pyqt') + depends=('kdebindings-python' 'system-config-printer-common' 'python2-pyqt' + 'cups' 'python2-gobject2') url="http://kde.org/applications/system/printerapplet/" cd $srcdir/build/system-config-printer-kde make DESTDIR=$pkgdir install |