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

Antonio Rojas arojas at archlinux.org
Mon Nov 21 11:49:58 UTC 2016


    Date: Monday, November 21, 2016 @ 11:49:57
  Author: arojas
Revision: 281715

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

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

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

Copied: libkgapi/repos/kde-unstable-i686/PKGBUILD (from rev 281714, libkgapi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-11-21 11:49:57 UTC (rev 281715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.3.1
+pkgrel=2
+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 qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
+         bug355908.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=14a57b81")
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+         'bc20c2c79e13c339517fc87748d4f0f3')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 281714, libkgapi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-11-21 11:49:57 UTC (rev 281715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.3.1
+pkgrel=2
+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 qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
+         bug355908.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=14a57b81")
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+         'bc20c2c79e13c339517fc87748d4f0f3')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list