From 85f54b8af2bde5853de8900056db7d7bae16a633 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 20 Jul 2025 20:50:14 +0200 Subject: [PATCH] kf6-knotifications: update to 6.17.0. --- srcpkgs/kf6-knotifications/template | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kf6-knotifications/template b/srcpkgs/kf6-knotifications/template index 09e36de5bfa..8e23ddbe5f5 100644 --- a/srcpkgs/kf6-knotifications/template +++ b/srcpkgs/kf6-knotifications/template @@ -1,19 +1,29 @@ # Template file for 'kf6-knotifications' pkgname=kf6-knotifications -version=6.14.0 +version=6.17.0 revision=1 build_style=cmake configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml - -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" + -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" -makedepends="kf6-kconfig-devel libcanberra-devel" + qt6-declarative-host-tools pkg-config + $(vopt_if python 'python3-build python3-setuptools shiboken6 llvm')" +makedepends="kf6-kconfig-devel libcanberra-devel + qt6-declarative-devel qt6-base-private-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=a76e95de74129e12f500b01f8ce2529bc6af93b75ff2cce99c827129523d7517 +checksum=b7801c546935e6082a72d4c7dd0387407b6a1905ab88de9bddaf369a8eca4141 + +build_options="python" + +if [ -z "$CROSS_BUILD" ]; then + build_options_default="python" +fi kf6-knotifications-devel_package() { depends="$makedepends ${sourcepkg}>=${version}_${revision}"