[arch-commits] Commit in kdeadmin/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 27 09:09:49 UTC 2010


    Date: Tuesday, July 27, 2010 @ 05:09:49
  Author: andrea
Revision: 86190

moved to [testing]

Modified:
  kdeadmin/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-27 09:09:44 UTC (rev 86189)
+++ PKGBUILD	2010-07-27 09:09:49 UTC (rev 86190)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdeadmin
 pkgname=('kdeadmin-kcron'
          'kdeadmin-ksystemlog'
          'kdeadmin-kuser'
          'kdeadmin-system-config-printer-kde')
-pkgver=4.4.5
+pkgver=4.4.95
 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"
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
+	'system-config-printer-common' 'pyqt' 'docbook-xsl')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
 	'fix-syslog-path.patch')
-sha1sums=('b9d80b5db7dbcd00503688a02facce81f2fc0442'
+sha1sums=('b9f49b5a71eb2fa624df44bfdc7b1b1221f06583'
           'c9e7839ba3dd7be15ce140cfebc57c0f57871fdf')
 
 build() {
 	cd ${srcdir}/${pkgbase}-${pkgver}
-	patch -p1 -i ${srcdir}/fix-syslog-path.patch || return 1
+	patch -p1 -i ${srcdir}/fix-syslog-path.patch
 
 	cd ${srcdir}
 	mkdir build
@@ -48,7 +49,8 @@
 
 package_kdeadmin-ksystemlog() {
 	pkgdesc='System log viewer tool'
-	depends=('kdelibs' 'kdebase-runtime')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/system/ksystemlog/"
 	cd $srcdir/build/ksystemlog
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/ksystemlog
@@ -57,7 +59,8 @@
 
 package_kdeadmin-kuser() {
 	pkgdesc='User Manager'
-	depends=('kdepimlibs' 'kdebase-runtime' 'kdepim-runtime')
+	depends=('kdepim-runtime')
+	url="http://kde.org/applications/system/kuser/"
 	install='kdeadmin.install'
 	cd $srcdir/build/kuser
 	make DESTDIR=$pkgdir install
@@ -67,7 +70,8 @@
 
 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')
+	url="http://kde.org/applications/system/printerapplet/"
 	cd $srcdir/build/system-config-printer-kde
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list