[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/24: gnu: lxqt-panel: Fix build.
From: |
guix-commits |
Subject: |
14/24: gnu: lxqt-panel: Fix build. |
Date: |
Mon, 8 Jul 2024 12:35:40 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1864bbc6a14d19a44db154d1ad4f09f30094688f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 00:06:50 2024 +0800
gnu: lxqt-panel: Fix build.
* gnu/packages/lxqt.scm (lxqt-panel): Fix build.
[inputs]: Replace solid with solid-5.
[propagated-inputs]: Replace kwindowsystem with kwindowsystem-5.
Change-Id: Ic80e9bc3d5986e9e4aadd2ecc1d4cbd4ae530a93
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 8c938a9ce6..01c1b54d0a 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -509,7 +509,7 @@ of other programs.")
qtbase-5
qtsvg-5
qtx11extras
- solid
+ solid-5
xcb-util
xcb-util-image
xkeyboard-config))
@@ -518,7 +518,7 @@ of other programs.")
(propagated-inputs
;; Propagating KWINDOWSYSTEM so that the list of opened applications
;; shows up in lxqt-panel's taskbar plugin.
- (list kwindowsystem lxmenu-data))
+ (list kwindowsystem-5 lxmenu-data))
(arguments
'(#:tests? #f ; no tests
#:phases
- 08/24: gnu: lxqt-about: Fix build., (continued)
- 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, 2024/07/08
- 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 <=
- 17/24: gnu: lxqt-runner: Fix build., guix-commits, 2024/07/08
- 20/24: gnu: qps: Fix build., guix-commits, 2024/07/08
- 22/24: gnu: lxqt-connman-applet: Fix build., guix-commits, 2024/07/08
- 13/24: gnu: lxqt-openssh-askpass: Fix build., guix-commits, 2024/07/08
- 12/24: gnu: lxqt-notificationd: Fix build., guix-commits, 2024/07/08
- 18/24: gnu: lxqt-session: Fix build., guix-commits, 2024/07/08