summaryrefslogtreecommitdiff
path: root/nonprism/kdepim-runtime/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-28 03:42:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-28 12:51:49 -0300
commit22ef88eaee93aa5643c7f98187257955e5525406 (patch)
tree2101abc91bc0f31a3326de252d7ceae10ff27d55 /nonprism/kdepim-runtime/PKGBUILD
parentadc8def3316ecd3773a4ee4c1f2ef19d19519e27 (diff)
kdepim-runtime-15.08.1-3.nonprism1: fix ical resources URL (KDEBUG#352693 -> https://bugs.kde.org/show_bug.cgi?id=352693)
Diffstat (limited to 'nonprism/kdepim-runtime/PKGBUILD')
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD
index 8fe807116..1f9a38e0d 100644
--- a/nonprism/kdepim-runtime/PKGBUILD
+++ b/nonprism/kdepim-runtime/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 246374 2015-09-15 20:13:05Z arojas $
+# $Id: PKGBUILD 247551 2015-09-27 21:10:00Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
@@ -6,7 +6,7 @@
pkgname=kdepim-runtime
pkgver=15.08.1
-pkgrel=2.nonprism1
+pkgrel=3.nonprism1
pkgdesc='Extends the functionality of kdepim, without libkgapi support'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -15,9 +15,11 @@ depends=(hicolor-icon-theme qt5-quick1 libkolab akonadi-socialutils akonadi-cale
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
@@ -25,6 +27,8 @@ prepare() {
# 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() {