guix-patches
[Top][All Lists]
Advanced

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

[bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2.


From: Kei Kebreau
Subject: [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2.
Date: Sun, 17 Mar 2019 12:04:22 -0400

* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.2.
[source]: Use HTTPS.
[inputs]: Add libxmu, libxext and libxt.
---
 gnu/packages/xfce.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 83fea7d6c9..f044880f87 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -830,22 +830,26 @@ the desktop wallpaper.")
 (define-public xfce4-taskmanager
   (package
     (name "xfce4-taskmanager")
-    (version "1.1.0")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/apps/";
+              (uri (string-append "https://archive.xfce.org/src/apps/";
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jwywmkkkmz7406m1jq40w6apiav25cznafhigbgpjv6z5hv27if"))))
+                "04qflazmdrj4ys4r54yg4s5pqcjgk02idrjsls395zd4374636p4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libwnck" ,libwnck-2)
-       ("gtk+" ,gtk+-2)))
+       ("libxmu" ,libxmu)
+       ("gtk+" ,gtk+)
+       ;; FIXME: Remove libxext and libxt when libxmu propagates them.
+       ("libxext" ,libxext)
+       ("libxt" ,libxt)))
     (home-page 
"https://goodies.xfce.org/projects/applications/xfce4-taskmanager";)
     (synopsis "Easy to use task manager")
     (description
-- 
2.21.0






reply via email to

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