Date: Tuesday, December 22, 2009 @ 19:42:41
  Author: andrea
Revision: 61759

prepare kde-unstable repo

Added:
  kdeutils/kde-unstable/
Modified:
  kdeutils/kde-unstable/PKGBUILD
Deleted:
  kdeutils/kde-unstable/fix-printer-applet-segfault.patch

-----------------------------------+
 PKGBUILD                          |   24 ++++++++++--------------
 fix-printer-applet-segfault.patch |   11 -----------
 2 files changed, 10 insertions(+), 25 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2009-12-22 17:51:40 UTC (rev 61738)
+++ kde-unstable/PKGBUILD       2009-12-23 00:42:41 UTC (rev 61759)
@@ -16,24 +16,20 @@
          'kdeutils-printer-applet'
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
-pkgver=4.3.4
+pkgver=4.3.85
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeutils')
-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";
-       'fix-printer-applet-segfault.patch')
-md5sums=('576852bb88515ccbbb859e245c939d31'
-         '273df71c9edb7f85595a787b24b976b1')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 
'kdebase-lib'
+       'kdebase-runtime' 'kdebindings-python' 'system-config-printer-common'
+       'libarchive' 'qimageblitz')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
+md5sums=('059424fb23af5bda086f52595f45afb1')
 
 build() {
-       cd $srcdir/${pkgbase}-${pkgver}
-       patch -p0 -i ${srcdir}/fix-printer-applet-segfault.patch || return 1
-       cd ..
+       cd ${srcdir}
        mkdir build
        cd build
        cmake ../${pkgbase}-${pkgver} \
@@ -74,7 +70,7 @@
 
 package_kdeutils-kdelirc() {
        pkgdesc='KDE Linux infrared remote control server.'
-       depends=('kdebase-runtime' 'kdelibs')
+       depends=('kdebase-workspace' 'kdelibs')
        install='kdeutils.install'
        cd $srcdir/build/kdelirc
        make DESTDIR=$pkgdir install
@@ -111,7 +107,7 @@
 
 package_kdeutils-kgpg() {
        pkgdesc='A GnuPG frontend'
-       depends=('kdebase-runtime' 'kdelibs-experimental' 'kdepimlibs' 
'kde-agent')
+       depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent')
        install='kdeutils.install'
        cd $srcdir/build/kgpg
        make DESTDIR=$pkgdir install
@@ -131,7 +127,7 @@
 
 package_kdeutils-kwallet() {
        pkgdesc='Wallet Management Tool'
-       depends=('kdebase-runtime' 'kdelibs-experimental')
+       depends=('kdebase-runtime' 'kdelibs')
        install='kdeutils.install'
        cd $srcdir/build/kwallet
        make DESTDIR=$pkgdir install

Deleted: kde-unstable/fix-printer-applet-segfault.patch
===================================================================
--- trunk/fix-printer-applet-segfault.patch     2009-12-22 17:51:40 UTC (rev 
61738)
+++ kde-unstable/fix-printer-applet-segfault.patch      2009-12-23 00:42:41 UTC 
(rev 61759)
@@ -1,11 +0,0 @@
---- printer-applet/printer-applet.py~  2009-10-07 19:01:11.156834631 +0200
-+++ 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

Reply via email to