me
/
guix
Archived
1
0
Fork 0

gnu: libxfce4ui: Update to 4.18.1.

* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.1.
[inputs]: Add libgtop.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Michael Rohleder 2022-12-23 13:07:49 +01:00 committed by 宋文武
parent 7c56811c04
commit 03bd907f78
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@ storage system.")
(define-public libxfce4ui
(package
(name "libxfce4ui")
(version "4.16.1")
(version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -188,7 +188,7 @@ storage system.")
name "-" version ".tar.bz2"))
(sha256
(base32
"1xl52pjh7xi67qpv8800xrizf28r0bh1jm21va6hggznbap4csfr"))))
"0bp5wl9r6wbl7a18wikldb6kvyqzaz16sk2bh9swwyqv08q7pgvf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@ -200,7 +200,7 @@ storage system.")
;; libxfce4kbd-private-3.pc refers to all these.
libxfce4util
xfconf))
(inputs (list libsm libice startup-notification))
(inputs (list libgtop libice libsm startup-notification))
(home-page "https://www.xfce.org/")
(synopsis "Widgets library for Xfce")
(description