Date: Sunday, May 23, 2010 @ 20:54:02
  Author: andrea
Revision: 80937

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeadmin/kde-unstable/
Modified:
  kdeadmin/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD       2010-05-24 00:54:02 UTC (rev 80937)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Pierre Schmitz <[email protected]>
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
 
 pkgbase=kdeadmin
 pkgname=('kdeadmin-kcron'
          'kdeadmin-ksystemlog'
          'kdeadmin-kuser'
          'kdeadmin-system-config-printer-kde')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'kdebase-runtime'
-             'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
+             'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime'
+            'pyqt')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
        'fix-syslog-path.patch')
-sha1sums=('88bba4cfb6db2d3b38be9e0d1f6137fafaa74399'
+sha1sums=('297574770d4decde400d1fbf4491ee84c2d36c0b'
           'c9e7839ba3dd7be15ce140cfebc57c0f57871fdf')
 
 build() {
@@ -67,7 +69,7 @@
 
 package_kdeadmin-system-config-printer-kde() {
        pkgdesc='Configure local and remote Printers'
-       depends=('kdebindings-python' 'system-config-printer-common')
+       depends=('kdebindings-python' 'system-config-printer-common' 'pyqt')
        cd $srcdir/build/system-config-printer-kde
        make DESTDIR=$pkgdir install
 }

Reply via email to