From cf18a65f3e90d9af765d05d494bd16794408b1a7 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 5 Jul 2026 16:20:49 -0400 Subject: [PATCH] kwayland-integration: update to 6.7.3. --- srcpkgs/kwayland-integration/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kwayland-integration/template b/srcpkgs/kwayland-integration/template index 378c345aed3..973067a0fd9 100644 --- a/srcpkgs/kwayland-integration/template +++ b/srcpkgs/kwayland-integration/template @@ -1,6 +1,7 @@ # Template file for 'kwayland-integration' +# group=kde-plasma pkgname=kwayland-integration -version=6.6.3 +version=6.7.3 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" @@ -14,4 +15,8 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/plasma/kwayland-integration" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=ea4c1424acdf1d437be88a6ff3ee2ed055e620da1b05dec1a534049d111b31ab +checksum=82e0ac703eee65b3e83b4c6973020cee032b79c2dd41e43cb65f7286d0765962 + +# stage builds +makedepends+=" kde-plasma-base" +shlib_requires="KDE_Plasma.${version}"