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

Antonio Rojas arojas at archlinux.org
Sat Apr 22 12:16:59 UTC 2017


    Date: Saturday, April 22, 2017 @ 12:16:58
  Author: arojas
Revision: 293904

Fix migration of Gmail accounts to XOAUTH2

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-22 11:59:19 UTC (rev 293903)
+++ PKGBUILD	2017-04-22 12:16:58 UTC (rev 293904)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=17.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -13,13 +13,19 @@
 depends=(libkgapi libkolab kdav akonadi-calendar knotifyconfig kalarmcal kmbox kimap hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
-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}
+        kdepim-runtime-gmail-migration.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=c9ae1636")
 sha256sums=('b46d3db769de31b758c49a881b8e0b1869ada82f39ac282c28280980b1a59201'
-            'SKIP')
+            'SKIP'
+            '4e497f9f551d411daf1c04b5daa33e8eb2a0e37b9f8d562575cfa3eddf43070f')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
 
 prepare() {
   mkdir -p build
+
+# Fix migration of Gmail accounts to XOAUTH authentication
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-gmail-migration.patch
 }
 
 build() {



More information about the arch-commits mailing list