From 9ebe3feeb19546b9632391425d4afc532b0b7baf Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 5 Jul 2026 16:21:16 -0400 Subject: [PATCH] systemsettings: update to 6.7.3. --- srcpkgs/systemsettings/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template index b5f1e12247c..b1b27eb1a28 100644 --- a/srcpkgs/systemsettings/template +++ b/srcpkgs/systemsettings/template @@ -1,9 +1,10 @@ # Template file for 'systemsettings' +# group=kde-plasma pkgname=systemsettings -version=6.6.3 -revision=2 +version=6.7.3 +revision=1 build_style=cmake -configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake +configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" hostmakedepends="python3 qt6-base qt6-tools kf6-kcmutils kf6-kauth-tools kf6-kconfig @@ -23,4 +24,8 @@ maintainer="John " license="GPL-2.0-or-later, GFDL-1.2-only" homepage="https://invent.kde.org/plasma/systemsettings" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=99974a1922c9e3b3ce8a8479946e6f48c28f2ea860a3b8763c7bfc35e712e151 +checksum=9729cd487a838c80c8a5adc98b50d84ba4231cb47f55b5efa8972213b88e1640 + +# stage builds +makedepends+=" kde-plasma-base" +shlib_requires="KDE_Plasma.${version}"