gnu: layer-shell-qt: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtwayland-5; add qtdeclarative
and qtwayland.

Change-Id: I51396d3be743fe52937122268b65baca4697b85f
This commit is contained in:
Zheng Junjie 2024-07-06 12:37:18 +08:00
parent fe52043d0a
commit 12665349f2
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -908,22 +908,22 @@ an elegant and intuitive experience for your tasks and plasmoids.")
(define-public layer-shell-qt
(package
(name "layer-shell-qt")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/layer-shell-qt-" version ".tar.xz"))
(sha256
(base32
"08glqqh7jmqrli4n7j04lz3w3c6192w8p7ki51ksmwivnxylxi17"))))
"02gmfvvzjdhgsqwqr9ga43bjkbz0hnv1sz08zq19m5l3qy66ds0p"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules pkg-config))
(inputs
(list libxkbcommon
qtbase-5
qtdeclarative-5
qtwayland-5
qtdeclarative
qtwayland
wayland
wayland-protocols))
(home-page "https://invent.kde.org/plasma/layer-shell-qt")