guix-devel
[Top][All Lists]
Advanced

[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




reply via email to

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