[arch-commits] Commit in libkgapi/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 25 22:43:26 UTC 2016


    Date: Friday, March 25, 2016 @ 23:43:26
  Author: arojas
Revision: 262564

Fix Google Calendar events sync (KDEBUG#355908)

Modified:
  libkgapi/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 21:51:41 UTC (rev 262563)
+++ PKGBUILD	2016-03-25 22:43:26 UTC (rev 262564)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 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)
@@ -11,11 +11,17 @@
 license=(GPL LGPL FDL)
 depends=(kcalcore kcontacts)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
+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=('a65d1d637f18655b9b9bd22acf3813ec'
+         '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() {



More information about the arch-commits mailing list