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

Antonio Rojas arojas at archlinux.org
Sun Oct 4 20:32:47 UTC 2015


    Date: Sunday, October 4, 2015 @ 22:32:46
  Author: arojas
Revision: 248353

Fix syncing Outlook365 accounts (KDEBUG#351814)

Modified:
  kdepim-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 20:19:37 UTC (rev 248352)
+++ PKGBUILD	2015-10-04 20:32:46 UTC (rev 248353)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -15,10 +15,12 @@
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" kdepim-runtime-bug338658.patch
-	ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain")
+	ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain"
+	outlook365.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=813e4df&o=plain")
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
           '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
-          '5c6f5128ca2a56124e4c0b09a911c7979d682466')
+          '5c6f5128ca2a56124e4c0b09a911c7979d682466'
+          '999d17c24e7cebef2900afce68d6fea774348bb7')
 
 prepare() {
   mkdir -p build
@@ -28,6 +30,8 @@
   patch -p1 -i ../kdepim-runtime-bug338658.patch
 # Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
   patch -p1 -i ../ical-resource.patch
+# Fix syncing Outlook365 accounts https://bugs.kde.org/show_bug.cgi?id=351814
+  patch -p1 -i ../outlook365.patch
 }
 
 build() {



More information about the arch-commits mailing list