# Depends on: libkgapi akonadi-calendar kf5-knotifyconfig kf5-kross kalarmcal kmbox kimap syndication hicolor-icon-theme kf5-extra-cmake-modules kf5-kdoctools boost python kf5-kdesignerplugin akonadi-notes kontact

description="Project that aims to bring together anything to do with personal information management."
url="https://projects.kde.org/kdepim"
packager="pierre at nutyx dot org"

name=kdepim-runtime
version=16.12.3
release=2

source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)

build() {
  mkdir -p build
  cd build
  cmake ../$name-$version \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=lib \
    -DBUILD_TESTING=OFF
  make
  make DESTDIR=$PKG install
}
