[arch-commits] Commit in libkgapi/repos (6 files)

Antonio Rojas arojas at archlinux.org
Wed Aug 19 17:23:25 UTC 2015


    Date: Wednesday, August 19, 2015 @ 19:23:25
  Author: arojas
Revision: 244382

db-move: moved libkgapi from [kde-unstable] to [testing] (i686, x86_64)

Added:
  libkgapi/repos/testing-i686/
  libkgapi/repos/testing-i686/PKGBUILD
    (from rev 244381, libkgapi/repos/kde-unstable-i686/PKGBUILD)
  libkgapi/repos/testing-x86_64/
  libkgapi/repos/testing-x86_64/PKGBUILD
    (from rev 244381, libkgapi/repos/kde-unstable-x86_64/PKGBUILD)
Deleted:
  libkgapi/repos/kde-unstable-i686/
  libkgapi/repos/kde-unstable-x86_64/

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

Copied: libkgapi/repos/testing-i686/PKGBUILD (from rev 244381, libkgapi/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-08-19 17:23:25 UTC (rev 244382)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=4.80.0
+pkgrel=1
+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=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('4602f8ded81bbd62f033e589fbd85203')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgapi/repos/testing-x86_64/PKGBUILD (from rev 244381, libkgapi/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-08-19 17:23:25 UTC (rev 244382)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=4.80.0
+pkgrel=1
+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=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('4602f8ded81bbd62f033e589fbd85203')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list