* [bug#60117] [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.
@ 2022-12-16 11:40 Michael Rohleder
2022-12-25 16:19 ` bug#60117: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-12-16 11:40 UTC (permalink / raw)
To: 60117; +Cc: Michael Rohleder
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
[inputs]: Add libxfce4ui.
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 720a36e3b9..418d13acb1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1174,7 +1174,7 @@ (define-public ristretto
(define-public xfce4-taskmanager
(package
(name "xfce4-taskmanager")
- (version "1.4.2")
+ (version "1.5.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1182,7 +1182,7 @@ (define-public xfce4-taskmanager
"xfce4-taskmanager-" version ".tar.bz2"))
(sha256
(base32
- "1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd"))))
+ "1rcaalqv6sdsnc6ick8fifgkqcf2xiflw9yk5szqn2qs4jx02kzn"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
@@ -1190,6 +1190,7 @@ (define-public xfce4-taskmanager
(list libwnck
libxmu
gtk+
+ libxfce4ui
;; FIXME: Remove libxext and libxt when libxmu propagates them.
libxext
libxt))
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60117: [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.
2022-12-16 11:40 [bug#60117] [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5 Michael Rohleder
@ 2022-12-25 16:19 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-12-25 16:19 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 60117-done
> * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
> [inputs]: Add libxfce4ui.
Applied, thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-25 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 11:40 [bug#60117] [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5 Michael Rohleder
2022-12-25 16:19 ` bug#60117: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.