[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/5] gnu: Add terminology.
From: |
宋文武 |
Subject: |
Re: [PATCH 5/5] gnu: Add terminology. |
Date: |
Thu, 26 Feb 2015 20:30:23 +0800 |
User-agent: |
Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-linux-gnu) |
Tomáš Čech <address@hidden> writes:
> * gnu/packages/efl.scm (terminology): New variable.
I'll call this file 'enlightenment.scm', since you
plan to add applications and wm of E19 to this file right?
> ---
> 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
And please wrap long line to 80 characters,
I think './pre-inst-env guix lint efl' should complain this ;-)
Great work!
I'm very excite to use terminology on GuixSD.
- Re: [PATCH 3/5] gnu: Add evas-generic-loaders, (continued)
- [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, 2015/02/25
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