[PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221216114030.8440-1-mike@rohleder.de
* 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(-)

Toggle diff (32 lines)
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
Mathieu Othacehe wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60117-done@debbugs.gnu.org)
87cz87fob9.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
> [inputs]: Add libxfce4ui.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60117@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60117
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help