[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/24: gnu: kwayland-integration: Update to 6.1.2.
From: |
guix-commits |
Subject: |
24/24: gnu: kwayland-integration: Update to 6.1.2. |
Date: |
Mon, 8 Jul 2024 12:35:42 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3e682c913e4ddea648b3415d97bc4b3ded2d2039
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 00:33:40 2024 +0800
gnu: kwayland-integration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kwayland-integration): Update to 6.1.2.
[inputs]: Remove kguiaddons, kidletime, kwindowsystem, and kwayland; add
kguiaddons-5, kidletime-5, kwindowsystem-5, kwayland-5, and
plasma-wayland-protocols.
Change-Id: Ie4c5aff268e6572c75da2838fbe1faaebf50f152
---
gnu/packages/kde-plasma.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 10d53a37f3..575df56fdc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1308,7 +1308,7 @@ you login.")
(define-public kwayland-integration
(package
(name "kwayland-integration")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1316,7 +1316,7 @@ you login.")
version ".tar.xz"))
(sha256
(base32
- "1fvf64vx5m3h5v8h697ixkcifhva6a14wlz75kv6759ji9l9fy8y"))))
+ "16wlnsavxbm54am6am29667scilvdksgbaskwqdkaazqqjxn298a"))))
(build-system qt-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@@ -1336,12 +1336,13 @@ you login.")
"/lib/qt5/plugins:"
(getenv
"QT_PLUGIN_PATH"))))))))
(native-inputs (list extra-cmake-modules wayland-protocols pkg-config))
- (inputs (list kguiaddons
- kidletime
- kwindowsystem
- kwayland
+ (inputs (list kguiaddons-5
+ kidletime-5
+ kwindowsystem-5
+ kwayland-5
libxkbcommon
wayland
+ plasma-wayland-protocols
qtbase-5
qtwayland-5))
(synopsis "KWayland runtime integration plugins")
- branch kde-team updated (aa6d9da1ce -> 3e682c913e), guix-commits, 2024/07/08
- 01/24: gnu: okteta: Update to 0.26.15., guix-commits, 2024/07/08
- 03/24: gnu: massif-visualizer: Update to 0.8.0., guix-commits, 2024/07/08
- 07/24: gnu: wacomtablet: Fix build., guix-commits, 2024/07/08
- 10/24: gnu: lxqt-config: Fix build., guix-commits, 2024/07/08
- 06/24: gnu: Add kidletime-5., guix-commits, 2024/07/08
- 04/24: gnu: labplot: Fix build., guix-commits, 2024/07/08
- 09/24: gnu: lxqt-admin: Fix build., guix-commits, 2024/07/08
- 08/24: gnu: lxqt-about: Fix build., guix-commits, 2024/07/08
- 21/24: gnu: screengrab: Fix build., guix-commits, 2024/07/08
- 24/24: gnu: kwayland-integration: Update to 6.1.2.,
guix-commits <=
- 23/24: gnu: calindori: Update to 24.05.2., guix-commits, 2024/07/08
- 11/24: gnu: lxqt-globalkeys: Fix build., guix-commits, 2024/07/08
- 15/24: gnu: lxqt-policykit: Fix build., guix-commits, 2024/07/08
- 16/24: gnu: lxqt-powermanagement: Fix build., guix-commits, 2024/07/08
- 19/24: gnu: lxqt-sudo: Fix build., guix-commits, 2024/07/08
- 02/24: gnu: kgraphviewer: Update to 2.5.0., guix-commits, 2024/07/08
- 05/24: gnu: Add libkscreen-5., guix-commits, 2024/07/08
- 14/24: gnu: lxqt-panel: Fix build., guix-commits, 2024/07/08
- 17/24: gnu: lxqt-runner: Fix build., guix-commits, 2024/07/08
- 20/24: gnu: qps: Fix build., guix-commits, 2024/07/08