all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Lirzin <mthl@openmailbox.org>
To: guix-devel@gnu.org
Subject: [PATCH 6/7] gnu: Add lxtask.
Date: Thu, 16 Jul 2015 12:19:19 +0200	[thread overview]
Message-ID: <1437041960-5189-7-git-send-email-mthl@openmailbox.org> (raw)
In-Reply-To: <1437041960-5189-1-git-send-email-mthl@openmailbox.org>

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]


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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0006-gnu-Add-lxtask.patch --]
[-- Type: text/x-patch; name="0006-gnu-Add-lxtask.patch", Size: 1438 bytes --]

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index a8fb10a..a28eb3f 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 GTK+
+toolkit.  It allows monitoring and controlling of running processes.")
+    (home-page "http://lxde.org")
+    (license license:gpl2+)))
+
 (define-public lxterminal
   (package
     (name "lxterminal")

  parent reply	other threads:[~2015-07-16 10:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 10:19 [PATCH 0/7] Add LXDE packages Mathieu Lirzin
2015-07-16 10:19 ` [PATCH 1/7] gnu: Add libfm-extra Mathieu Lirzin
2015-07-19 20:50   ` Ludovic Courtès
2015-07-16 10:19 ` [PATCH 2/7] gnu: Add menu-cache Mathieu Lirzin
2015-07-16 10:19 ` [PATCH 3/7] gnu: Add libfm Mathieu Lirzin
2015-07-19 20:53   ` Ludovic Courtès
2015-07-16 10:19 ` [PATCH 4/7] gnu: Add pcmanfm Mathieu Lirzin
2015-07-19 20:53   ` Ludovic Courtès
2015-07-16 10:19 ` [PATCH 5/7] gnu: Add lxterminal Mathieu Lirzin
2015-07-19 20:54   ` Ludovic Courtès
2015-07-16 10:19 ` Mathieu Lirzin [this message]
2015-07-19 20:57   ` [PATCH 6/7] gnu: Add lxtask Ludovic Courtès
2015-07-16 10:19 ` [PATCH 7/7] gnu: Add lxrandr Mathieu Lirzin
2015-07-19 21:00   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437041960-5189-7-git-send-email-mthl@openmailbox.org \
    --to=mthl@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.