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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Sep 5 12:52:45 UTC 2009


    Date: Saturday, September 5, 2009 @ 08:52:45
  Author: andyrtr
Revision: 51157

prepare -3, fixed the makedeps array to build in clean chroots

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-05 12:45:22 UTC (rev 51156)
+++ PKGBUILD	2009-09-05 12:52:45 UTC (rev 51157)
@@ -5,12 +5,17 @@
 pkgname=('system-config-printer-common'
 	'system-config-printer-gnome')
 pkgver=1.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Pygtk CUPS Configuration"
 url="http://cyberelk.net/tim/software/system-config-printer/"
 arch=('i686' 'x86_64')
 license=('GPL')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'perlxml' 'desktop-file-utils')
+makedepends=(# the makedeps
+             'intltool' 'python>=2.6.2-5' 'xmlto' 'docbook-xsl' 'desktop-file-utils'
+	    # the deps from system-config-printer-common
+	    'pycups>=1.9.46-2' 'libxml2' 'dbus-python' 'pygobject'
+	    # the deps from system-config-printer-gnome
+	    'gnome-python') # 'python-notify' (community repo)
 source=(http://cyberelk.net/tim/data/$pkgbase/1.1/$pkgbase-$pkgver.tar.bz2)
 md5sums=('43be348b60651e79479b5c396d9f6003')
 
@@ -26,9 +31,10 @@
 
 package_system-config-printer-common() {
   pkgdesc='Pygtk CUPS Configuration'
-  depends=('pycups' 'libxml2' 'dbus-python' 'pygobject')
+  depends=('pycups>=1.9.46-2' 'libxml2' 'dbus-python' 'pygobject')
   replaces=('system-config-printer')
   provides=('system-config-printer')
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -d ${pkgdir}/usr/share/${pkgbase}
   install -m644 config.py \
@@ -55,7 +61,8 @@
 
 package_system-config-printer-gnome() {
   pkgdesc='Pygtk CUPS Configuration - GNOME'
-  depends=('system-config-printer-common' 'python-notify' 'gnome-python')
+  depends=('system-config-printer-common' 'gnome-python') #'python-notify' 
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   cd ${pkgdir}/usr/share/${pkgbase}




More information about the arch-commits mailing list