me
/
guix
Archived
1
0
Fork 0

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>
master
Michael Rohleder 2022-12-23 13:07:48 +01:00 committed by 宋文武
parent c3eab98ccd
commit 7c56811c04
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 9 deletions

View File

@ -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