aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-04-13 11:16:24 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 15:45:16 +0000
commitbb3c9282e19951af2437c6251dc100fdf1785580 (patch)
tree5388e15e60ef78c64e8fe62fe3612d8f7a1f6497 /testing
parent2df0bc3c78fec30213d72291a2cc8c98899aa0e0 (diff)
downloadaports-bb3c9282e19951af2437c6251dc100fdf1785580.tar.bz2
aports-bb3c9282e19951af2437c6251dc100fdf1785580.tar.xz
community/akonadi-search: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/akonadi-search/APKBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/testing/akonadi-search/APKBUILD b/testing/akonadi-search/APKBUILD
deleted file mode 100644
index 6176468bea..0000000000
--- a/testing/akonadi-search/APKBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=akonadi-search
-pkgver=19.12.3
-pkgrel=0
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-arch="all !armhf"
-url="https://community.kde.org/KDE_PIM"
-license="(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)"
-depends_dev="qt5-qtbase-dev ki18n-dev kconfig-dev kcrash-dev kdbusaddons-dev kcmutils-dev kio-dev krunner-dev xapian-core-dev akonadi-dev kcontacts-dev kmime-dev akonadi-mime-dev kcalendarcore-dev"
-makedepends="$depends_dev extra-cmake-modules"
-checkdepends="xvfb-run"
-source="https://download.kde.org/stable/release-service/$pkgver/src/akonadi-search-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-lang"
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make -C build
-}
-
-check() {
- cd build
-
- # akonadi-sqlite-schedulertest, konadi-sqlite-collectionindexingjobtest,
- # akonadi-mysql-schedulertest and akonadi-mysql-collectionindexingjobtest
- # require running dbus server
-
- # Prevent the lines using more than 80 characters by looping
- local skipped_tests="("
- local tests="
- akonadi-sqlite-scheduler
- akonadi-sqlite-collectionindexingjob
- akonadi-mysql-scheduler
- akonadi-mysql-collectionindexingjob"
- for test in $tests; do
- skipped_tests="$skipped_tests|$test"
- done
- skipped_tests="$skipped_tests)test"
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "$skipped_tests"
-}
-
-package() {
- DESTDIR="$pkgdir" make -C build install
-}
-sha512sums="d51ecd671efa043994465b6f0386e0e97fa0c75e0426dc9f67c3627a0bd18141fc076382126071f27e02cec0215a05eff159cd86afeb04a267e54287d3bdeab8 akonadi-search-19.12.3.tar.xz"