[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/18: gnu: xfce4-taskmanager: Update to 1.2.2.
From: |
guix-commits |
Subject: |
17/18: gnu: xfce4-taskmanager: Update to 1.2.2. |
Date: |
Mon, 18 Mar 2019 10:15:32 -0400 (EDT) |
kkebreau pushed a commit to branch master
in repository guix.
commit be1e05df5c8f63688ca422cfbc041a96afefe94f
Author: Kei Kebreau <address@hidden>
Date: Sat Mar 16 19:38:14 2019 -0400
gnu: xfce4-taskmanager: Update to 1.2.2.
* 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 9a62672..f597666 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
- 11/18: gnu: xfce4-settings: Update to 4.12.4., (continued)
- 11/18: gnu: xfce4-settings: Update to 4.12.4., guix-commits, 2019/03/18
- 05/18: gnu: tumbler: Update to 0.2.3., guix-commits, 2019/03/18
- 07/18: gnu: xfce4-battery-plugin: Update to 1.1.2., guix-commits, 2019/03/18
- 10/18: gnu: xfce4-session: Update to 4.12.1., guix-commits, 2019/03/18
- 15/18: gnu: xfce4-terminal: Update to 0.8.7.4., guix-commits, 2019/03/18
- 14/18: gnu: xfdesktop: Update to 4.12.4., guix-commits, 2019/03/18
- 18/18: gnu: xfce4-notifyd: Update to 0.4.3., guix-commits, 2019/03/18
- 09/18: gnu: xfce4-pulseaudio-plugin: Update to 0.4.1., guix-commits, 2019/03/18
- 16/18: gnu: xfce4-power-manager: Update to 1.6.1., guix-commits, 2019/03/18
- 12/18: gnu: thunar: Update to 1.8.4., guix-commits, 2019/03/18
- 17/18: gnu: xfce4-taskmanager: Update to 1.2.2.,
guix-commits <=