Date: Thursday, March 3, 2022 @ 11:15:18 Author: arojas Revision: 438386
archrelease: copy trunk to testing-x86_64 Added: akonadi-search/repos/testing-x86_64/ akonadi-search/repos/testing-x86_64/PKGBUILD (from rev 438385, akonadi-search/trunk/PKGBUILD) ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Copied: akonadi-search/repos/testing-x86_64/PKGBUILD (from rev 438385, akonadi-search/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2022-03-03 11:15:18 UTC (rev 438386) @@ -0,0 +1,30 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Gustavo Alvarez <sl1pk...@gmail.com> + +pkgname=akonadi-search +pkgver=21.12.3 +pkgrel=1 +pkgdesc='Libraries and daemons to implement searching in Akonadi' +url='https://kontact.kde.org' +arch=(x86_64) +license=(GPL LGPL FDL) +depends=(xapian-core akonadi-mime kcontacts kcalendarcore krunner) +makedepends=(extra-cmake-modules boost qt5-tools doxygen) +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('d76c0edccf2e25b9e86469d21a32015315e77cb05f489fc3bffb27d6e5ffa6c5' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}