guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: xfce4-taskmanager: Update to 1.5.5.


From: guix-commits
Subject: 02/05: gnu: xfce4-taskmanager: Update to 1.5.5.
Date: Sun, 25 Dec 2022 11:22:16 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit cb823181d34119971ef76c2f517bfb28ddcc5ea0
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 16 12:40:30 2022 +0100

    gnu: xfce4-taskmanager: Update to 1.5.5.
    
    * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
    [inputs]: Add libxfce4ui.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@ the desktop wallpaper.")
 (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 @@ the desktop wallpaper.")
                                   "xfce4-taskmanager-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd"))))
+                "1rcaalqv6sdsnc6ick8fifgkqcf2xiflw9yk5szqn2qs4jx02kzn"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
@@ -1190,6 +1190,7 @@ the desktop wallpaper.")
      (list libwnck
            libxmu
            gtk+
+           libxfce4ui
            ;; FIXME: Remove libxext and libxt when libxmu propagates them.
            libxext
            libxt))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]