[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: Add lxterminal.
From: |
Mathieu Lirzin |
Subject: |
05/07: gnu: Add lxterminal. |
Date: |
Tue, 21 Jul 2015 22:20:30 +0000 |
mthl pushed a commit to branch master
in repository guix.
commit 753dc7d311267f782d096e5fc59cc00f55bd9cde
Author: Mathieu Lirzin <address@hidden>
Date: Wed Jul 15 22:42:25 2015 +0200
gnu: Add lxterminal.
* gnu/packages/lxde.scm (lxterminal): New variable.
---
gnu/packages/lxde.scm | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 209fb80..3d63d12 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -89,6 +89,31 @@ able to change themes, icons, and fonts used by GTK+
applications.")
(home-page "http://lxde.org")
(license license:gpl2+)))
+(define-public lxterminal
+ (package
+ (name "lxterminal")
+ (version "0.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
"mirror://sourceforge/project/lxde/LXTerminal"
+ "%20%28terminal%20emulator%29/LXTerminal%20"
+ version "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1brb506vmnncih8nyvlrckrrn6msbsvz2vwbm7bsqwigcnchwjqp"))))
+ (build-system gnu-build-system)
+ (inputs `(("gtk+" ,gtk+-2)
+ ("vte" ,vte/gtk+-2)))
+ (native-inputs `(("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "LXDE terminal emulator")
+ (description "LXTerminal is a VTE-based terminal emulator. It supports
+multiple tabs and has only minimal dependencies thus being completely
+desktop-independent. In order to reduce memory usage and increase the
+performance, all instances of the terminal are sharing a single process.")
+ (home-page "http://lxde.org")
+ (license license:gpl2+)))
+
(define-public menu-cache
(package
(name "menu-cache")
- branch master updated (5d09263 -> 729b44e), Mathieu Lirzin, 2015/07/21
- 04/07: gnu: Add pcmanfm., Mathieu Lirzin, 2015/07/21
- 02/07: gnu: Add menu-cache., Mathieu Lirzin, 2015/07/21
- 03/07: gnu: Add libfm., Mathieu Lirzin, 2015/07/21
- 06/07: gnu: Add lxtask., Mathieu Lirzin, 2015/07/21
- 01/07: gnu: Add libfm-extra., Mathieu Lirzin, 2015/07/21
- 05/07: gnu: Add lxterminal.,
Mathieu Lirzin <=
- 07/07: gnu: Add lxrandr., Mathieu Lirzin, 2015/07/21