# Template file for 'kf6-knotifications' pkgname=kf6-knotifications 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 pkg-config kf6-kconfig $(vopt_if python "python3-build python3-setuptools shiboken6 llvm${_llvmver}")" makedepends="kf6-kconfig-devel libcanberra-devel qt6-declarative-devel qt6-base-devel qt6-tools-devel $(vopt_if python 'libshiboken6-devel libpyside6-devel python3-devel')" short_desc="KDE Desktop notifications" maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/knotifications" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" checksum=5c9e3ead502f7dbc6835255d55fb33dbe4ad66295877ff08ab221a42db0805ad 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} kf6-knotifications-devel_package() { depends="${sourcepkg}>=${version}_${revision} qt6-base-devel libcanberra-devel kf6-kconfig-devel" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove "usr/lib/*.so" } }