From 43e9bb2d67baa87dc43130994ba24ffe04ea02af Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 15 Sep 2015 14:14:46 -0300 Subject: nonprism/kdepin4-runtime: rebuild pkg --- nonprism/kdepim4-runtime/PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'nonprism/kdepim4-runtime/PKGBUILD') 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 # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Pierre Schmitz @@ -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() { -- cgit v1.2.3-54-g00ecf