Date: Thursday, January 3, 2013 @ 01:43:12
  Author: andrea
Revision: 174153

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

Added:
  kdepimlibs/repos/testing-i686/
  kdepimlibs/repos/testing-i686/PKGBUILD
    (from rev 174152, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/kdepimlibs.install
    (from rev 174152, kdepimlibs/trunk/kdepimlibs.install)
  kdepimlibs/repos/testing-x86_64/
  kdepimlibs/repos/testing-x86_64/PKGBUILD
    (from rev 174152, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/kdepimlibs.install
    (from rev 174152, kdepimlibs/trunk/kdepimlibs.install)

-----------------------------------+
 testing-i686/PKGBUILD             |   30 ++++++++++++++++++++++++++++++
 testing-i686/kdepimlibs.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD           |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/kdepimlibs.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 174152, 
kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-01-03 06:43:12 UTC (rev 174153)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kdepimlibs
+pkgver=4.9.5
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f3030a41647b0139342b99ae01e5c6f7f1fc1031')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdepimlibs/repos/testing-i686/kdepimlibs.install (from rev 174152, 
kdepimlibs/trunk/kdepimlibs.install)
===================================================================
--- testing-i686/kdepimlibs.install                             (rev 0)
+++ testing-i686/kdepimlibs.install     2013-01-03 06:43:12 UTC (rev 174153)
@@ -0,0 +1,11 @@
+post_install() {
+       update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-x86_64/PKGBUILD (from rev 174152, 
kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-01-03 06:43:12 UTC (rev 174153)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kdepimlibs
+pkgver=4.9.5
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f3030a41647b0139342b99ae01e5c6f7f1fc1031')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdepimlibs/repos/testing-x86_64/kdepimlibs.install (from rev 174152, 
kdepimlibs/trunk/kdepimlibs.install)
===================================================================
--- testing-x86_64/kdepimlibs.install                           (rev 0)
+++ testing-x86_64/kdepimlibs.install   2013-01-03 06:43:12 UTC (rev 174153)
@@ -0,0 +1,11 @@
+post_install() {
+       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