[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47268] [PATCH v2 1/1] gnu: Add apostrophe.
From: |
Leo Prikler |
Subject: |
[bug#47268] [PATCH v2 1/1] gnu: Add apostrophe. |
Date: |
Fri, 19 Mar 2021 21:26:18 +0100 |
User-agent: |
Evolution 3.34.2 |
Am Freitag, den 19.03.2021, 20:58 +0100 schrieb Léo Le Bouter:
> + (inputs
> + `(("glib" ,glib)
> + ("gobject-introspection" ,gobject-introspection)
> + ("gspell" ,gspell)
> + ("gtk+" ,gtk+)
> + [...]
> + ("webkitgtk" ,webkitgtk)
> + ("js-mathjax" ,js-mathjax)))
Please try to keep the inputs sorted alphabetically. Also, wouldn't we
need to wrap this somehow for it to be used?
> + (native-inputs
> + `(("gettext" ,gettext-minimal)
> + ("glib:bin" ,glib "bin")
> + ("pkg-config" ,pkg-config)))
> + (home-page "https://gitlab.gnome.org/somas/apostrophe")
> + (synopsis "Markdown editor written in Python with GTK+")
> + (description "Apostrophe is a GTK+ based distraction free
> Markdown editor.
> +It uses pandoc as back-end for parsing Markdown.")
> + (license (list license:gpl3
> + license:expat))))
We should probably add a comment, that Expat only applies to a single
source file.
Regards,
Leo