[arch-commits] Commit in kdesdk/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Wed Jan 20 19:40:44 UTC 2010
Date: Wednesday, January 20, 2010 @ 14:40:43
Author: pierre
Revision: 64482
update deps
Modified:
kdesdk/kde-unstable/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-20 19:39:26 UTC (rev 64481)
+++ PKGBUILD 2010-01-20 19:40:43 UTC (rev 64482)
@@ -27,7 +27,8 @@
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdesdk')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 'kdepimlibs' 'subversion')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 'kdepimlibs' 'subversion'
+ 'kdepim-runtime')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
md5sums=('d3f4c5e95169e6dee316069045a1ac1b')
@@ -74,7 +75,7 @@
package_kdesdk-kbugbuster() {
pkgdesc='KDE Bug Management'
- depends=('kdebase-runtime' 'kdepimlibs')
+ depends=('kdebase-runtime' 'kdepimlibs' 'kdepim-runtime')
install='kdesdk.install'
cd $srcdir/build/kbugbuster
make DESTDIR=$pkgdir install
@@ -94,7 +95,7 @@
package_kdesdk-kdeaccounts-plugin() {
pkgdesc='KDE Repository Accounts'
- depends=('kdepimlibs')
+ depends=('kdepimlibs' 'kdepim-runtime')
cd $srcdir/build/kdeaccounts-plugin
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list