[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/332: gnu: kde-cli-tools: Update to 5.27.6.
From: |
guix-commits |
Subject: |
185/332: gnu: kde-cli-tools: Update to 5.27.6. |
Date: |
Wed, 2 Aug 2023 10:36:59 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit cba2f44305b243d7f43614a894004ab1a78fa779
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 20 10:45:55 2023 +0800
gnu: kde-cli-tools: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kde-cli-tools): Update to 5.27.6.
[arguments]: Add symlink-kdesu phase to make kdesu can found in PATH.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-plasma.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 46ac85acf4..3da94faa61 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -380,7 +380,7 @@ manager which re-parents a Client window to a window
decoration frame.")
(define-public kde-cli-tools
(package
(name "kde-cli-tools")
- (version "5.25.5")
+ (version "5.27.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -388,10 +388,10 @@ manager which re-parents a Client window to a window
decoration frame.")
(patches (search-patches "kde-cli-tools-delay-mime-db.patch"))
(sha256
(base32
- "0i1lnkyb2bdvbhnr2wsgjy2sjichzxxqkvn30ca85rj21cavk2z3"))))
+ "1ahgpaa073lg6n7xnrkflqz9cj8sl7f77sla93415hc2pz1v3qmm"))))
(build-system qt-build-system)
(arguments
- (list #:tests? #f ;TODO: Failing sub-tests 3/7
+ (list #:tests? #f ;TODO: Failing 1 test
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-writable-location
@@ -402,7 +402,13 @@ GenericDataLocation.")
(string-append "\"" (getcwd) "/\"")))))
(add-before 'check 'setup-env
(lambda* _
- (setenv "HOME" (getcwd)))))))
+ (setenv "HOME" (getcwd))))
+ (add-after 'install 'symlink-kdesu
+ (lambda _
+ ;; XXX: nixpkgs say kdesu need kdeinit5 in PATH, but i can't
+ ;; found in source, need check
+ (symlink (string-append #$output "/lib/libexec/kf5/kdesu")
+ (string-append #$output "/bin/kdesu")))))))
(native-inputs (list extra-cmake-modules pkg-config shared-mime-info))
(inputs (list kconfig
kdesu
- 82/332: gnu: kfilemetadata: Use G-expressions., (continued)
- 82/332: gnu: kfilemetadata: Use G-expressions., guix-commits, 2023/08/02
- 89/332: gnu: kcmutils: Use G-expressions., guix-commits, 2023/08/02
- 109/332: gnu: krunner: Update to 5.108.0., guix-commits, 2023/08/02
- 112/332: gnu: grantleetheme: Update to 23.04.3., guix-commits, 2023/08/02
- 129/332: gnu: kopeninghours: Update to 23.04.3., guix-commits, 2023/08/02
- 182/332: gnu: kio-extras: Update to 23.04.3., guix-commits, 2023/08/02
- 192/332: gnu: kinfocenter: Update to 5.27.6., guix-commits, 2023/08/02
- 172/332: gnu: plasma-vault: Update to 5.27.6., guix-commits, 2023/08/02
- 133/332: gnu: okular: Update to 23.04.3., guix-commits, 2023/08/02
- 123/332: gnu: kirigami-addons: Update to 0.9.0., guix-commits, 2023/08/02
- 185/332: gnu: kde-cli-tools: Update to 5.27.6.,
guix-commits <=
- 167/332: gnu: bluedevil: Update to 5.27.6., guix-commits, 2023/08/02
- 181/332: gnu: kwin: Update to 5.27.6., guix-commits, 2023/08/02
- 193/332: gnu: plasma: Update to 5.27.6., guix-commits, 2023/08/02
- 197/332: gnu: kwave: Update to 23.04.3., guix-commits, 2023/08/02
- 195/332: gnu: plasma-welcome: Update to 5.27.6., guix-commits, 2023/08/02
- 219/332: gnu: kbounce: Update to 23.04.3., guix-commits, 2023/08/02
- 233/332: gnu: kigo: Update to 23.04.3., guix-commits, 2023/08/02
- 245/332: gnu: kjumpingcube: Update to 23.04.3., guix-commits, 2023/08/02
- 16/332: gnu: kauth: Update to 5.108.0., guix-commits, 2023/08/02
- 17/332: gnu: kauth: Use G-expressions., guix-commits, 2023/08/02