Date: Wednesday, November 23, 2011 @ 02:41:20
  Author: andrea
Revision: 143120

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

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

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

Copied: kdepim-runtime/repos/staging-i686/PKGBUILD (from rev 143119, 
kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2011-11-23 07:41:20 UTC (rev 143120)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+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/staging-i686/kdepim-runtime.install (from rev 
143119, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- staging-i686/kdepim-runtime.install                         (rev 0)
+++ staging-i686/kdepim-runtime.install 2011-11-23 07:41:20 UTC (rev 143120)
@@ -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/staging-x86_64/PKGBUILD (from rev 143119, 
kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2011-11-23 07:41:20 UTC (rev 143120)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+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/staging-x86_64/kdepim-runtime.install (from rev 
143119, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- staging-x86_64/kdepim-runtime.install                               (rev 0)
+++ staging-x86_64/kdepim-runtime.install       2011-11-23 07:41:20 UTC (rev 
143120)
@@ -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

Reply via email to