guix-commits
[Top][All Lists]
Advanced

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

branch master updated (32fdad7 -> afbc941)


From: Ricardo Wurmus
Subject: branch master updated (32fdad7 -> afbc941)
Date: Thu, 15 Jun 2017 11:04:04 -0400 (EDT)

rekado pushed a change to branch master
in repository guix.

      from  32fdad7   gnu: linux-libre: Update to 4.11.5.
       new  bef0db3   guix: Add download-svn-to-store.
       new  942c4f8   licenses: Add common TeX and LaTeX licenses.
       new  9d913b2   gnu: Add texlive-dvips.
       new  99952c5   gnu: Add texlive-generic-unicode-data.
       new  9e99b1b   gnu: Add texlive-generic-dehyph-exptl.
       new  453aae6   gnu: Add texlive-generic-tex-ini-files.
       new  9b134da   gnu: Add texlive-generic-hyph-utf8.
       new  8ada0f0   gnu: Add texlive-metafont-base.
       new  3c4f1ec   gnu: Add texlive-fonts-cm.
       new  5ebba61   gnu: Add texlive-fonts-knuth-lib.
       new  a00d593   gnu: Add texlive-fonts-latex.
       new  566e95f   gnu: Add texlive-tex-plain.
       new  010f476   gnu: Add texlive-latex-base.
       new  205794c   build-system: Add 'texlive-build-system'.
       new  3e485ed   gnu: Add texlive-latex-filecontents.
       new  1193aa8   gnu: Add texlive-generic-ifxetex.
       new  437822a   gnu: Add texlive-latex-fancyvrb.
       new  4eebd2c   gnu: Add texlive-latex-graphics.
       new  f5a6af4   gnu: Add texlive-latex-xcolor.
       new  4d660fd   gnu: Add texlive-latex-hyperref.
       new  c3455b7   gnu: Add texlive-latex-oberdiek.
       new  f2536af   gnu: Add texlive-latex-tools.
       new  35adcc3   gnu: Add texlive-latex-url.
       new  a5b1ef8   gnu: Add texlive-latex-l3kernel.
       new  cc09d48   gnu: Add texlive-latex-l3packages.
       new  5830849   gnu: Add texlive-latex-fontspec.
       new  e93f472   gnu: Add texlive-luatex-lualibs.
       new  2573163   gnu: Add texlive-latex-amsmath.
       new  18e366e   gnu: Add texlive-latex-amscls.
       new  f84d5a0   gnu: Add texlive-latex-babel.
       new  93286d3   gnu: texlive-latex-cyrillic.
       new  83fe623   gnu: Add texlive-latex-psnfss.
       new  cb7bc20   gnu: Add texlive-union.
       new  9d4f8dc   gnu: Add texlive-tiny.
       new  afbc941   guix: Add texlive importer.

The 35 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                                   |    6 +
 doc/guix.texi                                 |   53 +-
 gnu/packages/tex.scm                          | 1272 ++++++++++++++++++++++++-
 guix/build-system/texlive.scm                 |  164 ++++
 guix/build/texlive-build-system.scm           |   89 ++
 guix/import/texlive.scm                       |  182 ++++
 guix/licenses.scm                             |   71 ++
 guix/scripts/import.scm                       |    2 +-
 guix/scripts/import/{cpan.scm => texlive.scm} |   29 +-
 guix/svn-download.scm                         |   23 +-
 tests/texlive.scm                             |  115 +++
 11 files changed, 1991 insertions(+), 15 deletions(-)
 create mode 100644 guix/build-system/texlive.scm
 create mode 100644 guix/build/texlive-build-system.scm
 create mode 100644 guix/import/texlive.scm
 copy guix/scripts/import/{cpan.scm => texlive.scm} (71%)
 create mode 100644 tests/texlive.scm



reply via email to

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