summaryrefslogtreecommitdiff
path: root/extra/kdepim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdepim/PKGBUILD')
-rw-r--r--extra/kdepim/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/extra/kdepim/PKGBUILD b/extra/kdepim/PKGBUILD
index 52f2e3306..97b4dc9b1 100644
--- a/extra/kdepim/PKGBUILD
+++ b/extra/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 153196 2012-03-12 09:37:49Z andrea $
+# $Id: PKGBUILD 153547 2012-03-15 21:42:17Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -20,17 +20,23 @@ pkgname=('kdepim-akonadiconsole'
'kdepim-ktimetracker'
'kdepim-libkdepim')
pkgver=4.8.1
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'mips64el')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdepim')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
'kde-agent')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('93222d56f9adde015cb202a1ad3b194ac52e6bda')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
+ 'fix-kalarm-issue-with-alarms.patch')
+sha1sums=('93222d56f9adde015cb202a1ad3b194ac52e6bda'
+ 'e9761e98fc5486a1a33cfa1eb122b54ca3446ded')
build() {
+ # (FS#28891)
+ cd "${srcdir}"/${pkgbase}-${pkgver}
+ patch -p1 -i "${srcdir}"/fix-kalarm-issue-with-alarms.patch
+
cd "${srcdir}"
mkdir build
cd build