[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/35: gnu: xfconf: Update to 4.18.0.
From: |
guix-commits |
Subject: |
02/35: gnu: xfconf: Update to 4.18.0. |
Date: |
Sat, 28 Jan 2023 21:49:59 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 7c56811c0468f9f843079eb91b2d925793b6ff5f
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:48 2022 +0100
gnu: xfconf: Update to 4.18.0.
* gnu/packages/xfce.scm (xfconf): Update to 4.18.0.
[arguments]: Remove unneeded phase install-shell-completions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/xfce.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index eee7d048b1..3522fe1b65 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -129,7 +129,7 @@ Xfce Desktop Environment.")
(define-public xfconf
(package
(name "xfconf")
- (version "4.16.0")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -137,7 +137,7 @@ Xfce Desktop Environment.")
"xfconf-" version ".tar.bz2"))
(sha256
(base32
- "09al5bkq89b8pb3xyxnw0cnz6crxj8678ymwq2k9nzf60y812ak5"))))
+ "01i9bn2v9mcfa03ndd9dyihz7yc1mnfzr550mq3sh07q1cb5131f"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -157,13 +157,6 @@ Xfce Desktop Environment.")
;; For the missing '/etc/machine-id'.
(setenv "DBUS_FATAL_WARNINGS" "0")
(invoke "dbus-launch" "make" "check")))
- (add-after 'custom-check 'install-shell-completions
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (etc (string-append out "/etc")))
- (with-directory-excursion "completions"
- (install-file "xfconf-query"
- (string-append etc "/bash_completion.d"))))))
(delete 'check))))
(native-inputs
(list pkg-config
- branch master updated (1bed1d8481 -> bea2240968), guix-commits, 2023/01/28
- 05/35: gnu: tumbler: Update to 4.18.0., guix-commits, 2023/01/28
- 02/35: gnu: xfconf: Update to 4.18.0.,
guix-commits <=
- 10/35: gnu: xfce4-settings: Update to 4.18.1., guix-commits, 2023/01/28
- 11/35: gnu: xfdesktop: Update to 4.18.1., guix-commits, 2023/01/28
- 19/35: gnu: xfce4-cpugraph-plugin: Update to 1.2.7., guix-commits, 2023/01/28
- 01/35: gnu: libxfce4util: Update to 4.18.1., guix-commits, 2023/01/28
- 08/35: gnu: xfce4-appfinder: Update to 4.18.0., guix-commits, 2023/01/28
- 09/35: gnu: xfce4-session: Update to 4.18.0., guix-commits, 2023/01/28
- 03/35: gnu: libxfce4ui: Update to 4.18.1., guix-commits, 2023/01/28
- 12/35: gnu: xfwm4: Update to 4.18.0., guix-commits, 2023/01/28
- 14/35: gnu: xfce4-power-manager: Update to 4.18.0., guix-commits, 2023/01/28
- 15/35: gnu: thunar-volman: Update to 4.18.0., guix-commits, 2023/01/28