guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (62c155c -> 7744885)


From: Mark H. Weaver
Subject: branch core-updates updated (62c155c -> 7744885)
Date: Sun, 11 Jan 2015 14:38:40 +0000

mhw pushed a change to branch core-updates
in repository guix.

      from  62c155c   gnu: libtool: Add m4 to propagated-inputs.
      adds  05f0607   tests: Add missing copyright line.
      adds  b2ad9d9   base64: Inline arithmetic operations.
      adds  fb519bd   records: Optimize 'recutils->alist' by avoiding regexps.
      adds  8234fcf   substitute-binary: Micro-optimize 'narinfo-sha256'.
      adds  4100fe9   gnu: openjpeg: update home page URL.
      adds  6140b9d   gnu: Add openjpeg-1.
      adds  da2021b   gnu: openjpeg: Update to 2.0.1.
      adds  927d4d9   gnu: poppler: build with openjpeg and lcms
      adds  c6cb82f   import: gnu: Propagate the key-download argument.
      adds  1ff2619   import: Factorize utility functions.
      adds  694b317   tests: import: Factorize utility function.
      adds  d45dc6d   import: Add CPAN importer.
      adds  eb9dfcb   nls: Update 'eo' translation.
      adds  0b6af19   derivations: Add 'derivation-output-names'.
      adds  e9651e3   derivations: Add 'substitution-oracle' and use it.
      adds  c2d9355   gnu: linux-libre: Update to 3.18.2
      adds  4923e06   gnu: Move mozjs and nspr to (gnu packages gnuzilla).
      adds  1aaaff1   gnu: Add nss.
      adds  cd287ba   gnu: Add ninja.
      adds  5b490ab   gnu: qt: Update to 5.4.0.
      adds  0009ed7   gnu: qt: Add more inputs.
       new  7744885   Merge branch 'master' into core-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                |    9 +-
 doc/guix.texi                              |   24 +-
 gnu-system.am                              |    2 +
 gnu/packages/gnuzilla.scm                  |  168 +++++
 gnu/packages/image.scm                     |   25 +-
 gnu/packages/linux.scm                     |    4 +-
 gnu/packages/ninja.scm                     |   87 +++
 gnu/packages/patches/nss-pkgconfig.patch   |  225 ++++++
 gnu/packages/pdf.scm                       |   18 +-
 gnu/packages/polkit.scm                    |   75 +--
 gnu/packages/qt.scm                        |   63 ++-
 guix/base64.scm                            |   22 +-
 guix/derivations.scm                       |   77 ++-
 guix/hash.scm                              |    5 +
 guix/import/cpan.scm                       |  167 +++++
 guix/import/gnu.scm                        |    7 +-
 gnu/artwork.scm => guix/import/json.scm    |   36 +-
 guix/import/pypi.scm                       |   47 +--
 guix/import/utils.scm                      |   48 ++-
 guix/records.scm                           |   59 +-
 guix/scripts/import.scm                    |    2 +-
 guix/scripts/import/{pypi.scm => cpan.scm} |   18 +-
 guix/scripts/substitute-binary.scm         |   13 +-
 guix/tests.scm                             |   11 +
 guix/ui.scm                                |   16 +-
 po/packages/eo.po                          | 1107 ++++++++++++++++++++++++++--
 tests/{pypi.scm => cpan.scm}               |   93 ++--
 tests/derivations.scm                      |   13 +-
 tests/lint.scm                             |    1 +
 tests/pypi.scm                             |   11 +-
 30 files changed, 2063 insertions(+), 390 deletions(-)
 create mode 100644 gnu/packages/ninja.scm
 create mode 100644 gnu/packages/patches/nss-pkgconfig.patch
 create mode 100644 guix/import/cpan.scm
 copy gnu/artwork.scm => guix/import/json.scm (56%)
 copy guix/scripts/import/{pypi.scm => cpan.scm} (85%)
 copy tests/{pypi.scm => cpan.scm} (52%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]