[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jan 18 20:16:41 UTC 2011


    Date: Tuesday, January 18, 2011 @ 15:16:41
  Author: andrea
Revision: 106735

upgpkg: system-config-printer 1.2.6-1
upstream release; move gnome-keyring to optdependence (FS#22493); cleanup deps

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-18 17:32:27 UTC (rev 106734)
+++ PKGBUILD	2011-01-18 20:16:41 UTC (rev 106735)
@@ -4,15 +4,15 @@
 pkgbase=system-config-printer
 pkgname=('system-config-printer-common'
 	'system-config-printer-gnome')
-pkgver=1.2.5
-pkgrel=5
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="http://cyberelk.net/tim/software/system-config-printer/"
 arch=('any')
 license=('GPL')
 makedepends=('intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libcups' 'libxml2')
 source=("http://cyberelk.net/tim/data/${pkgbase}/1.2/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('71c01b73c458033795b218c4779f9811')
+md5sums=('ba4ae339dac1025cb014918286fd029b')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -74,8 +74,8 @@
 
 package_system-config-printer-gnome() {
   pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
-  depends=('system-config-printer-common' 'gnome-icon-theme' 'pygobject'
-    'pygtk' 'libxml2' 'python-notify' 'gnome-keyring')
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  optdependence=('gnome-keyring: password management')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list