# Maintainer (Arch): Antonio Rojas # Contributor: André Silva # Contributor: jc_gargma # Maintainer: Andreas Grapentin pkgname=kdepim-addons pkgver=18.12.2 pkgrel=1 pkgrel+=.parabola1 pkgdesc='Addons for KDE PIM applications' pkgdesc+=' (built without nonfree qt5-webengine)' arch=(x86_64) arch+=(i686 armv7h) url='https://kontact.kde.org' license=(GPL LGPL FDL) depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard kparts poppler-qt5 kitinerary discount) makedepends=(extra-cmake-modules kdoctools boost) groups=(kde-applications kdepim) source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} 'libre.patch') sha256sums=('346d28e915c59360874120645f04c4269872ce17043901661411de36ec6dcd23' 'SKIP' 'f416c6397a51db17674d891ea6c5b3939e017bc8f1a78fc2856b59fe131e2700') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck prepare() { mkdir -p build cd $pkgname-$pkgver patch -p1 -i ../libre.patch rm -rv plugins/webengineurlinterceptor } build() { cd build cmake ../$pkgname-$pkgver \ -DBUILD_TESTING=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } package() { cd build make DESTDIR="$pkgdir" install }