Date: Tuesday, June 8, 2010 @ 14:22:04 Author: andrea Revision: 82149
minor fixes Modified: kdeutils/kde-unstable/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-08 18:21:58 UTC (rev 82148) +++ PKGBUILD 2010-06-08 18:22:04 UTC (rev 82149) @@ -22,9 +22,9 @@ 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' 'pyqt' 'docbook-xsl') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace' + 'kdebindings-python' 'system-config-printer-common' 'libarchive' 'qimageblitz' + 'docbook-xsl') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") sha1sums=('49c1611084d51d2961062faa4eb5af006d0ca61b') @@ -52,7 +52,7 @@ 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 @@ -62,7 +62,7 @@ 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 @@ -72,7 +72,7 @@ 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 @@ -83,7 +83,7 @@ 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 @@ -94,7 +94,7 @@ package_kdeutils-kgpg() { pkgdesc='A GnuPG frontend' - depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent' 'kdepim-runtime') + depends=('kdepim-runtime' 'kde-agent') url="http://kde.org/applications/utilities/kgpg" install='kdeutils.install' cd $srcdir/build/kgpg @@ -106,7 +106,7 @@ package_kdeutils-kremotecontrol() { pkgdesc='Configure your remote controls for use with applications' replaces=('kdeutils-kdelirc') - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-workspace') url="http://kde.org/applications/utilities/kremotecontrol" install='kdeutils.install' cd $srcdir/build/kremotecontrol @@ -117,7 +117,7 @@ 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 @@ -128,7 +128,7 @@ 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 @@ -139,7 +139,7 @@ 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 @@ -150,7 +150,7 @@ package_kdeutils-printer-applet() { pkgdesc='System tray icon for managing print jobs' - depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'system-config-printer-common' 'pyqt') + 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 @@ -158,7 +158,7 @@ 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 @@ -169,7 +169,7 @@ 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
