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

Antonio Rojas arojas at archlinux.org
Fri Nov 20 07:53:17 UTC 2015


    Date: Friday, November 20, 2015 @ 08:53:16
  Author: arojas
Revision: 251673

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

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

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

Copied: libkgapi/repos/kde-unstable-i686/PKGBUILD (from rev 251672, libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-11-20 07:53:16 UTC (rev 251673)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.0.40.git20151120
+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 qt5-tools)
+makedepends+=(git)
+#source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+source=('git://git.kde.org/libkgapi.git#commit=110bbd8')
+#md5sums=('beeb6a9a147f6477cd3303e85fb5c440')
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -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/kde-unstable-x86_64/PKGBUILD (from rev 251672, libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-20 07:53:16 UTC (rev 251673)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.0.40.git20151120
+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 qt5-tools)
+makedepends+=(git)
+#source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+source=('git://git.kde.org/libkgapi.git#commit=110bbd8')
+#md5sums=('beeb6a9a147f6477cd3303e85fb5c440')
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -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