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

Felix Yan fyan at archlinux.org
Wed Mar 16 04:52:06 UTC 2016


    Date: Wednesday, March 16, 2016 @ 05:52:06
  Author: fyan
Revision: 261805

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

Added:
  kpeople/repos/kde-unstable-i686/
  kpeople/repos/kde-unstable-i686/PKGBUILD
    (from rev 261804, kpeople/trunk/PKGBUILD)
  kpeople/repos/kde-unstable-x86_64/
  kpeople/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 261804, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/kde-unstable-i686/PKGBUILD (from rev 261804, kpeople/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-03-16 04:52:06 UTC (rev 261805)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpeople
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who hold them'
+arch=(i686 x86_64)
+url='http://community.kde.org/KTp/libkpeople'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('99b17824db5e65963b2419094e51f8d7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpeople/repos/kde-unstable-x86_64/PKGBUILD (from rev 261804, kpeople/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-16 04:52:06 UTC (rev 261805)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpeople
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who hold them'
+arch=(i686 x86_64)
+url='http://community.kde.org/KTp/libkpeople'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('99b17824db5e65963b2419094e51f8d7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list