Date: Wednesday, November 21, 2012 @ 13:02:27
  Author: andrea
Revision: 171711

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepimlibs/repos/kde-unstable-i686/
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
    (from rev 171710, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
    (from rev 171710, kdepimlibs/kde-unstable/kdepimlibs.install)
  kdepimlibs/repos/kde-unstable-x86_64/
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 171710, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
    (from rev 171710, kdepimlibs/kde-unstable/kdepimlibs.install)
Modified:
  kdepimlibs/trunk/PKGBUILD

----------------------------------------------+
 repos/kde-unstable-i686/PKGBUILD             |   31 +++++++++++++++++++++++++
 repos/kde-unstable-i686/kdepimlibs.install   |   11 ++++++++
 repos/kde-unstable-x86_64/PKGBUILD           |   31 +++++++++++++++++++++++++
 repos/kde-unstable-x86_64/kdepimlibs.install |   11 ++++++++
 trunk/PKGBUILD                               |    3 --
 5 files changed, 85 insertions(+), 2 deletions(-)

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 171710, 
kdepimlibs/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD                            (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD    2012-11-21 18:02:27 UTC (rev 171711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.9.80
+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' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f792dbc1d0829925939f4fd61fe88d834baca445')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 171710, 
kdepimlibs/kde-unstable/kdepimlibs.install)
===================================================================
--- repos/kde-unstable-i686/kdepimlibs.install                          (rev 0)
+++ repos/kde-unstable-i686/kdepimlibs.install  2012-11-21 18:02:27 UTC (rev 
171711)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 171710, 
kdepimlibs/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD                          (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-11-21 18:02:27 UTC (rev 171711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.9.80
+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' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f792dbc1d0829925939f4fd61fe88d834baca445')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 
171710, kdepimlibs/kde-unstable/kdepimlibs.install)
===================================================================
--- repos/kde-unstable-x86_64/kdepimlibs.install                                
(rev 0)
+++ repos/kde-unstable-x86_64/kdepimlibs.install        2012-11-21 18:02:27 UTC 
(rev 171711)
@@ -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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2012-11-21 18:01:27 UTC (rev 171710)
+++ trunk/PKGBUILD      2012-11-21 18:02:27 UTC (rev 171711)
@@ -16,7 +16,6 @@
 sha1sums=('a1aa00a83cfd7c1998927dcedc3843a0a0006740')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }

Reply via email to