[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Wed Jun 24 04:56:50 UTC 2009
Date: Wednesday, June 24, 2009 @ 00:56:49
Author: pierre
Revision: 43450
akonadi was split into kdepim-runtime
Modified:
kdepim/kde-unstable/PKGBUILD
----------+
PKGBUILD | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-24 04:52:11 UTC (rev 43449)
+++ PKGBUILD 2009-06-24 04:56:49 UTC (rev 43450)
@@ -2,8 +2,7 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgbase=kdepim
-pkgname=('kdepim-akonadi'
- 'kdepim-akonadiconsole'
+pkgname=('kdepim-akonadiconsole'
'kdepim-akregator'
'kdepim-console'
'kdepim-icons'
@@ -52,16 +51,9 @@
make
}
-package_kdepim-akonadi() {
- pkgdesc='Provides access to contacts stored in Akonadi address book folders'
- depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs-experimental')
- cd $srcdir/build/akonadi
- make DESTDIR=$pkgdir install
-}
-
package_kdepim-akonadiconsole() {
pkgdesc='Akonadi Management and Debugging Console'
- depends=('kdepim-akonadi' 'kdepim-libkdepim' 'kdebase-runtime')
+ depends=('kdepim-runtime' 'kdepim-libkdepim' 'kdebase-runtime')
cd $srcdir/build/akonadiconsole
make DESTDIR=$pkgdir install
}
@@ -205,7 +197,7 @@
package_kdepim-kresources() {
pkgdesc='KDE PIM resources'
- depends=('kdebase-runtime' 'kdepim-akonadi' 'kdepim-kaddressbook')
+ depends=('kdebase-runtime' 'kdepim-runtime' 'kdepim-kaddressbook')
cd $srcdir/build/kresources
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list