From df6cec26f1932d42aa4498b5f374b16b1d3074d2 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 10 Nov 2017 11:21:30 +0100 Subject: libre/akonadi-contacts: updated to 17.08.3 --- libre/akonadi-contacts/PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD index 5eeb555b8..2d0817787 100644 --- a/libre/akonadi-contacts/PKGBUILD +++ b/libre/akonadi-contacts/PKGBUILD @@ -5,19 +5,23 @@ # Maintainer (Arch): Antonio Rojas pkgname=akonadi-contacts -pkgver=17.08.2 -pkgrel=1.parabola2 -pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support" + +pkgver=17.08.3 +pkgrel=1.parabola1 arch=(i686 x86_64 armv7h) + +pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support" 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=('c172426ef3e7e244a8459861f495246674a12155e87c36c47a5daf1fd4a95f2c' +sha256sums=('a96b17efbcb03ced0229c0b657a1eb391b91dfd78fbc68faaa6ad34694cc093a' 'SKIP' '5356d5d15fd041790c2c073f6a23da9d8bcca8a65610c40fd51897de35fdcc70') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid @@ -28,11 +32,12 @@ prepare() { cd $srcdir/$pkgname-$pkgver rm -rv src/contact-editor/editor/addresseditor/webengine - patch -p1 -i ../libre.patch + patch -p1 -i $srcdir/libre.patch } build() { cd build + cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -43,5 +48,6 @@ build() { package() { cd build + make DESTDIR="$pkgdir" install } -- cgit v1.2.3