summaryrefslogtreecommitdiff
path: root/testing/kdeadmin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-06 00:03:30 +0000
committerroot <root@rshg054.dnsready.net>2012-09-06 00:03:30 +0000
commitaf549d0243764531309fa94b1f5cee58982c496a (patch)
treeafb2851caf91700e83c4062a9e77c6a92fe0326b /testing/kdeadmin
parent58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff)
Thu Sep 6 00:03:29 UTC 2012
Diffstat (limited to 'testing/kdeadmin')
-rw-r--r--testing/kdeadmin/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/kdeadmin/PKGBUILD b/testing/kdeadmin/PKGBUILD
index b34685403..4fd276ba3 100644
--- a/testing/kdeadmin/PKGBUILD
+++ b/testing/kdeadmin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 164555 2012-08-01 14:37:28Z andrea $
+# $Id: PKGBUILD 166064 2012-09-04 15:55:00Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -7,16 +7,15 @@ pkgname=('kdeadmin-kcron'
'kdeadmin-ksystemlog'
'kdeadmin-kuser'
'kdeadmin-system-config-printer-kde')
-pkgver=4.9.0
+pkgver=4.9.1
pkgrel=1
arch=('i686' 'x86_64')
-url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeadmin')
makedepends=('cmake' 'automoc4' 'kdebindings-python2' 'system-config-printer-common')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
'syslog-path.patch')
-sha1sums=('d584265701d1fd17e98f756a21dd5a21a02df4a3'
+sha1sums=('9c544f883c5116a928027944fce7a21715c421f3'
'20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
build() {
@@ -37,6 +36,7 @@ build() {
package_kdeadmin-kcron() {
pkgdesc='Configure and schedule tasks'
+ url='http://userbase.kde.org/KCron'
depends=('kdelibs')
cd $srcdir/build/kcron
make DESTDIR=$pkgdir install
@@ -71,6 +71,8 @@ package_kdeadmin-system-config-printer-kde() {
url="http://kde.org/applications/system/printerapplet/"
cd $srcdir/build/system-config-printer-kde
make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc/system-config-printer-kde
+ make DESTDIR=$pkgdir install
# Use the python2 executable
sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \