From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Subject: [PATCH 5/5] gnu: Add terminology. Date: Thu, 26 Feb 2015 01:31:13 +0100 Message-ID: <1424910673-17665-5-git-send-email-sleep_walker@suse.cz> References: <1424910673-17665-1-git-send-email-sleep_walker@suse.cz> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQmMa-0005tA-If for guix-devel@gnu.org; Wed, 25 Feb 2015 19:31:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQmMU-0006MA-Bg for guix-devel@gnu.org; Wed, 25 Feb 2015 19:31:36 -0500 Received: from cantor2.suse.de ([195.135.220.15]:45188 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQmMU-0006Lg-6O for guix-devel@gnu.org; Wed, 25 Feb 2015 19:31:30 -0500 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B3036AAD1 for ; Thu, 26 Feb 2015 00:31:29 +0000 (UTC) In-Reply-To: <1424910673-17665-1-git-send-email-sleep_walker@suse.cz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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