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

Andrea Scarpino andrea at archlinux.org
Tue Sep 30 11:51:20 UTC 2014


    Date: Tuesday, September 30, 2014 @ 13:51:20
  Author: andrea
Revision: 223706

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

Added:
  libkpeople/repos/staging-i686/
  libkpeople/repos/staging-i686/PKGBUILD
    (from rev 223705, libkpeople/trunk/PKGBUILD)
  libkpeople/repos/staging-x86_64/
  libkpeople/repos/staging-x86_64/PKGBUILD
    (from rev 223705, libkpeople/trunk/PKGBUILD)

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

Copied: libkpeople/repos/staging-i686/PKGBUILD (from rev 223705, libkpeople/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-09-30 11:51:20 UTC (rev 223706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="A contact aggregation library for KDE"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('67610bbd4232918fb9168849d58f051e9600560a')
+
+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/staging-x86_64/PKGBUILD (from rev 223705, libkpeople/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-09-30 11:51:20 UTC (rev 223706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="A contact aggregation library for KDE"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('67610bbd4232918fb9168849d58f051e9600560a')
+
+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