Skip to content
Snippets Groups Projects
Commit d80fc464 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/kcmutils: add missing build dep on qt6-qtdeclarative-private-dev

parent 1763da74
No related branches found
No related tags found
1 merge request!79570community/firefox-esr: upgrade to 128.7.0
# Contributor: Bart Ribbers <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-frameworks
maintainer="team/kde <bribbers@disroot.org>"
......@@ -7,7 +5,8 @@ pkgname=kcmutils
pkgver=6.8.0
pkgrel=0
pkgdesc="Utilities for interacting with KCModules"
arch="all"
# armhf blocked by qt6-qtdeclarative
arch="all !armhf"
url="https://community.kde.org/Frameworks"
license="LGPL-2.1-only AND LGPL-2.1-or-later"
depends_dev="
......@@ -23,6 +22,7 @@ depends_dev="
makedepends="$depends_dev
doxygen
extra-cmake-modules
qt6-qtdeclarative-private-dev
qt6-qttools-dev
samurai
"
......@@ -48,7 +48,7 @@ build() {
}
check() {
xvfb-run ctest --test-dir build --output-on-failure -E "kcmultidialogtest"
xvfb-run ctest --test-dir build -E "kcmultidialogtest"
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment