| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: texlive-union: Wrap programs weakly.•••* gnu/packages/tex.scm (texlive-union)[arguments]: Wrap programs with TEXMFCNF
and TEXMF so that environment variables take precedence.
| Ricardo Wurmus | 2019-01-15 | 1 | -2/+2 |
* | gnu: texlive-latex-fontspec: Install default fontspec.cfg.•••* gnu/packages/tex.scm (texlive-latex-fontspec)[arguments]: Add build phase to
install fontspec.cfg.
| Ricardo Wurmus | 2019-01-15 | 1 | -1/+29 |
* | gnu: texlive-latex-fontspec: Propagate l3packages.•••* gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove
texlive-latex-l3kernel.
[propagated-inputs]: Add texlive-latex-l3packages.
| Ricardo Wurmus | 2019-01-14 | 1 | -2/+2 |
* | gnu: texlive-latex-l3packages: Propagate l3kernel.•••* gnu/packages/tex.scm (texlive-latex-l3packages)[inputs]: Move
texlive-latex-l3kernel from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus | 2019-01-14 | 1 | -1/+1 |
* | gnu: Add texlive-latex-changepage.•••* gnu/packages/tex.scm (texlive-latex-changepage): New variable.
| Ricardo Wurmus | 2019-01-14 | 1 | -0/+26 |
* | gnu: Add texlive-generic-babel-german.•••* gnu/packages/tex.scm (texlive-generic-babel-german): New variable.
| Ricardo Wurmus | 2019-01-14 | 1 | -0/+23 |
* | gnu: texlive-latex-base: Install configuration files.•••* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Install all
configuration files.
[native-inputs]: Move texlive-generic-hyph-utf8 from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus | 2019-01-14 | 1 | -2/+19 |
* | gnu: Update texlive packages.•••* guix/build-system/texlive.scm (%texlive-tag, %texlive-revision): Update to
texlive-2018.2, revision 49435.
* gnu/packages/tex.scm (texlive-dvips, texlive-generic-unicode-data,
texlive-generic-dehyph-exptl, texlive-generic-hyph-utf8, texlive-fontname,
texlive-fonts-cm, texlive-tex-plain, texlive-latex-base,
texlive-latex-graphics, texlive-latex-graphics, texlive-latex-oberdiek,
texlive-latex-tools, texlive-latex-l3kernel, texlive-latex-l3packages,
texlive-latex-fontspec, texlive-latex-amsmath, texlive-latex-amscls,
texlive-latex-babel, texlive-latex-cyrillic, texlive-latex-eqparbox,
texlive-latex-ifplatform, texlive-latex-etoolbox, texlive-latex-galois,
texlive-latex-polyglossia, texlive-tex-texinfo, texlive-latex-changebar,
texlive-latex-fancyhdr, texlive-latex-overpic, texlive-latex-parskip,
texlive-metapost, texlive-latex-ucs, texlive-generic-pdftex,
texlive-latex-media9, texlive-latex-ocgx2, texlive-latex-koma-script,
texlive-generic-listofitems, texlive-bibtex, texlive-context-base): Update
hashes.
(texlive-latex-fontspec)[arguments]: Remove custom build target.
(texlive-latex-dinbrief)[arguments]: Add build phase "fix-encoding-error".
(texlive-latex-xkeyval): New variable.
(texlive-latex-pstool)[source]: Fetch from new location.
[build-system]: Use trivial-build-system.
[arguments]: Write simple builder.
[propagated-inputs]: Add texlive-latex-l3kernel, texlive-latex-tools, and
texlive-latex-xkeyval.
[synopsis]: Fix typo.
| Ricardo Wurmus | 2019-01-10 | 1 | -54/+96 |
* | gnu: biber: Update to 2.12.•••* gnu/packages/tex.scm (biber): Update to 2.12.
[source]: Use 'git-fetch'. Add patch.
[inputs]: Add perl-file-slurper. Remove perl-file-slurp.
* gnu/packages/patches/biber-fix-encoding-write.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Jelle Licht | 2019-01-07 | 1 | -7/+11 |
* | gnu: Add texlive-context-base.•••* gnu/packages/tex.scm (texlive-context-base): New variable.
| Pierre Neidhardt | 2018-12-14 | 1 | -0/+33 |
* | gnu: Add texlive-fonts-charter.•••* gnu/packages/tex.scm (texlive-fonts-charter): New variable.
| Pierre Neidhardt | 2018-12-14 | 1 | -0/+69 |
* | gnu: texlive-generic-pdftex: Include pdftex map.•••* gnu/packages/tex.scm (texlive-generic-pdftex): Include pdftex map.
| Pierre Neidhardt | 2018-12-14 | 1 | -1/+18 |
* | gnu: texlive-fonts-cm: Include type1 fonts.•••* gnu/packages/tex.scm (texlive-fonts-cm): Include type1 fonts.
| Pierre Neidhardt | 2018-12-14 | 1 | -4/+20 |
* | gnu: texlive-dvips: Include all maps.•••* gnu/packages/tex.scm (texlive-dvips): Include all maps.
| Pierre Neidhardt | 2018-12-14 | 1 | -3/+3 |
* | gnu: Add texlive-bibtex.•••* gnu/packages/tex.scm (texlive-bibtex): New variable.
| Pierre Neidhardt | 2018-12-14 | 1 | -0/+36 |
* | gnu: Add texlive-fonts-xypic.•••* gnu/packages/tex.scm (texlive-fonts-xypic): New variable.
| Pierre Neidhardt | 2018-12-14 | 1 | -0/+79 |
* | gnu: Add texlive-generic-xypic.•••* gnu/packages/tex.scm (texlive-generic-xypic): New variable.
| Pierre Neidhardt | 2018-12-14 | 1 | -0/+35 |
* | gnu: texlive-bin: Fix substitution regexp.•••This is a followup to commit be200ef316478585059041a33d8f4287017dea5a.
* gnu/packages/tex.scm (texlive-bin)[arguments]: In
'disable-failing-test' phase, escape "|" characters.
| Ludovic Courtès | 2018-11-14 | 1 | -1/+1 |
* | Merge branch 'master' into core-updates | Marius Bakke | 2018-10-22 | 1 | -0/+189 |
|\ |
|
| * | gnu: Add texlive-latex-examplep.•••* gnu/packages/tex.scm (texlive-latex-examplep): New variable.
| Ricardo Wurmus | 2018-10-21 | 1 | -0/+41 |
| * | gnu: Add texlive-latex-verbatimbox.•••* gnu/packages/tex.scm (texlive-latex-verbatimbox): New variable.
| Ricardo Wurmus | 2018-10-21 | 1 | -0/+39 |
| * | gnu: Add texlive-latex-readarray.•••* gnu/packages/tex.scm (texlive-latex-readarray): New variable.
| Ricardo Wurmus | 2018-10-21 | 1 | -0/+37 |
| * | gnu: Add texlive-generic-listofitems.•••* gnu/packages/tex.scm (texlive-generic-listofitems): New variable.
| Ricardo Wurmus | 2018-10-21 | 1 | -0/+34 |
| * | gnu: Add texlive-latex-doi.•••* gnu/packages/tex.scm (texlive-latex-doi): New variable.
| Ricardo Wurmus | 2018-10-21 | 1 | -1/+39 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2018-10-21 | 1 | -0/+245 |
|\| |
|
| * | gnu: Add texlive-latex-koma-script.•••* gnu/packages/tex.scm (texlive-latex-koma-script): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+60 |
| * | gnu: Add texlive-latex-pgf.•••* gnu/packages/tex.scm (texlive-latex-pgf): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+57 |
| * | gnu: Add texlive-generic-ulem.•••* gnu/packages/tex.scm (texlive-generic-ulem): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+37 |
| * | gnu: Add texlive-latex-eukdate.•••* gnu/packages/tex.scm (texlive-latex-eukdate): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+36 |
| * | gnu: Add texlive-latex-needspace.•••* gnu/packages/tex.scm (texlive-latex-needspace): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+25 |
| * | gnu: Add texlive-latex-ms.•••* gnu/packages/tex.scm (texlive-latex-ms): New variable.
| Pierre Neidhardt | 2018-10-19 | 1 | -0/+30 |
* | | gnu: texlive-bin: Fix FTBFS on i686-linux.•••* gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase 'disable-failing-test'.
| Marius Bakke | 2018-10-19 | 1 | -0/+8 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2018-09-10 | 1 | -4/+4 |
|\| |
|
| * | gnu: Update texmaker to 5.0.2.•••* gnu/packages/tex.scm (texmaker): Update to 5.0.2.
| Roel Janssen | 2018-09-09 | 1 | -4/+4 |
* | | Merge branch 'staging' into core-updates | Marius Bakke | 2018-08-25 | 1 | -6/+119 |
|\| |
|
| * | gnu: texlive-latex-base: Include support files.•••* gnu/packages/tex.scm (texlive-latex-base)[native-inputs]: Include support files.
| Pierre Neidhardt | 2018-08-21 | 1 | -2/+23 |
| * | gnu: Add texlive-latex-ocgx2.•••* gnu/packages/tex.scm (texlive-latex-ocgx2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pierre Neidhardt | 2018-08-16 | 1 | -0/+45 |
| * | gnu: Add texlive-latex-media9.•••* gnu/packages/tex.scm (texlive-latex-media9): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pierre Neidhardt | 2018-08-16 | 1 | -0/+40 |
| * | gnu: texlive-latex-l3packages: Fix missing files.•••* gnu/packages/tex.scm (texlive-latex-l3packages): Actually install the files.
| Pierre Neidhardt | 2018-08-14 | 1 | -2/+9 |
| * | Migrate search.cpan.org home pages to metacpan.org.•••The venerable search.cpan.org has retired[0].
[0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html
* guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs.
Update all previously generated ones in (gnu packages) to their
canonical new homes.
| Tobias Geerinckx-Rice | 2018-08-11 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates | Ricardo Wurmus | 2018-06-29 | 1 | -9/+12 |
|\| |
|
| * | gnu: texlive-bin: Use absolute path to ghostscript executable "gs".•••* gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detection
phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl with
the absolute path to "gs" in the store.
| Arun Isaac | 2018-06-17 | 1 | -2/+5 |
* | | gnu: texlive: Update to 20180414.•••* gnu/packages/tex.scm (texlive, texlive-bin, texlive-extra-src,
texlive-texmf-src, texlive-texmf): Update to 20180414.
(texlive-bin)[source]: Replace patch.
[arguments]: Add build phase "use-code-for-new-poppler".
| Ricardo Wurmus | 2018-06-29 | 1 | -57/+63 |
|/ |
|
* | Merge branch 'master' into core-updates | Mark H Weaver | 2018-04-30 | 1 | -1/+17 |
|\ |
|
| * | gnu: texlive-bin: Patch texlua shebangs.•••* gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlua shebangs in
postint phase.
| Arun Isaac | 2018-04-21 | 1 | -1/+7 |
| * | gnu: texlive-bin: Use ghostscript executable "gs" in ps2eps.•••* gnu/packages/tex.scm (texlive-bin)[arguments]: Add fix-unix-detection phase.
Replace system* with invoke in postint phase.
| Arun Isaac | 2018-04-21 | 1 | -1/+11 |
* | | gnu: texlive-texmf: Return #t from all phases.•••* gnu/packages/tex.scm (texlive-texmf): Use invoke instead of system*, and
return #t from all phases.
| Mark H Weaver | 2018-04-12 | 1 | -2/+1 |
* | | gnu: texlive-texmf: Use invoke instead of system*.•••* gnu/packages/tex.scm (texlive-texmf)[arguments]: Use invoke instead of
system*, and return #t from all phases.
| Mark H Weaver | 2018-04-12 | 1 | -4/+5 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2018-03-29 | 1 | -0/+94 |
|\| |
|
| * | gnu: lyx: Use HTTPS home page.•••* gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2018-03-27 | 1 | -1/+1 |