summaryrefslogtreecommitdiff
path: root/nonprism/kdepim4-runtime/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-15 14:14:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:04 -0300
commit43e9bb2d67baa87dc43130994ba24ffe04ea02af (patch)
tree959845a45d90af7fef8d2ed3720c70287b9a1651 /nonprism/kdepim4-runtime/PKGBUILD
parentc64c17caadb9a88d04660e04eeef06e6db2c4f30 (diff)
nonprism/kdepin4-runtime: rebuild pkg
Diffstat (limited to 'nonprism/kdepim4-runtime/PKGBUILD')
-rw-r--r--nonprism/kdepim4-runtime/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/nonprism/kdepim4-runtime/PKGBUILD b/nonprism/kdepim4-runtime/PKGBUILD
index 255852156..cf324be2b 100644
--- a/nonprism/kdepim4-runtime/PKGBUILD
+++ b/nonprism/kdepim4-runtime/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 244440 2015-08-20 14:58:15Z arojas $
+# $Id: PKGBUILD 246019 2015-09-13 21:42:42Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
@@ -7,21 +7,26 @@
pkgname=kdepim4-runtime
pkgver=4.14.10
_kdeappver=15.04.3
-pkgrel=4.nonprism1
+pkgrel=5.nonprism1
pkgdesc='Extends the functionality of kdepim4, without libkgapi4 support'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdepim-runtime'
license=('GPL' 'LGPL' 'FDL')
depends=('kdebase-runtime' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4' 'akonadi-qt4')
makedepends=('cmake' 'automoc4' 'boost')
-replaces=('kdepim-runtime<15' 'kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
conflicts=('kdepim-runtime' 'kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
+replaces=('kdepim-runtime<15' 'kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz")
-sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz" kdepim4-runtime-bug338658.patch)
+sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c'
+ '72527dc3422989bdfb59f396761e15caffaeac73')
prepare() {
- mkdir build
+ mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+ cd kdepim-runtime-$pkgver
+ patch -p1 -i ../kdepim4-runtime-bug338658.patch
}
build() {