summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-17gnu: texlive: Deprecate biber again in favor of texlive-biber.Andreas Enge
The monolithic texlive package and texlive-biber can apparently be used together now. * gnu/packages/texlive.scm (biber): Remove variable. * gnu/packages/tex.scm (biber): Define as deprecated in favor of texlive-biber.
2023-08-17gnu: texlive: Improve the monolithic packages for non-x86_64 architectures.Andreas Enge
* gnu/packages/texlive.scm (texlivebin)[arguments]: Enable tests also on aarch64 and powerpc64le. Remove 'disable-failing-test and 'skip-faulty-test phases. (texlivetexmf)[arguments]: Define a missing variable.
2023-08-17gnu: biber: Update to 2.19.Andreas Enge
* gnu/packages/texlive.scm (biber): Update to 2.19. Remove patch. * gnu/packages/patches/biber-adapt-perl-5.36.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch.
2023-08-17gnu: texlive: Update to 20230313.Andreas Enge
Also use full date for version again, since otherwise the update would be considered a downgrade. * gnu/packages/texlive.scm (%texlive-date): Update to 20230313. (%texlive-version): Rename to... (%texlive-year): ...this. (texlive-extra-src, texlive-texmf-src, texlivebin): Update source hashes. (texlivebin, texlivetexmf, texlive): Use %texlive-date for version. (texlivebin)[arguments]: Remove 'skip-mendex-tests phase, which does not apply any more. Remove 'patch-dvisvgm-build-files, which apparently is not needed any more. Remove a configure flag which is not recognized by the configure script any more.
2023-08-17gnu: biber: Update to 2.17.Andreas Enge
* gnu/packages/texlive.scm (biber): Update to 2.17.
2023-08-17gnu: texlive: Update to 2022.Andreas Enge
* gnu/packages/texlive.scm (%texlive-date): Update to 20220321. (texlive-extra-src, texlive-texmf-src, texlivebin): Update source hashes.
2023-08-17gnu: texlive: Simplify the monolithic build.Andreas Enge
This removes phases added for the needs of the modular build system. It reverts commit dfdc002c9bf86270941823a96abded0aa5d44088 and subsequent ones, which download scripts from subversion instead of using those from the distribution. It also reverts the changes started in commit 04a0b1e09abce99857e7930336421ca6d15ae630 and removes the GUIX_TEXMF environment variable. * gnu/packages/texlive.scm (%texlive-tag, %texlive-revision): Remove variables. (texlivebin)[inputs]: Remove texlive-scripts. [phases]: Remove 'unpack-texlive-scripts, 'patch-scripts and 'customize-texmf.cnf and the script handling in 'post-install. [native-search-paths]: Remove them.
2023-08-17gnu: texlive: Reinstate the monolithic texlive package.Andreas Enge
This goes back essentially to commit ad457d01147b8d6fcb4ee64b2dc2d699caa1d1ee and defines the monolithic texlive packages independently of the modular ones. It also downgrades their version to 2021. Not using dashes in the names of texlivebin and texlivetexmf prevents the profile hook for font mapping from being run during the command "guix shell -D texlive". * gnu/packages/tex.scm (texlive-bin-full): Remove variable. (biber): Remove variable deprecation. (texlive-texm, texlive): Move variables from here... * gnu/packages/texlive.scm (texlivetexm, texlive): ...to this new file. (%texlive-date, %texlive-version, %texlive-tag, %texlive-revision, texlive-extra-src, texlive-texmf-src, texlivebin): New variables. (biber): Add variable again. * gnu/packages/patches/biber-adapt-perl-5.36.patch: Add file again. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Register files.
2023-08-17gnu: Add texlive-collection-games.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-games): New variable.
2023-08-17gnu: Add texlive-xskak.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xskak): New variable.
2023-08-17gnu: Add texlive-xq.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xq): New variable.
2023-08-17gnu: Add texlive-wargame.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-wargame): New variable.
2023-08-17gnu: Add texlive-tangramtikz.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-tangramtikz): New variable.
2023-08-17gnu: Add texlive-sudokubundle.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-sudokubundle): New variable.
2023-08-17gnu: Add texlive-sudoku.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-sudoku): New variable.
2023-08-17gnu: Add texlive-soup.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-soup): New variable.
2023-08-17gnu: Add texlive-skaknew.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-skaknew): New variable.
2023-08-17gnu: Add texlive-skak.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-skak): New variable.
2023-08-17gnu: Add texlive-sgame.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-sgame): New variable.
2023-08-17gnu: Add texlive-scrabble.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-scrabble): New variable.
2023-08-17gnu: Add texlive-schwalbe-chess.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-schwalbe-chess): New variable.
2023-08-17gnu: Add texlive-rubik.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-rubik): New variable.
2023-08-17gnu: Add texlive-reverxii.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-reverxii): New variable.
2023-08-17gnu: Add texlive-realtranspose.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-realtranspose): New variable.
2023-08-17gnu: Add texlive-psgo.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-psgo): New variable.
2023-08-17gnu: Add texlive-pas-crosswords.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pas-crosswords): New variable.
2023-08-17gnu: Add texlive-othelloboard.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-othelloboard): New variable.
2023-08-17gnu: Add texlive-othello.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-othello): New variable.
2023-08-17gnu: Add texlive-nimsticks.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-nimsticks): New variable.
2023-08-17gnu: Add texlive-musikui.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musikui): New variable.
2023-08-17gnu: Add texlive-maze.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-maze): New variable.
2023-08-17gnu: Add texlive-logicpuzzle.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-logicpuzzle): New variable.
2023-08-17gnu: Add texlive-labyrinth.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-labyrinth): New variable.
2023-08-17gnu: Add texlive-jigsaw.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-jigsaw): New variable.
2023-08-17gnu: Add texlive-jeuxcartes.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-jeuxcartes): New variable.
2023-08-17gnu: Add texlive-horoscop.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-horoscop): New variable.
2023-08-17gnu: Add texlive-hexgame.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-hexgame): New variable.
2023-08-17gnu: Add texlive-hexboard.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-hexboard): New variable.
2023-08-17gnu: Add texlive-havannah.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-havannah): New variable.
2023-08-17gnu: Add texlive-hanoi.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-hanoi): New variable.
2023-08-17gnu: Add texlive-go.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-go): New variable.
2023-08-17gnu: Add texlive-gamebooklib.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-gamebooklib): New variable.
2023-08-17gnu: Add texlive-gamebook.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-gamebook): New variable.
2023-08-17gnu: Add texlive-egameps.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-egameps): New variable.
2023-08-17gnu: Add texlive-customdice.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-customdice): New variable.
2023-08-17gnu: Add texlive-crosswrd.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-crosswrd): New variable.
2023-08-17gnu: Add texlive-chinesechess.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chinesechess): New variable.
2023-08-17gnu: Add texlive-chessfss.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chessfss): New variable.
2023-08-17gnu: Add texlive-chessboard.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chessboard): New variable.
2023-08-17gnu: Add texlive-chess-problem-diagrams.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chess-problem-diagrams): New variable.