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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 12:33:26 UTC 2015


    Date: Monday, December 7, 2015 @ 13:33:25
  Author: bpiotrowski
Revision: 253324

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

Added:
  libkgapi4/repos/staging-i686/
  libkgapi4/repos/staging-i686/PKGBUILD
    (from rev 253323, libkgapi4/trunk/PKGBUILD)
  libkgapi4/repos/staging-x86_64/
  libkgapi4/repos/staging-x86_64/PKGBUILD
    (from rev 253323, libkgapi4/trunk/PKGBUILD)

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

Copied: libkgapi4/repos/staging-i686/PKGBUILD (from rev 253323, libkgapi4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 12:33:25 UTC (rev 253324)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=5
+pkgdesc="A KDE-based library for accessing various Google services via their public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi<4')
+replaces=('libkgapi<4')
+source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2")
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkgapi4/repos/staging-x86_64/PKGBUILD (from rev 253323, libkgapi4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 12:33:25 UTC (rev 253324)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=5
+pkgdesc="A KDE-based library for accessing various Google services via their public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi<4')
+replaces=('libkgapi<4')
+source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2")
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list