[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/35: gnu: libxfce4ui: Update to 4.18.1.
From: |
guix-commits |
Subject: |
03/35: gnu: libxfce4ui: Update to 4.18.1. |
Date: |
Sat, 28 Jan 2023 03:58:36 -0500 (EST) |
iyzsong pushed a commit to branch wip-xfce
in repository guix.
commit 257213f6409bf78480d8da09dce0b17842825b87
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:49 2022 +0100
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>
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3522fe1b65..3bb46dfd9b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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
- branch wip-xfce created (now e0869fe3c1), guix-commits, 2023/01/28
- 02/35: gnu: xfconf: Update to 4.18.0., guix-commits, 2023/01/28
- 03/35: gnu: libxfce4ui: Update to 4.18.1.,
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
- 12/35: gnu: xfwm4: Update to 4.18.0., guix-commits, 2023/01/28
- 13/35: gnu: thunar: Update to 4.18.3., guix-commits, 2023/01/28
- 14/35: gnu: xfce4-power-manager: Update to 4.18.0., guix-commits, 2023/01/28
- 04/35: gnu: exo: Update to 4.18.0., guix-commits, 2023/01/28
- 01/35: gnu: libxfce4util: Update to 4.18.1., guix-commits, 2023/01/28
- 09/35: gnu: xfce4-session: Update to 4.18.0., guix-commits, 2023/01/28
- 08/35: gnu: xfce4-appfinder: Update to 4.18.0., guix-commits, 2023/01/28
- 16/35: gnu: xfce4-dev-tools: Update to 4.18.0., guix-commits, 2023/01/28