[arch-commits] Commit in kdeutils/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Wed Oct 7 21:38:13 UTC 2009


    Date: Wednesday, October 7, 2009 @ 17:38:13
  Author: pierre
Revision: 54291

Merged revisions 54283 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kdeutils/trunk

........
  r54283 | andrea | 2009-10-07 19:18:58 +0200 (Mi, 07 Okt 2009) | 2 lines
  
  upgpkg: kdeutils 4.3.2-3
      fix kde bug #209095
........

Added:
  kdeutils/repos/extra-x86_64/fix-printer-applet-segfault.patch
    (from rev 54283, kdeutils/trunk/fix-printer-applet-segfault.patch)
Modified:
  kdeutils/repos/extra-x86_64/	(properties)
  kdeutils/repos/extra-x86_64/PKGBUILD

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


Property changes on: kdeutils/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdeutils/trunk:1-54228
   + /kdeutils/trunk:1-54290

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-07 21:24:03 UTC (rev 54290)
+++ extra-x86_64/PKGBUILD	2009-10-07 21:38:13 UTC (rev 54291)
@@ -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

Copied: kdeutils/repos/extra-x86_64/fix-printer-applet-segfault.patch (from rev 54283, kdeutils/trunk/fix-printer-applet-segfault.patch)
===================================================================
--- extra-x86_64/fix-printer-applet-segfault.patch	                        (rev 0)
+++ extra-x86_64/fix-printer-applet-segfault.patch	2009-10-07 21:38:13 UTC (rev 54291)
@@ -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