[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/23: gnu: kinfocenter: Replace the qdbus correctly.
From: |
guix-commits |
Subject: |
03/23: gnu: kinfocenter: Replace the qdbus correctly. |
Date: |
Fri, 28 Jun 2024 22:37:59 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6e399cdcbb0b6489eb43051b31b0a10417db980f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 00:12:48 2024 +0800
gnu: kinfocenter: Replace the qdbus correctly.
* gnu/packages/kde-plasma.scm (kinfocenter)[arguments]<#:phases>: Adjust
set-path phase.
[inputs]: Add qttools.
Change-Id: I37d8fac591a7efe52b31fa4ad27ad2e03d20f9da
---
gnu/packages/kde-plasma.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8109c7b2db..6c9d7a8afa 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -689,7 +689,7 @@ functionality")
(("@QtBinariesDir@/qdbus")
(search-input-file inputs "/bin/qdbus")))
(substitute* "kcms/kwinsupportinfo/main.cpp"
-
(("QLibraryInfo::location\\(QLibraryInfo::BinariesPath\\) \\+
QStringLiteral\\(\"/qdbus\"\\)")
+
(("QLibraryInfo::path\\(QLibraryInfo::BinariesPath\\) \\+
QStringLiteral\\(\"/qdbus\"\\)")
(string-append "QStringLiteral(\""
(search-input-file inputs "/bin/qdbus") "\")")))
(replace '("kcms/cpu/kcm_cpu.json"
@@ -728,6 +728,7 @@ functionality")
mesa-utils
pciutils
libplasma
+ qttools
qtbase
solid-6
util-linux
- branch kde-team updated (504d2a0f02 -> 797fe438c6), guix-commits, 2024/06/28
- 05/23: gnu: kspaceduel: Update to 24.05.1., guix-commits, 2024/06/28
- 02/23: gnu: falkon: Update to 24.05.1., guix-commits, 2024/06/28
- 07/23: gnu: lskat: Update to 24.05.1., guix-commits, 2024/06/28
- 09/23: gnu: kigo: Update to 24.05.1., guix-commits, 2024/06/28
- 08/23: gnu: kubrick: Update to 24.05.1., guix-commits, 2024/06/28
- 14/23: gnu: bomber: Update to 24.05.1., guix-commits, 2024/06/28
- 16/23: gnu: kfourinline: Update to 24.05.1., guix-commits, 2024/06/28
- 03/23: gnu: kinfocenter: Replace the qdbus correctly.,
guix-commits <=
- 04/23: gnu: bovo: Update to 24.05.1., guix-commits, 2024/06/28
- 01/23: gnu: yakuake: Update to 24.05.1., guix-commits, 2024/06/28
- 06/23: gnu: kapman: Update to 24.05.1., guix-commits, 2024/06/28
- 10/23: gnu: kiriki: Update to 24.05.1., guix-commits, 2024/06/28
- 11/23: gnu: palapeli: Update to 24.05.1., guix-commits, 2024/06/28
- 12/23: gnu: ksirk: Update to 24.05.1., guix-commits, 2024/06/28
- 13/23: gnu: granatier: Update to 24.05.1., guix-commits, 2024/06/28
- 15/23: gnu: kblackbox: Update to 24.05.1., guix-commits, 2024/06/28
- 17/23: gnu: kdiamond: Update to 24.05.1., guix-commits, 2024/06/28
- 20/23: gnu: ksudoku: Update to 24.05.1., guix-commits, 2024/06/28