From debec484750eb1071588eaef91abead17df1b383 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 5 Jul 2026 16:21:08 -0400 Subject: [PATCH] plasma-thunderbolt: update to 6.7.3. --- srcpkgs/plasma-thunderbolt/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/plasma-thunderbolt/template b/srcpkgs/plasma-thunderbolt/template index e5217632878..e2918e2caac 100644 --- a/srcpkgs/plasma-thunderbolt/template +++ b/srcpkgs/plasma-thunderbolt/template @@ -1,9 +1,10 @@ # Template file for 'plasma-thunderbolt' +# group=kde-plasma pkgname=plasma-thunderbolt -version=6.6.3 +version=6.7.3 revision=1 build_style=cmake -configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake +configure_args=" -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" hostmakedepends="extra-cmake-modules gettext qt6-tools qt6-base kf6-kconfig kf6-kcmutils" @@ -15,8 +16,9 @@ maintainer="John " license="GPL-3.0-or-later" homepage="https://invent.kde.org/plasma/plasma-thunderbolt" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=93849d95036f18d83d118320098c6a3de3444cfde1bbfe45b2dd076c01bae502 +checksum=4ce862d02d30a998b362f70d6dd834c07f0ecfc040d334b90bfb9a37674326f2 +make_check=no # Requires running dbus and bolt services -do_check() { - : # Requires running dbus and bolt services -} +# stage builds +makedepends+=" kde-plasma-base" +shlib_requires="KDE_Plasma.${version}"