* gnu/packages/enlightenment.scm (elementary): New variable. --- gnu/packages/enlightenment.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 6ea0dd5..0d7aa79 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -138,3 +138,28 @@ friendly, energy efficient and good looking. It consists of: * Emotion - multimedia integration * Ethumb - image thumbnail support") (license (list license:bsd-2 license:lgpl2.1 license:zlib)))) ; different parts under different licenses + +(define-public elementary + (package + (name "elementary") + (version "1.13.0") + (source (origin + (method url-fetch) + (uri + (string-append + "http://download.enlightenment.org/rel/libs/elementary/elementary-" + version ".tar.gz")) + (sha256 + (base32 "133p4yaynmy37yhk2gxwlc8a2n2wy7cbh4rd7nsnl5929wqb9waj")))) + (build-system gnu-build-system) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("efl" ,efl))) + (home-page "http://www.enlightenment.org") + (synopsis "Widget library of Enlightenment world") + (description + "Elementary is widget library/toolkit, part of Enlightenment Foundation + Libraries. It is build upon Edje and Evas libraries and uses full capabilities + of EFL.") + (license license:lgpl2.1))) -- 2.0.5