[arch-commits] Commit in libkgapi (3 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 20 07:52:27 UTC 2015


    Date: Friday, November 20, 2015 @ 08:52:27
  Author: arojas
Revision: 251672

Git snapshot for kde-unstable

Added:
  libkgapi/kde-unstable/
  libkgapi/kde-unstable/PKGBUILD
    (from rev 244409, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/kde-unstable/PKGBUILD

-----------------------+
 PKGBUILD              |   35 -----------------------------------
 kde-unstable/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 35 deletions(-)

Deleted: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-08-19 07:32:09 UTC (rev 244161)
+++ kde-unstable/PKGBUILD	2015-11-20 07:52:27 UTC (rev 251672)
@@ -1,35 +0,0 @@
-# $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/kde-unstable/PKGBUILD (from rev 244409, libkgapi/trunk/PKGBUILD)
===================================================================
--- kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-unstable/PKGBUILD	2015-11-20 07:52:27 UTC (rev 251672)
@@ -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