summaryrefslogtreecommitdiff
path: root/libre/akonadi-contacts/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-15 13:40:09 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-15 13:40:09 +0100
commitffd8de7a1cb608483de6c059a9f8d8fd0e8a9ad4 (patch)
treef11fcc2cc7e0f1277ff1079721295e6de864b3f5 /libre/akonadi-contacts/PKGBUILD
parent362dc71f442c53a0b294e4a47cd15db00dd5c0a2 (diff)
downloadabslibre-ffd8de7a1cb608483de6c059a9f8d8fd0e8a9ad4.tar.gz
abslibre-ffd8de7a1cb608483de6c059a9f8d8fd0e8a9ad4.tar.bz2
abslibre-ffd8de7a1cb608483de6c059a9f8d8fd0e8a9ad4.zip
libre/akonadi-contacts: removed, since it is no longer blacklisted
Diffstat (limited to 'libre/akonadi-contacts/PKGBUILD')
-rw-r--r--libre/akonadi-contacts/PKGBUILD53
1 files changed, 0 insertions, 53 deletions
diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD
deleted file mode 100644
index a7bbe1531..000000000
--- a/libre/akonadi-contacts/PKGBUILD
+++ /dev/null
@@ -1,53 +0,0 @@
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
-# Contributor: André Silva <emulatorman@hyperbola.info>
-# Contributor: Márcio Silva <coadde@hyperbola.info>
-# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
-# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
-
-pkgname=akonadi-contacts
-
-pkgver=17.08.3
-pkgrel=1.parabola2
-arch=(x86_64 i686 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>=$pkgver" 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=('a96b17efbcb03ced0229c0b657a1eb391b91dfd78fbc68faaa6ad34694cc093a'
- 'SKIP'
- '5356d5d15fd041790c2c073f6a23da9d8bcca8a65610c40fd51897de35fdcc70')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
-
-prepare() {
- mkdir -p build
-
- cd $srcdir/$pkgname-$pkgver
- rm -rv src/contact-editor/editor/addresseditor/webengine
- patch -p1 -i $srcdir/libre.patch
-}
-
-build() {
- cd build
-
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
-
- make DESTDIR="$pkgdir" install
-}