[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] gnu: inkscape: New module
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/3] gnu: inkscape: New module |
Date: |
Wed, 05 Feb 2014 00:09:02 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> * gnu/packages/inkscape.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm.
Cool, applied (added the missing part of the log, for the patch.)
> + (synopsis "vector graphics editor")
I capitalized this.
> + (description "Inkscape is a free vector graphics editor similar to
> +proprietary competitors. What sets Inkscape apart is its use of Scalable
> +Vector Graphics (SVG), an open XML-based W3C standard, as the native
> format.")
I removed the “free” and the reference to proprietary competitors.
> + (license license:gpl2))) ;; Somewhat ambiguous whether v2 or v2+ is
> intended
It’s actually GPLv2+ since the source files do not specify the version.
Thank you!
Ludo’.