gnu: plasma-wayland-protocols: Update to 1.16.0.

* gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 1.16.0.
[native-inputs]: Add wayland.

Change-Id: I84e988fc76b1ea69b8eb3c904eb15b60c8d20d2a
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:24 +08:00
parent e815c24b49
commit 724db8ff4b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1531,16 +1531,16 @@ (define-public ksyntaxhighlighting-5
(define-public plasma-wayland-protocols
(package
(name "plasma-wayland-protocols")
(version "1.13.0")
(version "1.16.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
"05hzkij86v7952316n0rvlg4afwczjk4isdbkbfgj0snzbivngys"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(native-inputs (list extra-cmake-modules wayland))
(arguments '(#:tests? #f)) ;no tests
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Plasma Wayland Protocols")