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

Andrea Scarpino andrea at archlinux.org
Thu May 3 14:28:31 UTC 2012


    Date: Thursday, May 3, 2012 @ 10:28:31
  Author: andrea
Revision: 158229

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdepim-runtime/repos/staging-i686/
  kdepim-runtime/repos/staging-i686/PKGBUILD
    (from rev 158228, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-i686/kdepim-runtime.install
    (from rev 158228, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/staging-x86_64/
  kdepim-runtime/repos/staging-x86_64/PKGBUILD
    (from rev 158228, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install
    (from rev 158228, kdepim-runtime/trunk/kdepim-runtime.install)

---------------------------------------+
 staging-i686/PKGBUILD                 |   32 ++++++++++++++++++++++++++++++++
 staging-i686/kdepim-runtime.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/kdepim-runtime.install |   13 +++++++++++++
 4 files changed, 90 insertions(+)

Copied: kdepim-runtime/repos/staging-i686/PKGBUILD (from rev 158228, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-05-03 14:28:31 UTC (rev 158229)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.8.3
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390')
+
+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/staging-i686/kdepim-runtime.install (from rev 158228, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- staging-i686/kdepim-runtime.install	                        (rev 0)
+++ staging-i686/kdepim-runtime.install	2012-05-03 14:28:31 UTC (rev 158229)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdepim-runtime/repos/staging-x86_64/PKGBUILD (from rev 158228, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-05-03 14:28:31 UTC (rev 158229)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.8.3
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390')
+
+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/staging-x86_64/kdepim-runtime.install (from rev 158228, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- staging-x86_64/kdepim-runtime.install	                        (rev 0)
+++ staging-x86_64/kdepim-runtime.install	2012-05-03 14:28:31 UTC (rev 158229)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list