From: ludo@gnu.org (Ludovic Courtès)
To: Nils Gillmann <niasterisk@grrlz.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] Add un-fonts (new patch, closes old thread)
Date: Sun, 06 Mar 2016 14:49:11 +0100 [thread overview]
Message-ID: <87io0zsomg.fsf@gnu.org> (raw)
In-Reply-To: <878u1xq4g2.fsf@grrlz.net> (Nils Gillmann's message of "Fri, 04 Mar 2016 23:11:09 +0100")
Nils Gillmann <niasterisk@grrlz.net> skribis:
> I made the file being served from sdf.org available on
> krosos.sdf.org/static/unix/ and as soon as I get the okay from
> any other location (potentially in-berlin.de) I will change the
> location. Sdf.org is really permanent, but I prefer to move it to
> a place which could serve it via tls.
>
> From 2dcb24a8ea630311743bc8b661c57db0ffcb5be9 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <niasterisk@grrlz.net>
> Date: Fri, 4 Mar 2016 23:04:16 +0100
> Subject: [PATCH] gnu: Add un-fonts.
>
> * gnu/packages/fonts.scm (font-un-fonts): New variable.
[...]
> + ;; origin server is serving us broken MIME
s/origin server/The upstream server at kldp.net/ plus period at the
end. :-) Also please add “See <http://bugs.gnu.org/22908>.” so we can
revisit this issue when the bug is fixed.
> + (name "font-un-fonts")
Shouldn’t it be “font-un-fonts-core” since that’s what the tarball is
called?
> + (version "1.0.2")
This should be “1.0.2-080608” IMO since this is what upstream calls it.
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "http://krosos.sdf.org/static/unix/"
> + "un-fonts-core-" version "-080608" ".tar.gz"))
Might be best to write:
(uri (list (string-append
"http://krosos.sdf.org" …)
;; XXX: The upstream server at kldp.net bla bla…
(string-append
"http://kldp.net/"…)))
That way, we keep the upstream URL around.
> + (home-page "https://kldp.net/projects/unfonts/")
> + (synopsis
> + "Un-fonts is a collection of Korean fonts")
Or “Collection of Korean fonts.”
> + (description
> + "Un-fonts is a family of mainly Korean fonts.
> +It contains the following fonts and styles:
> +
> +UnBatang, UnBatangBold: serif
> +UnDotum, UnDotumBold: sans-serif
> +UnGraphic, UnGraphicBold: sans-serif style
> +UnDinaru, UnDinaruBold, UnDinaruLight
> +UnPilgi, UnPilgiBold: script
> +UnGungseo: cursive, brush-stroke
Use @enumerate and @item for the list.
> + ;; GPL + embed exception for documents / images
> + (license license:gpl2+)))
‘README’ does not mention an “embedding exception” so I think the
comment is erroneous, or am I missing something?
Could you send an updated patch? We’re almost there! :-)
Thanks for persevering!
Ludo’.
next prev parent reply other threads:[~2016-03-06 13:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-04 22:11 [PATCH] Add un-fonts (new patch, closes old thread) Nils Gillmann
2016-03-06 13:49 ` Ludovic Courtès [this message]
2016-03-06 15:20 ` Andreas Enge
2016-03-06 16:17 ` Nils Gillmann
2016-03-06 16:43 ` Andreas Enge
2016-03-06 16:55 ` Nils Gillmann
2016-03-06 15:25 ` Nils Gillmann
2016-03-06 16:43 ` Nils Gillmann
2016-03-06 16:50 ` Nils Gillmann
2016-03-06 17:23 ` Nils Gillmann
2016-03-13 22:39 ` Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87io0zsomg.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=niasterisk@grrlz.net \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).