aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-06 12:37:18 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:06 +0800
commit12665349f25f53b7d0e347c7fc62a8f91f4ef659 (patch)
tree6866f609e25c57e7410c8de6cfd102f0e56fa4e9
parentfe52043d0a562698317f0e9a57398e52fde49843 (diff)
downloadguix-12665349f25f53b7d0e347c7fc62a8f91f4ef659.tar.gz
guix-12665349f25f53b7d0e347c7fc62a8f91f4ef659.zip
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
-rw-r--r--gnu/packages/kde-plasma.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 4ed5eb1c63..a3d245a855 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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")