Date: Sunday, December 21, 2014 @ 19:38:00 Author: andyrtr Revision: 227909
upgpkg: system-config-printer 1.5.4-2 add optional dep on cups-pk-helper - FS#42650 Modified: system-config-printer/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-21 16:59:39 UTC (rev 227908) +++ PKGBUILD 2014-12-21 18:38:00 UTC (rev 227909) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: +# Maintainer: AndyRTR <[email protected]> # Contributor: Andrea Scarpino <[email protected]> pkgname=system-config-printer pkgver=1.5.4 -pkgrel=1 +pkgrel=2 pkgdesc="A CUPS printer configuration tool and status applet" url="http://cyberelk.net/tim/software/system-config-printer/" arch=('i686' 'x86_64') @@ -14,11 +14,14 @@ makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils') optdepends=('libgnome-keyring: password management' 'python-pysmbc: SMB browser support' - 'python-packagekit: to install drivers with PackageKit') + 'python-packagekit: to install drivers with PackageKit' + 'cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges') source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig}) +validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh <[email protected]> <[email protected]> md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77' 'SKIP') + build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \
