kf6-knotifications: update to 6.17.0.

This commit is contained in:
John 2025-07-20 20:50:14 +02:00 committed by John Zimmermann
parent 1e31063d6b
commit 85f54b8af2

View file

@ -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 <me@johnnynator.dev>"
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}"