# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Pierre Schmitz # Maintainer: André Silva pkgname=kdepim-runtime pkgver=16.08.3 pkgrel=1.nonprism1 pkgdesc='Extends the functionality of kdepim, without libkgapi support' arch=('i686' 'x86_64' 'armv7h') url='https://community.kde.org/KDE_PIM' license=('GPL' 'LGPL' 'FDL') depends=(libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin) conflicts=(kio-pim) source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('82f171face0b70d53332b66ce5a6c8e8fe53dc80') prepare() { mkdir -p build } build() { cd build cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib make } package() { cd build make DESTDIR="$pkgdir" install }