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

Andrea Scarpino andrea at archlinux.org
Sat Feb 25 21:26:48 UTC 2012


    Date: Saturday, February 25, 2012 @ 16:26:47
  Author: andrea
Revision: 151380

upgpkg: system-config-printer 1.3.8-2

Add missing pycurl deps (FS#28652)

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 20:21:10 UTC (rev 151379)
+++ PKGBUILD	2012-02-25 21:26:47 UTC (rev 151380)
@@ -3,14 +3,14 @@
 
 pkgbase=system-config-printer
 pkgname=('system-config-printer-common'
-	'system-config-printer-gnome')
+         'system-config-printer-gnome')
 pkgver=1.3.8
-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')
 license=('GPL')
-makedepends=('udev' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libcups' 'libxml2')
+makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
 source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
 md5sums=('ca04568dd7ff1ef7a381ad637d4e915b'
          '67c103760f9b4227bc1d99204d8378cd')
@@ -78,7 +78,7 @@
 
 package_system-config-printer-gnome() {
   pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
-  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify' 'python-pycurl')
   optdependence=('gnome-keyring: password management')
 
   cd "${srcdir}"/${pkgbase}-${pkgver}




More information about the arch-commits mailing list