[arch-commits] Commit in libkpeople/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Oct 27 13:36:10 UTC 2013


    Date: Sunday, October 27, 2013 @ 14:36:10
  Author: andrea
Revision: 197593

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

Added:
  libkpeople/repos/extra-i686/
  libkpeople/repos/extra-i686/PKGBUILD
    (from rev 197592, libkpeople/trunk/PKGBUILD)
  libkpeople/repos/extra-x86_64/
  libkpeople/repos/extra-x86_64/PKGBUILD
    (from rev 197592, libkpeople/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libkpeople/repos/extra-i686/PKGBUILD (from rev 197592, libkpeople/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-27 13:36:10 UTC (rev 197593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A contact aggregation library for KDE"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('6ab54b3ba203ff06d17f101060ed277696dfbaad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}

Copied: libkpeople/repos/extra-x86_64/PKGBUILD (from rev 197592, libkpeople/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-27 13:36:10 UTC (rev 197593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A contact aggregation library for KDE"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('6ab54b3ba203ff06d17f101060ed277696dfbaad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}




More information about the arch-commits mailing list