From: Leo Famulari <leo@famulari.name>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/6] gnu: Add liblangtag.
Date: Mon, 7 Mar 2016 14:43:02 -0500 [thread overview]
Message-ID: <20160307194302.GC10097@jasmine> (raw)
In-Reply-To: <1457347327-13748-2-git-send-email-efraim@flashner.co.il>
On Mon, Mar 07, 2016 at 12:42:02PM +0200, Efraim Flashner wrote:
> * gnu/packages/libreoffice.scm (liblangtag): New variable.
> ---
> gnu/packages/libreoffice.scm | 32 ++++++++++++++++++++++++++++++--
> 1 file changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
> index a82cde7..62dcb59 100644
> --- a/gnu/packages/libreoffice.scm
> +++ b/gnu/packages/libreoffice.scm
> @@ -1,6 +1,7 @@
> ;;; GNU Guix --- Functional package management for GNU
> -;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
> ;;; Copyright © 2014 John Darrington <jmd@gnu.org>
> +;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
Same question here as for Eric's line.
> +;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -21,7 +22,7 @@
> #:use-module (guix build-system gnu)
> #:use-module (guix download)
> #:use-module ((guix licenses)
> - #:select (gpl2+ lgpl2.1+ mpl1.1 mpl2.0
> + #:select (gpl2+ lgpl2.1+ lgpl3+ mpl1.1 mpl2.0
> non-copyleft x11-style))
> #:use-module (guix packages)
> #:use-module (guix utils)
> @@ -373,6 +374,33 @@ CorelDRAW documents of all versions.")
> Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
> (license mpl2.0)))
>
> +(define-public liblangtag
> + (package
> + (name "liblangtag")
> + (version "0.5.8")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
> + name "-" version ".tar.bz2"))
> + (sha256
> + (base32
> + "1akf0d7yp29pv3j2pw2riii4n5kyjr9szc0y77khnx9zzr5zdqh8"))))
> + (build-system gnu-build-system)
> + (native-inputs
> + `(("libtool" ,libtool)
> + ("pkg-config" ,pkg-config)))
> + (inputs
> + `(("libxml2" ,libxml2)))
> + (home-page "http://tagoh.bitbucket.org/liblangtag/")
> + (synopsis "Library to access tags for identifying languages")
> + (description "liblangtag is an interface library to access/deal with tags
> +for identifying languages, which is described in RFC 5646. It supports
> +extensions in extensions RFC6067, RFC6497, and new T Extensions for
> +language/locale identifier in CLDR 21.0.2.")
> + (license (list lgpl3+ mpl2.0))))
> +
> +
> (define-public libexttextcat
> (package
> (name "libexttextcat")
> --
> 2.7.0
>
>
next prev parent reply other threads:[~2016-03-07 19:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 10:42 [PATCH 0/6] Libreoffice CVE and update Efraim Flashner
2016-03-07 10:42 ` [PATCH 1/6] gnu: Add liblangtag Efraim Flashner
2016-03-07 19:30 ` Andreas Enge
2016-03-07 19:43 ` Leo Famulari [this message]
2016-03-07 20:23 ` Efraim Flashner
2016-03-07 10:42 ` [PATCH 2/6] gnu: mdds: Update to 1.1.0 Efraim Flashner
2016-03-07 19:41 ` Leo Famulari
2016-03-07 20:00 ` Andreas Enge
2016-03-07 20:27 ` Efraim Flashner
2016-03-07 10:42 ` [PATCH 3/6] gnu: orcus: Update to 0.11.0 Efraim Flashner
2016-03-07 10:42 ` [PATCH 4/6] gnu: ixion: " Efraim Flashner
2016-03-07 10:42 ` [PATCH 5/6] gnu: libetonyek: Update to 0.1.6 Efraim Flashner
2016-03-09 9:50 ` Andreas Enge
2016-03-09 13:35 ` Andreas Enge
2016-03-07 10:42 ` [PATCH 6/6] gnu: libreoffice: Update to 5.1.1.3. [Fixes CVE-2016-{0794, 0795}] Efraim Flashner
2016-03-07 19:34 ` [PATCH 0/6] Libreoffice CVE and update Leo Famulari
2016-03-07 20:03 ` Efraim Flashner
2016-03-08 3:56 ` Leo Famulari
2016-03-08 9:05 ` 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=20160307194302.GC10097@jasmine \
--to=leo@famulari.name \
--cc=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
/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).