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

Antonio Rojas arojas at archlinux.org
Sat Jan 13 12:36:08 UTC 2018


    Date: Saturday, January 13, 2018 @ 12:36:05
  Author: arojas
Revision: 314681

Fix Google authentication

Modified:
  libkgapi/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 10:58:27 UTC (rev 314680)
+++ PKGBUILD	2018-01-13 12:36:05 UTC (rev 314681)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi
 pkgver=17.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE-based library for accessing various Google services via their public API"
 url='https://www.kde.org/'
 arch=(x86_64)
@@ -11,14 +11,19 @@
 license=(GPL LGPL FDL)
 depends=(kcalcore kcontacts qt5-webengine kio)
 makedepends=(extra-cmake-modules qt5-tools python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-388483.patch::"https://cgit.kde.org/libkgapi.git/patch/?id=2980ace5")
 sha256sums=('d4569bd7c8f76c5e33fd16557ab9283f77a6ab87fe9fe870583472eda408f59c'
-            'SKIP')
+            'SKIP'
+            '193867c7ec72283614fb7795724dc50730d001b41892ba0a730aeb75e98f86a0')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-388483.patch # Fix Google authentication
 }
 
 build() {



More information about the arch-commits mailing list