[arch-commits] Commit in system-config-printer/repos/extra-i686 (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Sep 24 21:22:56 UTC 2013


    Date: Tuesday, September 24, 2013 @ 23:22:55
  Author: eric
Revision: 195060

archrelease: copy trunk to extra-i686

Added:
  system-config-printer/repos/extra-i686/PKGBUILD
    (from rev 195059, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-24 21:22:21 UTC (rev 195059)
+++ PKGBUILD	2013-09-24 21:22:55 UTC (rev 195060)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=system-config-printer
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="http://cyberelk.net/tim/software/system-config-printer/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
-         'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('gnome-keyring: password management')
-replaces=('system-config-printer-common' 'system-config-printer-gnome')
-conflicts=('system-config-printer-common' 'system-config-printer-gnome')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7f6462d84056be13aadeb6e3030aad5e'
-         'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-    -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find . -name '*.py')
-  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --with-udev-rules
-
-  make udevhelperdir=/usr/lib/udev
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
-    udevrulesdir=/usr/lib/udev/rules.d install
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 195059, system-config-printer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-24 21:22:55 UTC (rev 195060)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=system-config-printer
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
+         'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('gnome-keyring: password management')
+replaces=('system-config-printer-common' 'system-config-printer-gnome')
+conflicts=('system-config-printer-common' 'system-config-printer-gnome')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('3d794eb88c5813c3024b181677a602dd'
+         'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+    -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+    $(find . -name '*.py')
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-udev-rules
+
+  make udevhelperdir=/usr/lib/udev
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
+    udevrulesdir=/usr/lib/udev/rules.d install
+}




More information about the arch-commits mailing list