[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] gnu: Add terminology.
From: |
Tomáš Čech |
Subject: |
[PATCH 5/5] gnu: Add terminology. |
Date: |
Thu, 26 Feb 2015 01:31:13 +0100 |
* gnu/packages/efl.scm (terminology): New variable.
---
gnu/packages/efl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/efl.scm b/gnu/packages/efl.scm
index d69cb5c..61bc22b 100644
--- a/gnu/packages/efl.scm
+++ b/gnu/packages/efl.scm
@@ -183,3 +183,24 @@
(description
"Set of generic media players allowing to open video files through
emotion. Useful only for emotion library based applications.")
(license license:bsd-2)))
+
+(define-public terminology
+ (package
+ (name "terminology")
+ (version "0.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
"http://download.enlightenment.org/rel/apps/terminology/terminology-" version
".tar.gz"))
+ (sha256
+ (base32
"0a767ixackzmhb2awrhjy7q6vsivsd54wc434i617xiw095x843s"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("efl" ,efl)
+ ("elementary" ,elementary)))
+ (home-page "http://www.enlightenment.org")
+ (synopsis "Powerful terminal emulator based on EFL")
+ (description
+ "Fast but advanced terminal emulator running in X or framebuffer")
+ (license license:bsd-2)))
--
2.0.5
- [PATCH 3/5] gnu: Add evas-generic-loaders, (continued)
- [PATCH 3/5] gnu: Add evas-generic-loaders, Tomáš Čech, 2015/02/25
- [PATCH 4/5] gnu: Add emotion-generic-players, Tomáš Čech, 2015/02/25
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, Andreas Enge, 2015/02/26
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, Tomáš Čech, 2015/02/26
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, Andreas Enge, 2015/02/26
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, 宋文武, 2015/02/26
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, Tomáš Čech, 2015/02/26
- Re: [PATCH 4/5] gnu: Add emotion-generic-players, Andreas Enge, 2015/02/26
Re: [PATCH 4/5] gnu: Add emotion-generic-players, Ludovic Courtès, 2015/02/27
[PATCH 5/5] gnu: Add terminology.,
Tomáš Čech <=
Re: [PATCH 1/5] gnu: Add efl., Andreas Enge, 2015/02/26
Re: [PATCH 1/5] gnu: Add efl., Andreas Enge, 2015/02/26
Re: [PATCH 1/5] gnu: Add efl., Ludovic Courtès, 2015/02/27