[arch-commits] Commit in kdepim/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:08:11 UTC 2008


    Date: Monday, December 1, 2008 @ 19:08:11
  Author: pierre
Revision: 20286

initial commit of kde-unstable

Added:
  kdepim/repos/kde-unstable-i686/
  kdepim/repos/kde-unstable-x86_64/
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/kdepim.install

----------------+
 PKGBUILD       |   28 ++++++++++++++++++++++++++++
 kdepim.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:08:11 UTC (rev 20286)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 17576 2008-10-31 03:06:53Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE Personal Information Management suite"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+depends=('kdepimlibs' 'gnokii' 'libxss' 'kdebase-runtime')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+options=('docs')
+install='kdepim.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('c28fed4f9ecc720adbb3309e25b6f839')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}

Added: kde-unstable-x86_64/kdepim.install
===================================================================
--- kde-unstable-x86_64/kdepim.install	                        (rev 0)
+++ kde-unstable-x86_64/kdepim.install	2008-12-02 00:08:11 UTC (rev 20286)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list