# $Id: PKGBUILD 278584 2016-10-13 15:30:27Z arojas $ # Maintainer (Arch): Felix Yan # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Pierre Schmitz # Maintainer: André Silva pkgname=kdepim-runtime pkgver=16.08.2 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=('6ae21252e46f8a16da75a9f11407b1f12b9d1a8a') 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 }