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

Antonio Rojas arojas at archlinux.org
Sat Jul 30 08:09:13 UTC 2016


    Date: Saturday, July 30, 2016 @ 08:09:13
  Author: arojas
Revision: 272702

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 272701, libkgapi/kde-unstable/PKGBUILD)
  libkgapi/repos/kde-unstable-x86_64/
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 272701, libkgapi/kde-unstable/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 272701, libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-07-30 08:09:13 UTC (rev 272702)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.3.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 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://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain")
+md5sums=('13f187699c144809b2449e786c81dde4'
+         '03314cf2f8241fe6b4881c62614fe1c4')
+
+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 272701, libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-07-30 08:09:13 UTC (rev 272702)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=5.3.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 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://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain")
+md5sums=('13f187699c144809b2449e786c81dde4'
+         '03314cf2f8241fe6b4881c62614fe1c4')
+
+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