From: ng0 <ng0@infotropique.org>
To: Christopher Baines <mail@cbaines.net>
Cc: 28594@debbugs.gnu.org
Subject: [bug#28594] nototools (required for building Noto from source)
Date: Fri, 13 Oct 2017 08:23:19 +0000 [thread overview]
Message-ID: <20171013082319.siqlkd6gbzzt7ipz@abyayala> (raw)
In-Reply-To: <20171013081252.1d028d36@cbaines.net>
[-- Attachment #1: Type: text/plain, Size: 4202 bytes --]
Christopher Baines transcribed 4.7K bytes:
> On Sun, 1 Oct 2017 18:47:37 +0000
> ng0 <ng0@infotropique.org> wrote:
>
> > * gnu/packages/fontutils.scm (nototools): New variable.
> > ---
> > gnu/packages/fontutils.scm | 44
> > +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43
> > insertions(+), 1 deletion(-)
> >
> > diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
> > index 15401f652..ca10c10b0 100644
> > --- a/gnu/packages/fontutils.scm
> > +++ b/gnu/packages/fontutils.scm
> > @@ -5,6 +5,7 @@
> > ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
> > ;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
> > ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
> > +;;; Copyright © 2017 ng0 <ng0@infotropique.org>
> > ;;;
> > ;;; This file is part of GNU Guix.
> > ;;;
> > @@ -44,7 +45,8 @@
> > #:use-module (guix svn-download)
> > #:use-module (guix git-download)
> > #:use-module (guix build-system cmake)
> > - #:use-module (guix build-system gnu))
> > + #:use-module (guix build-system gnu)
> > + #:use-module (guix build-system python))
> >
> > (define-public freetype
> > (package
> > @@ -565,3 +567,43 @@ opentype fonts. You can save fonts in many
> > different outline formats, and generate bitmaps.")
> > (license license:gpl3+)
> > (home-page "https://fontforge.github.io/en-US/")))
> > +
> > +(define-public nototools
> > + (package
> > + (name "nototools")
> > + (version "20170925")
> > + (source
> > + (origin
> > + (method url-fetch)
> > + (uri (string-append "https://github.com/googlei18n/nototools/"
> > + "archive/v2017-09-25-tooling-for-phase3-"
> > + "update.tar.gz"))
> > + (file-name (string-append name "-" version ".tar.gz"))
> > + (sha256
> > + (base32
> > + "1pvacw18cm9l4sb66pqyjc7hc74xhhfxc7kd5ald8lixf4wzg0s8"))))
> > + (build-system python-build-system)
> > + (arguments
> > + `(#:python ,python-2))
> > + (propagated-inputs
> > + `(("python2-booleanoperations" ,python2-booleanoperations)
> > + ("python2-defcon" ,python2-defcon)
> > + ("python2-fonttools" ,python2-fonttools)
> > + ("python2-pillow" ,python2-pillow)
> > + ("python2-pyclipper" ,python2-pyclipper)
> > + ("python2-ufolib" ,python2-ufolib)))
> > + (home-page "https://github.com/googlei18n/nototools")
> > + (synopsis "Noto fonts support tools and scripts")
> > + (description
> > + "Nototools is a python package containing python scripts used to
> > +maintain the Noto Fonts project.")
> > + (license (list license:asl2.0
> > + ;; Sample texts are attributed to UN and OHCHR.
> > + ;; The permissions on the UDHR are pretty lax:
> > + ;;
> > http://www.ohchr.org/EN/UDHR/Pages/Introduction.aspx
> > + ;; "If UDHR translations or materials are
> > reproduced, users
> > + ;; should make reference to this website as a
> > source by
> > + ;; providing a link."
> > + license:public-domain
> > + license:non-copyleft
> > "file://sample_texts/attributions.txt"
> > + "See sample_texts/attributions.txt in the
> > distribution."))))
>
> This whole patchset looks pretty good to me. I've built all the
> packages, but haven't tested them.
>
> guix lint has one complaint here about the license:
>
> gnu/packages/fontutils.scm:591:13: nototools@20170925: invalid license
> field
>
> I'm not quite sure what this means.
I think I know it, the non-copyleft needs to be adjusted to the list.
Thanks. I really should run lint for longer patchseries. I admit I do
this not very often.
Thanks for your review.
> I think it would be good to fix at least the linting issues, then this
> can be merged.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-10-13 8:24 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 12:18 [bug#28594] nototools (required for building Noto from source) ng0
2017-10-01 18:41 ` ng0
2017-10-01 18:47 ` ng0
2017-10-13 6:50 ` Christopher Baines
2017-10-13 6:53 ` Christopher Baines
2017-10-13 7:00 ` Christopher Baines
2017-10-13 7:01 ` Christopher Baines
2017-10-13 7:04 ` Christopher Baines
2017-10-13 7:08 ` Christopher Baines
2017-10-13 7:12 ` Christopher Baines
2017-10-13 8:23 ` ng0 [this message]
2017-10-13 19:34 ` Christopher Baines
2017-10-13 20:00 ` ng0
2017-10-14 6:32 ` Christopher Baines
2017-10-20 20:09 ` ng0
2017-11-28 19:02 ` ng0
2017-11-28 19:58 ` bug#28594: " Leo Famulari
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=20171013082319.siqlkd6gbzzt7ipz@abyayala \
--to=ng0@infotropique.org \
--cc=28594@debbugs.gnu.org \
--cc=mail@cbaines.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 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.