guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: Add lxtask.


From: Mathieu Lirzin
Subject: 06/07: gnu: Add lxtask.
Date: Tue, 21 Jul 2015 22:20:30 +0000

mthl pushed a commit to branch master
in repository guix.

commit 6f92ad5a510fd4f75b4c8b85c42e499a12321d12
Author: Mathieu Lirzin <address@hidden>
Date:   Wed Jul 15 22:54:10 2015 +0200

    gnu: Add lxtask.
    
    * gnu/packages/lxde.scm (lxtask): New variable.
---
 gnu/packages/lxde.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 3d63d12..7b67ddc 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -89,6 +89,30 @@ able to change themes, icons, and fonts used by GTK+ 
applications.")
     (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")



reply via email to

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