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

Jan de Groot jgc at nymeria.archlinux.org
Wed Dec 4 20:14:23 UTC 2013


    Date: Wednesday, December 4, 2013 @ 21:14:23
  Author: jgc
Revision: 200770

upgpkg: system-config-printer 1.4.3-2

Fix type signature in scp-dbus-service.py (FS#38006)

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

---------------------------------------------------+
 40_scp-dbus-service-fix-dbus-signature-typo.patch |   12 ++++++++++++
 PKGBUILD                                          |   10 +++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)

Added: 40_scp-dbus-service-fix-dbus-signature-typo.patch
===================================================================
--- 40_scp-dbus-service-fix-dbus-signature-typo.patch	                        (rev 0)
+++ 40_scp-dbus-service-fix-dbus-signature-typo.patch	2013-12-04 20:14:23 UTC (rev 200770)
@@ -0,0 +1,12 @@
+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	2013-12-04 20:10:59 UTC (rev 200769)
+++ PKGBUILD	2013-12-04 20:14:23 UTC (rev 200770)
@@ -4,7 +4,7 @@
 
 pkgname=system-config-printer
 pkgver=1.4.3
-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')
@@ -15,12 +15,16 @@
 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})
+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')
+         'SKIP'
+         'a616371aff9fae27b99d036c4143bf37')
 
 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')




More information about the arch-commits mailing list