[arch-commits] Commit in kdeutils/trunk (PKGBUILD fix-printer-applet-segfault.patch)

Andrea Scarpino andrea at archlinux.org
Wed Oct 7 17:18:59 UTC 2009


    Date: Wednesday, October 7, 2009 @ 13:18:58
  Author: andrea
Revision: 54283

upgpkg: kdeutils 4.3.2-3
    fix kde bug #209095

Added:
  kdeutils/trunk/fix-printer-applet-segfault.patch
Modified:
  kdeutils/trunk/PKGBUILD

-----------------------------------+
 PKGBUILD                          |    8 +++++---
 fix-printer-applet-segfault.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-07 17:00:37 UTC (rev 54282)
+++ PKGBUILD	2009-10-07 17:18:58 UTC (rev 54283)
@@ -17,7 +17,7 @@
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
 pkgver=4.3.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -25,8 +25,10 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs-experimental' 'kdepimlibs'
              'kdebase-lib' 'kdebase-runtime' 'kdebindings-python' 'qca' 
              'system-config-printer-common' 'libarchive' 'qimageblitz')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('b5e72292ed1504f8ee5a82a388af3b04')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+	'fix-printer-applet-segfault.patch')
+md5sums=('b5e72292ed1504f8ee5a82a388af3b04'
+         '4dbb643c5598a81d07503d8088ca5d17')
 
 build() {
 	cd $srcdir

Added: fix-printer-applet-segfault.patch
===================================================================
--- fix-printer-applet-segfault.patch	                        (rev 0)
+++ fix-printer-applet-segfault.patch	2009-10-07 17:18:58 UTC (rev 54283)
@@ -0,0 +1,11 @@
+--- kdeutils-4.3.2/printer-applet/printer-applet.py~	2009-10-07 19:01:11.156834631 +0200
++++ kdeutils-4.3.2/printer-applet/printer-applet.py	2009-10-07 19:01:25.830154976 +0200
+@@ -221,7 +221,7 @@
+         self.jobs = {}
+         self.jobiters = {}
+         self.will_update_job_creation_times = False # whether timeout is set FIXME now job_creation_times_timer
+-        self.update_job_creation_times_timer = QTimer(self)
++        self.update_job_creation_times_timer = QTimer()
+         self.connect(self.update_job_creation_times_timer, SIGNAL("timeout()"), self.update_job_creation_times)
+         self.statusbar_set = False
+         self.connecting_to_device = {} # dict of printer->time first seen




More information about the arch-commits mailing list