gnu: Add lxtask.

* gnu/packages/lxde.scm (lxtask): New variable.
This commit is contained in:
Mathieu Lirzin 2015-07-15 22:54:10 +02:00
parent 753dc7d311
commit 6f92ad5a51

View file

@ -89,6 +89,30 @@ (define-public lxappearance
(home-page "http://lxde.org")
(license license:gpl2+)))
(define-public lxtask
(package
(name "lxtask")
(version "0.1.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/project/lxde/LXTask"
"%20%28task%20manager%29/LXTask%20"
(version-major+minor version) ".x/"
name "-" version ".tar.xz"))
(sha256
(base32
"0ia3i430lpwgl2kch6sl1za8qf96wc4fkcv91yhdzgnzafcnm3gp"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)))
(native-inputs `(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(synopsis "LXDE task manager")
(description "LXTask is a lightweight task manager derived from Xfce task
manager with all dependencies on Xfce removed. LXTask is based on the GTK+
toolkit. It allows users to monitor and control of running processes.")
(home-page "http://lxde.org")
(license license:gpl2+)))
(define-public lxterminal
(package
(name "lxterminal")