summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-17 09:41:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-17 09:41:16 -0300
commit5c53f1cfffdb375e46f574304690f091b0522515 (patch)
tree1a27641f04dc7b583ce34a5de4ad9d0bd83c9014
parentca241c619f20664e09e6a240a5f76f47c24d92b3 (diff)
kdepim-runtime 16.04.2-1.nonprism1: updating version
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD
index 723e6ab35..2806ecfc6 100644
--- a/nonprism/kdepim-runtime/PKGBUILD
+++ b/nonprism/kdepim-runtime/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 267355 2016-05-10 16:07:44Z arojas $
+# $Id: PKGBUILD 269484 2016-06-14 08:32:06Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdepim-runtime
-pkgver=16.04.1
+pkgver=16.04.2
pkgrel=1.nonprism1
pkgdesc='Extends the functionality of kdepim, without libkgapi support'
arch=('i686' 'x86_64' 'armv7h')
@@ -13,9 +13,9 @@ url='https://community.kde.org/KDE_PIM'
license=('GPL' 'LGPL' 'FDL')
depends=(hicolor-icon-theme libkolab akonadi-socialutils akonadi-calendar
knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost python)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('627d80853671be459ad80040738c6fd61f4801d5')
+sha1sums=('bb30aa4f6af25459cbbe0da653a3e604aad16ede')
prepare() {
mkdir -p build
@@ -27,8 +27,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}