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

Eric Bélanger eric at nymeria.archlinux.org
Mon Apr 14 17:50:08 UTC 2014


    Date: Monday, April 14, 2014 @ 19:50:08
  Author: eric
Revision: 210367

upgpkg: system-config-printer 1.4.4-1

Upstream update, Optimize python files (close FS#38762), Clean up depends (close FS#38612), Remove old replaces/conflicts arrays, Remove old patch

Modified:
  system-config-printer/trunk/PKGBUILD
Deleted:
  system-config-printer/trunk/40_scp-dbus-service-fix-dbus-signature-typo.patch

---------------------------------------------------+
 40_scp-dbus-service-fix-dbus-signature-typo.patch |   12 --------
 PKGBUILD                                          |   28 ++++++++++----------
 2 files changed, 14 insertions(+), 26 deletions(-)

Deleted: 40_scp-dbus-service-fix-dbus-signature-typo.patch
===================================================================
--- 40_scp-dbus-service-fix-dbus-signature-typo.patch	2014-04-14 17:46:23 UTC (rev 210366)
+++ 40_scp-dbus-service-fix-dbus-signature-typo.patch	2014-04-14 17:50:08 UTC (rev 210367)
@@ -1,12 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' system-config-printer-1.4.2+20130920/scp-dbus-service.py system-config-printer-1.4.2+20130920.new/scp-dbus-service.py
---- system-config-printer-1.4.2+20130920/scp-dbus-service.py	2013-09-20 22:26:27.000000000 +0200
-+++ system-config-printer-1.4.2+20130920.new/scp-dbus-service.py	2013-10-24 13:12:44.998717234 +0200
-@@ -367,7 +367,7 @@
-         pass
- 
-     @dbus.service.signal(dbus_interface=CONFIG_NEWPRINTERDIALOG_IFACE,
--                         signature='a{s}')
-+                         signature='a(s)')
-     def DriverDownloadChecked(self, installed_files):
-         pass
- 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-14 17:46:23 UTC (rev 210366)
+++ PKGBUILD	2014-04-14 17:50:08 UTC (rev 210367)
@@ -3,28 +3,23 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=system-config-printer
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+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')
+depends=('pycups' 'python2-dbus' 'python2-pycurl' 'python2-gobject2' 'libnotify'
+         'gnome-icon-theme'  '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}
-        40_scp-dbus-service-fix-dbus-signature-typo.patch)
-md5sums=('99e251bfd281526fb6ea109b3e2bace3'
-         'SKIP'
-         'a616371aff9fae27b99d036c4143bf37')
+optdepends=('libgnome-keyring: password management'
+            'pysmbc: SMB browser support')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('229c6ea422748a0fd7e533bba25595fc'
+         'SKIP')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../40_scp-dbus-service-fix-dbus-signature-typo.patch
-
   sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
     -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
     $(find . -name '*.py')
@@ -45,4 +40,9 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
     udevrulesdir=/usr/lib/udev/rules.d install
+
+  # Compile *.pyc
+  find "${pkgdir}" -name '*.py' -exec python2 -mpy_compile {} +
+  # Compile *.pyo
+  find "${pkgdir}" -name '*.py' -exec python2 -O -mpy_compile {} +
 }




More information about the arch-commits mailing list