# Maintainer (Arch): Antonio Rojas # Maintainer: André Silva # Contributor: Márcio Silva pkgname=akonadi-contacts pkgver=17.04.0 pkgrel=2.parabola2 pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support" arch=(i686 x86_64 armv7h) url="https://community.kde.org/KDE_PIM" license=(LGPL) depends=(akonadi grantlee kcontacts kmime prison opengl-driver) makedepends=(extra-cmake-modules kdoctools python boost akonadi-mime kcalcore kdesignerplugin) conflicts=(akonadi-contact) replaces=(akonadi-contact) source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} 'libre.patch') sha256sums=('67fc0795c10f43c2c6a27ad5619ab044f3c527789a84ce8fbf6ce9652b06dc05' 'SKIP' '5e70b6315ba0d83a997005d3e71004cae9a7025f4a5d7973330d8634879155e1') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid prepare() { mkdir -p build cd $srcdir/$pkgname-$pkgver rm -rv src/editor/addresseditor/webengine patch -p1 -i ../libre.patch } build() { cd build cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make } package() { cd build make DESTDIR="$pkgdir" install }