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

Antonio Rojas arojas at archlinux.org
Sun Sep 27 21:10:00 UTC 2015


    Date: Sunday, September 27, 2015 @ 23:10:00
  Author: arojas
Revision: 247551

Fix ical resources URL (KDEBUG#352693)

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-27 20:16:38 UTC (rev 247550)
+++ PKGBUILD	2015-09-27 21:10:00 UTC (rev 247551)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -14,9 +14,11 @@
          knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
 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)
+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")
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
-          '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
+          '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
+          '5c6f5128ca2a56124e4c0b09a911c7979d682466')
 
 prepare() {
   mkdir -p build
@@ -24,6 +26,8 @@
 # Fix https://bugs.kde.org/show_bug.cgi?id=338658
   cd $pkgname-$pkgver
   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
 }
 
 build() {



More information about the arch-commits mailing list