[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Jun 24 23:17:13 UTC 2009


    Date: Wednesday, June 24, 2009 @ 19:17:13
  Author: pierre
Revision: 43517

KDE 4.3 RC1

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-24 23:17:07 UTC (rev 43516)
+++ PKGBUILD	2009-06-24 23:17:13 UTC (rev 43517)
@@ -2,22 +2,25 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdepim-runtime
-pkgver=4.2.92svn984151
+pkgver=4.2.95
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs-experimental')
+replaces=('kdepim-akonadi' 'kdepim-akonadiconsole')
+conflicts=('kdepim-akonadi' 'kdepim-akonadiconsole')
+provides=("kdepim-akonadi=${pkgver}" "kdepim-akonadiconsole=${pkgver}")
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('a88904ffe5c742a48dbf99dbe793be3f')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('1ccbb75042c854244056379a3b65914b')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../${pkgbase}-${pkgver} \
+	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \




More information about the arch-commits mailing list