GNU bug report logs - #60117
[PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Fri, 16 Dec 2022 11:42:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#60117: closed (Re: bug#60117: [PATCH] gnu: xfce4-taskmanager:
 Update to 1.5.5.)
Date: Sun, 25 Dec 2022 16:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 60117 <at> debbugs.gnu.org.

-- 
60117: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60117
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 60117-done <at> debbugs.gnu.org
Subject: Re: bug#60117: [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.
Date: Sun, 25 Dec 2022 17:19:54 +0100
> * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
> [inputs]: Add libxfce4ui.

Applied, thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: xfce4-taskmanager: Update to 1.5.5.
Date: Fri, 16 Dec 2022 12:40:30 +0100
* 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




This bug report was last modified 2 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.