all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/2] gnu: Add edi.
Date: Thu, 8 Sep 2016 23:41:27 -0500	[thread overview]
Message-ID: <20160908234127.43d82356@openmailbox.org> (raw)
In-Reply-To: <20160908104439.17877-2-efraim@flashner.co.il>

On Thu,  8 Sep 2016 13:44:38 +0300
Efraim Flashner <efraim@flashner.co.il> wrote:

> * gnu/packages/enlightenment.scm (edi): New variable.
> ---
>  gnu/packages/enlightenment.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
> 
> diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
> index 7cd11b5..a0c5a83 100644
> --- a/gnu/packages/enlightenment.scm
> +++ b/gnu/packages/enlightenment.scm
> @@ -275,3 +275,29 @@ Libraries stack (eo, evas, ecore, edje, emotion, ethumb and elementary).")
>  
>  (define-public python2-efl
>    (package-with-python2 python-efl))
> +
> +(define-public edi
> +  (package
> +    (name "edi")
> +    (version "0.4.0")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (list
> +               (string-append "https://download.enlightenment.org/rel/apps/edi"
> +                              "/edi-" version ".tar.bz2")
> +               (string-append "https://github.com/ajwillia-ms/edi/releases/"
> +                              "download/v" version "/edi-" version ".tar.bz2")))
> +        (sha256
> +         (base32
> +          "02d8hplcviayri8fxws56n362k6zqsf62v8pbn5sbgwrmkqwybhc"))))
> +    (build-system gnu-build-system)
> +    (native-inputs `(("pkg-config" ,pkg-config)))
> +    (inputs `(("efl" ,efl)))

Apparently EDI can use libclang for syntax highlighting.  Would that be
useful enough to add clang as an input?

> +    (home-page "https://www.enlightenment.org/about-edi")
> +    (synopsis "Development environment using the EFL")

I think its best (and the guix manual suggests) to avoid acronyms in
the package synopsis.  Maybe: "Development environment for
Enlightenment"?

> +    (description "EDI is a development environment designed for and built using
> +the EFL.  It's aim is to create a new, native development environment for Linux
> +that trys to lower the barrier to getting involved in Enlightenment development
        ^^^^
"tries"

> +and in creating apps based on the EFL suite.")
                   ^^^^
That word makes me cringe every time.

> +    (license license:gpl2)))

According to COPYING, the code in 'data/extra/skeleton' is
public-domain.  The other GPLv2 source doesn't appear to contain
license headers, so I think we're allowed to say gpl2+.  There's also a
COPYING.LGPL file, the header of which say it applies to "Elm_Code",
but I can't seem to find where that code lives.  And then the
edi/packaging/pkgbuild/PKGBUILD file has "license=('WTFPL')" in it.  I
haven't looked at the other enlightenment software, do they all have
license situations like this?

Could you look into it some more and get some clarification?

Thanks,
`~Eric

  reply	other threads:[~2016-09-09  4:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 10:44 [PATCH 0/2] two more packages Efraim Flashner
2016-09-08 10:44 ` [PATCH 1/2] gnu: Add edi Efraim Flashner
2016-09-09  4:41   ` Eric Bavier [this message]
2016-09-09  5:22     ` Efraim Flashner
2016-09-08 10:44 ` [PATCH 2/2] gnu: Add libhdate Efraim Flashner
2016-09-09  4:48   ` Eric Bavier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160908234127.43d82356@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.