New Esperanto PO file for 'guix-packages' (version 0.8)

2015-01-09 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix-packages' has been submitted by the Esperanto team of translators. The file is available at: http://translationproject.org/latest/guix-packages/eo.po (We can arrange

Re: [PATCH] gnu: Add ninja.

2015-01-09 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: * gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] + 'check + (lambda _ +(and (zero? (system ./configure.py)) + (zero? (system ./ninja ninja_test)) + ;;

Re: [PATCH 2/4] import: Factorize utility functions.

2015-01-09 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: * guix/import/pypi.scm (hash-table-alist, flatten, assoc-ref*, url-fetch, json-fetch): Pull functions from here and... * guix/import/gnu.scm (file-sha256): here out into... * guix/import/utils.scm: Here, and... * guix/import/json.scm: Here. New

Re: [PATCH 3/4] tests: import: Factorize utility function.

2015-01-09 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: * tests/pypi.scm (mock): Move this... * guix/tests.scm: to here. OK! Ludo’.

[PATCH] gnu: Add ninja.

2015-01-09 Thread 宋文武
* gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/ninja.scm | 82 ++ 2 files changed, 83 insertions(+) create mode 100644 gnu/packages/ninja.scm diff --git

Re: [PATCH 4/4] import: Add CPAN importer.

2015-01-09 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: * guix/import/cpan.scm, guix/scripts/import/cpan.scm, tests/cpan.scm: New files. * Makefile.am (MODULE)[guile-json]: Add them. * guix/scripts/import.scm (importers): Add cpan. * doc/guix.texi (Requirements): Mention `guix import cpan` as a user

Re: [PATCH 0/3]: openjpeg and poppler

2015-01-09 Thread Ricardo Wurmus
This patch series - fixes the home page URL for openjpeg - adds openjpeg 1.5 (inheriting from openjpeg 2) - updates poppler to build with openjpeg 1.5 and lcms - updates openjpeg 2.0.0 to 2.0.1 All looks good to me! Please make sure to add a copyright line for you in these two files.

Re: [PATCH] gnu: texlive: Drop input texlive-extra.

2015-01-09 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: Actually, it turns out that tlpkg is also used by updmap; so please disregard my previous message. Oh, that’s unexpected if tlmgr is some sort of package/update manager. Ludo’.

Re: [PATCH 1/4] import: gnu: Propagate the key-download argument.

2015-01-09 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: * guix/import/gnu.scm (gnu-guix-package): Pass the key-download argument on to gnu-package-sexp. OK! Good catch. Ludo'.

Re: [PATCH]: Add CUPS.

2015-01-09 Thread Ricardo Wurmus
Attached is a more comprehensive patch set to add CUPS. CUPS on non-MacOS systems depends on cups-filters, which in turn depends on QPDF and IJS. * QPDF is added by the first patch. * IJS is part of ghostscript, but for some reason is not built even when passing --with-ijs as a configure