[arch-commits] Commit in (5 files)

Pierre Schmitz pierre at archlinux.org
Wed Jun 24 04:52:11 UTC 2009


    Date: Wednesday, June 24, 2009 @ 00:52:11
  Author: pierre
Revision: 43449

prepare for rc1

Added:
  kdepim-runtime/
  kdepim-runtime/kde-unstable/
  kdepim-runtime/kde-unstable/PKGBUILD
  kdepim-runtime/repos/
  kdepim-runtime/trunk/

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: kdepim-runtime/kde-unstable/PKGBUILD
===================================================================
--- kdepim-runtime/kde-unstable/PKGBUILD	                        (rev 0)
+++ kdepim-runtime/kde-unstable/PKGBUILD	2009-06-24 04:52:11 UTC (rev 43449)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.2.92svn984151
+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')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('a88904ffe5c742a48dbf99dbe793be3f')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list