Date: Tuesday, July 27, 2010 @ 05:10:38 Author: andrea Revision: 86198
moved to [testing] Modified: kdeutils/trunk/PKGBUILD ----------+ PKGBUILD | 74 +++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-27 09:10:34 UTC (rev 86197) +++ PKGBUILD 2010-07-27 09:10:38 UTC (rev 86198) @@ -1,31 +1,32 @@ # $Id$ -# Maintainer: Pierre Schmitz <[email protected]> +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Pierre Schmitz <[email protected]> pkgbase=kdeutils pkgname=('kdeutils-ark' 'kdeutils-kcalc' 'kdeutils-kcharselect' - 'kdeutils-kdelirc' 'kdeutils-kdf' 'kdeutils-kfloppy' 'kdeutils-kgpg' + 'kdeutils-kremotecontrol' 'kdeutils-ktimer' 'kdeutils-kwallet' 'kdeutils-okteta' 'kdeutils-printer-applet' 'kdeutils-superkaramba' 'kdeutils-sweeper') -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' 'kdeutils') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 'kdebase-lib' - 'kdebase-workspace' 'kdebindings-python' 'system-config-printer-common' - 'libarchive' 'qimageblitz' 'kdepim-runtime') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('c092cfbb46719d89a5718735dc81ca75c0176e45') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace' + 'kdebindings-python' 'system-config-printer-common' 'libarchive' 'qimageblitz' + 'docbook-xsl' 'qjson') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('06febcbea4021354b70bcc0465e8223fa501892c') build() { cd ${srcdir} @@ -42,6 +43,7 @@ pkgdesc='Archiving Tool' depends=('kdebase-runtime' 'kdebase-lib' 'libarchive') optdepends=('p7zip' 'zip' 'unzip' 'unrar') + url="http://kde.org/applications/utilities/ark/" cd $srcdir/build/ark make DESTDIR=$pkgdir install cd $srcdir/build/doc/ark @@ -50,7 +52,8 @@ package_kdeutils-kcalc() { pkgdesc='Scientific Calculator' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kcalc/" cd $srcdir/build/kcalc make DESTDIR=$pkgdir install cd $srcdir/build/doc/kcalc @@ -59,26 +62,18 @@ package_kdeutils-kcharselect() { pkgdesc='Character Selector' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kcharselect/" cd $srcdir/build/kcharselect make DESTDIR=$pkgdir install cd $srcdir/build/doc/kcharselect make DESTDIR=$pkgdir install } -package_kdeutils-kdelirc() { - pkgdesc='Configure your remote controls for use with applications' - depends=('kdebase-workspace' 'kdelibs') - install='kdeutils.install' - cd $srcdir/build/kdelirc - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kdelirc - make DESTDIR=$pkgdir install -} - package_kdeutils-kdf() { pkgdesc='View Disk Usage' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/system/kdiskfree/" install='kdeutils.install' cd $srcdir/build/kdf make DESTDIR=$pkgdir install @@ -88,7 +83,8 @@ package_kdeutils-kfloppy() { pkgdesc='Floppy Formatter' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kfloppy/" install='kdeutils.install' cd $srcdir/build/kfloppy make DESTDIR=$pkgdir install @@ -98,7 +94,8 @@ package_kdeutils-kgpg() { pkgdesc='A GnuPG frontend' - depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent' 'kdepim-runtime') + depends=('kdepim-runtime' 'kde-agent') + url="http://kde.org/applications/utilities/kgpg" install='kdeutils.install' cd $srcdir/build/kgpg make DESTDIR=$pkgdir install @@ -106,9 +103,23 @@ make DESTDIR=$pkgdir install } +package_kdeutils-kremotecontrol() { + pkgdesc='Configure your remote controls for use with applications' + replaces=('kdeutils-kdelirc') + conflicts=('kdeutils-kdelirc') + depends=('kdebase-workspace') + url="http://kde.org/applications/utilities/kremotecontrol" + install='kdeutils.install' + cd $srcdir/build/kremotecontrol + make DESTDIR=$pkgdir install + cd $srcdir/build/doc/kcontrol/kremotecontrol + make DESTDIR=$pkgdir install +} + package_kdeutils-ktimer() { pkgdesc='Countdown Launcher' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/ktimer" install='kdeutils.install' cd $srcdir/build/ktimer make DESTDIR=$pkgdir install @@ -118,7 +129,8 @@ package_kdeutils-kwallet() { pkgdesc='Wallet Management Tool' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/system/kwalletmanager/" install='kdeutils.install' cd $srcdir/build/kwallet make DESTDIR=$pkgdir install @@ -128,7 +140,8 @@ package_kdeutils-okteta() { pkgdesc='Hex Editor' - depends=('kdebase-runtime' 'kdelibs' 'qca') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/okteta" install='kdeutils.install' cd $srcdir/build/okteta make DESTDIR=$pkgdir install @@ -138,14 +151,16 @@ package_kdeutils-printer-applet() { pkgdesc='System tray icon for managing print jobs' - depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'system-config-printer-common') + depends=('kdebase-runtime' 'kdebindings-python' 'system-config-printer-common') + url="http://kde.org/applications/system/printerapplet/" cd $srcdir/build/printer-applet make DESTDIR=$pkgdir install } package_kdeutils-superkaramba() { pkgdesc='An engine for cool desktop eyecandy.' - depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'qimageblitz') + depends=('kdebase-runtime' 'kdebindings-python' 'qimageblitz') + url="http://kde.org/applications/utilities/superkaramba" install='kdeutils.install' cd $srcdir/build/superkaramba make DESTDIR=$pkgdir install @@ -155,7 +170,8 @@ package_kdeutils-sweeper() { pkgdesc='System Cleaner' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/sweeper/" cd $srcdir/build/sweeper make DESTDIR=$pkgdir install }
