# Template file for 'kf6-kcoreaddons' pkgname=kf6-kcoreaddons version=6.21.0 revision=1 build_style=cmake _llvmver=21 configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins $(vopt_bool python BUILD_PYTHON_BINDINGS)" hostmakedepends="extra-cmake-modules qt6-tools qt6-base qt6-declarative-host-tools $(vopt_if python "python3-build python3-setuptools shiboken6 llvm${_llvmver}")" makedepends="qt6-declarative-devel qt6-base-private-devel qt6-tools-devel $(vopt_if python 'libshiboken6-devel libpyside6-devel python3-devel')" short_desc="KCoreAddons" maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/kcoreaddons" #changelog="" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" checksum=4461dcb7be66cc55101c2a957c08c7871f2b3ea7dd6f017183866c4534163e49 build_options="python" build_options_default="python" if [ "$CROSS_BUILD" ]; then configure_args+=" -DECM_SHIBOKEN_ARCH=$XBPS_CROSS_RUST_TARGET" configure_args+=" -DSYSROOT_INCLUDE_DIRS=$XBPS_CROSS_BASE/usr/include" fi export LLVM_INSTALL_DIR=/usr/lib/llvm/${_llvmver} do_check() { cd build # disable failing test ctest -E "kformattest" } kf6-kcoreaddons-devel_package() { depends="${sourcepkg}>=${version}_${revision} qt6-base-devel" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }