aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-30 18:22:56 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-30 19:38:45 +0100
commit127dd698f19a77a7ddc5be9eab815aa415fa4045 (patch)
treee0f9a40bca6fee077bd9ec7455be5cd1c9614444 /community
parent437e79c53da4d2832a99aa2a9556f86538085b82 (diff)
downloadaports-127dd698f19a77a7ddc5be9eab815aa415fa4045.tar.bz2
aports-127dd698f19a77a7ddc5be9eab815aa415fa4045.tar.xz
community/ktp-common-internals: disable on armhf
Diffstat (limited to 'community')
-rw-r--r--community/ktp-common-internals/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/ktp-common-internals/APKBUILD b/community/ktp-common-internals/APKBUILD
index 2d1789bae1..875f12592d 100644
--- a/community/ktp-common-internals/APKBUILD
+++ b/community/ktp-common-internals/APKBUILD
@@ -5,7 +5,7 @@ pkgver=19.12.1
pkgrel=0
pkgdesc="Library for KTp"
url="https://github.com/kde/ktp-common-internals"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
license="LGPL-2.1-only AND GPL-2.0-only"
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev kcoreaddons-dev knotifications-dev kio-dev kwidgetsaddons-dev kcmutils-dev knotifyconfig-dev ktexteditor-dev kwallet-dev kconfig-dev kwindowsystem-dev kemoticons-dev kiconthemes-dev kpeople-dev telepathy-qt-dev"
makedepends="$depends_dev extra-cmake-modules doxygen"
@@ -28,11 +28,6 @@ build() {
make
}
-check() {
- cd "$builddir"/build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
package() {
cd "$builddir"/build
DESTDIR="$pkgdir" make install