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.
This commit is contained in:
parent
43f2ff1914
commit
be1e05df5c
|
@ -830,22 +830,26 @@ the desktop wallpaper.")
|
||||||
(define-public xfce4-taskmanager
|
(define-public xfce4-taskmanager
|
||||||
(package
|
(package
|
||||||
(name "xfce4-taskmanager")
|
(name "xfce4-taskmanager")
|
||||||
(version "1.1.0")
|
(version "1.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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-major+minor version) "/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jwywmkkkmz7406m1jq40w6apiav25cznafhigbgpjv6z5hv27if"))))
|
"04qflazmdrj4ys4r54yg4s5pqcjgk02idrjsls395zd4374636p4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libwnck" ,libwnck-2)
|
`(("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")
|
(home-page "https://goodies.xfce.org/projects/applications/xfce4-taskmanager")
|
||||||
(synopsis "Easy to use task manager")
|
(synopsis "Easy to use task manager")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue