unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 3/4] gnu: Add libuninameslist.
@ 2014-10-07 16:38 Eric Bavier
  2014-10-07 19:12 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Bavier @ 2014-10-07 16:38 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0003-gnu-Add-libuninameslist.patch --]
[-- Type: text/x-diff, Size: 2205 bytes --]

From 6888ebc0265608ce5727d28666f92fa2101d03a8 Mon Sep 17 00:00:00 2001
From: Eric Bavier <bavier@member.fsf.org>
Date: Tue, 7 Oct 2014 11:18:36 -0500
Subject: [PATCH 3/4] gnu: Add libuninameslist.

* gnu/packages/fontutils.scm (libuninameslist): New variable.
---
 gnu/packages/fontutils.scm |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 9f0a79f..d3c10aa 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -23,6 +23,7 @@
   #:use-module (gnu packages ghostscript)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages autotools)
   #:use-module (gnu packages python)
   #:use-module (gnu packages xml)
   #:use-module ((guix licenses) #:prefix license:)
@@ -246,3 +247,34 @@ resolution.")
 smooth contours with constant curvature at the spline joins.")
     (license license:gpl2+)
     (home-page "http://libspiro.sourceforge.net/")))
+
+(define-public libuninameslist
+  (package
+    (name "libuninameslist")
+    (version "0.4.20140731")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/fontforge/libuninameslist/"
+                           "archive/" version ".tar.gz"))
+       (sha256
+        (base32
+         "016zxffpc8iwpxxmnjkdirn6dsbcvdb2wjdrp123sf79f4nsynyj"))))
+    (build-system gnu-build-system)
+    (native-inputs `(("autoconf" ,autoconf)
+                     ("automake" ,automake)
+                     ("libtool"  ,libtool)
+                     ("libtool-bin" ,libtool "bin")))
+    (arguments
+     `(#:phases (alist-cons-before
+                 'configure 'bootstrap
+                 (lambda _
+                   (zero? (system* "autoreconf" "-vi")))
+                 %standard-phases)))
+    (synopsis "Unicode names and annotation list")
+    (description
+     "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
+useful for programs that need Unicode \"Names\", \"Annotations\", and block
+definitions.")
+    (license license:gpl2)
+    (home-page "https://github.com/fontforge/libuninameslist")))
-- 
1.7.9.5


[-- Attachment #2: Type: text/plain, Size: 17 bytes --]


-- 
Eric Bavier

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/4] gnu: Add libuninameslist.
  2014-10-07 16:38 [PATCH 3/4] gnu: Add libuninameslist Eric Bavier
@ 2014-10-07 19:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-10-07 19:12 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel

Eric Bavier <ericbavier@gmail.com> skribis:

> From 6888ebc0265608ce5727d28666f92fa2101d03a8 Mon Sep 17 00:00:00 2001
> From: Eric Bavier <bavier@member.fsf.org>
> Date: Tue, 7 Oct 2014 11:18:36 -0500
> Subject: [PATCH 3/4] gnu: Add libuninameslist.
>
> * gnu/packages/fontutils.scm (libuninameslist): New variable.

OK!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-07 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-07 16:38 [PATCH 3/4] gnu: Add libuninameslist Eric Bavier
2014-10-07 19:12 ` Ludovic Courtès

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).