aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-27 04:33:29 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-27 04:36:19 +0000
commitb99cd00d84ec0f028a77126caba545c3912f78dd (patch)
tree2c36958e5acc3a645f11b1badeea52f93ba49b67 /testing
parent97a6ffe36405b0a02129c11bea5bf9d5080a5a53 (diff)
downloadaports-b99cd00d84ec0f028a77126caba545c3912f78dd.tar.bz2
aports-b99cd00d84ec0f028a77126caba545c3912f78dd.tar.xz
testing/kitinerary: revert disable building of tests
The tests were disabled to try to get kitinary to build on the builders, but there was never an issue with the tests, so enable them again. This reverts commit 35ee7505c6f44c55d2098b1dcc1712ca7a7c8404.
Diffstat (limited to 'testing')
-rw-r--r--testing/kitinerary/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/kitinerary/APKBUILD b/testing/kitinerary/APKBUILD
index a309e0e7d3..17edc9e5b9 100644
--- a/testing/kitinerary/APKBUILD
+++ b/testing/kitinerary/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kitinerary
pkgver=19.04.2
-pkgrel=1
+pkgrel=2
arch="all"
url="https://kontact.kde.org/"
pkgdesc="Data model and extraction system for travel reservation information"
@@ -10,14 +10,12 @@ license="LGPL-2.0-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev ki18n-dev kmime-dev kcalcore-dev kcontacts-dev kpkpass-dev poppler-dev zxing-cpp-dev zxing-cpp zlib-dev libxml2-dev libphonenumber-dev kcalcore-dev"
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang"
-options="!check" # Broken
build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}