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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:13:24 UTC 2011


    Date: Thursday, November 24, 2011 @ 11:13:23
  Author: andrea
Revision: 143286

db-move: moved kdepim-runtime from [staging] to [kde-unstable] (x86_64)

Added:
  kdepim-runtime/repos/kde-unstable-x86_64/
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 143277, kdepim-runtime/repos/staging-x86_64/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
    (from rev 143277, kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/staging-x86_64/

------------------------+
 PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 kdepim-runtime.install |   12 ++++++++++++
 2 files changed, 44 insertions(+)

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 143277, kdepim-runtime/repos/staging-x86_64/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2011-11-24 16:13:23 UTC (rev 143286)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.7.80
+pkgrel=1
+pkgdesc='KDE PIM Runtime Environment'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('54de62929a8293d7a514e505ce63a46c7514a9e6')
+
+build() {
+    cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}"/build
+	make DESTDIR="${pkgdir}" install
+}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install (from rev 143277, kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdepim-runtime.install	                        (rev 0)
+++ kde-unstable-x86_64/kdepim-runtime.install	2011-11-24 16:13:23 UTC (rev 143286)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file




More information about the arch-commits mailing list