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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 10:45:58 UTC 2014


    Date: Saturday, March 8, 2014 @ 11:45:58
  Author: andrea
Revision: 207359

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

Added:
  libkpeople/repos/kde-unstable-i686/
  libkpeople/repos/kde-unstable-i686/PKGBUILD
    (from rev 207358, libkpeople/kde-unstable/PKGBUILD)
  libkpeople/repos/kde-unstable-x86_64/
  libkpeople/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207358, libkpeople/kde-unstable/PKGBUILD)

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

Copied: libkpeople/repos/kde-unstable-i686/PKGBUILD (from rev 207358, libkpeople/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-08 10:45:58 UTC (rev 207359)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.2.1
+pkgrel=1
+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=('41d054aca63b667683e3d8eea789347c39a4894e')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 207358, libkpeople/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-08 10:45:58 UTC (rev 207359)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.2.1
+pkgrel=1
+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=('41d054aca63b667683e3d8eea789347c39a4894e')
+
+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