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

Andrea Scarpino andrea at archlinux.org
Wed Jan 25 23:10:00 UTC 2012


    Date: Wednesday, January 25, 2012 @ 18:09:59
  Author: andrea
Revision: 147565

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

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

---------------------------------------+
 testing-i686/PKGBUILD                 |   32 ++++++++++++++++++++++++++++++++
 testing-i686/kdepim-runtime.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/kdepim-runtime.install |   12 ++++++++++++
 4 files changed, 88 insertions(+)

Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 147564, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-25 23:09:59 UTC (rev 147565)
@@ -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.0
+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.bz2")
+sha1sums=('1cf75a92ddd0c18891163cd9d7f2290afae17472')
+
+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/testing-i686/kdepim-runtime.install (from rev 147564, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- testing-i686/kdepim-runtime.install	                        (rev 0)
+++ testing-i686/kdepim-runtime.install	2012-01-25 23:09:59 UTC (rev 147565)
@@ -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

Copied: kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 147564, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-25 23:09:59 UTC (rev 147565)
@@ -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.0
+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.bz2")
+sha1sums=('1cf75a92ddd0c18891163cd9d7f2290afae17472')
+
+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/testing-x86_64/kdepim-runtime.install (from rev 147564, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- testing-x86_64/kdepim-runtime.install	                        (rev 0)
+++ testing-x86_64/kdepim-runtime.install	2012-01-25 23:09:59 UTC (rev 147565)
@@ -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