aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-19 18:16:06 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-06-24 08:51:44 -0400
commitc12a6e74192ca2d51386787ae7e939e03a09e17e (patch)
tree26dd075392204e44a43e60fbbc4ddf8c33fe60f2 /.gitignore
parent7f1c40df92abcbe7a6e6da8592917b716db59c97 (diff)
downloadguix-c12a6e74192ca2d51386787ae7e939e03a09e17e.tar.gz
guix-c12a6e74192ca2d51386787ae7e939e03a09e17e.zip
gnu: godot-lts: Improve package style.
* gnu/packages/game-development.scm (godot-lts): Re-indent and ensure max column length to 79. [arguments]: Use gexp. Change-Id: I0bedb66a4e7e0ebe6242df885f1e687ce3a43ce0 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
colspan='3' class='logmsg'> * gnu/packages/tex.scm (texlive-base): Deprecate variable. (texlive-updmap.cfg): Use default packages from now deprecated TEXLIVE-BASE. Also remove already implemented TODO. * doc/build.scm (pdf-manual): * gnu/packages/statistics.scm: Replace TEXLIVE-BASE with call to TEXLIVE-UPDMAP.CFG. * guix/profiles.scm (texlive-font-maps): Trigger TeX Live hook whenever a texlive package is included in the manifest. 2023-07-18gnu: texlive-tex-texinfo -> texlive-texinfo.Nicolas Goaziou * gnu/packages/tex.scm (texlive-texinfo): New variable. (texlive-tex-texinfo): Deprecate variable. * doc/build.scm (pdf-manual): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/lisp.scm (sbcl): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/xdisorg.scm (xforms): Use new name. 2023-07-18gnu: texlive-fonts-ec -> texlive-ec.Nicolas Goaziou * gnu/packages/tex.scm (texlive-ec): New variable. (texlive-fonts-ec): Deprecate variable. (lyx): (biber): * gnu/packages/python-xyz.scm (python-pypandoc): * gnu/packages/statistics.scm (r-with-tests): * doc/build.scm (pdf-manual): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/plotutils.scm (asymptote): Use new name. 2023-05-25doc: Adjust HTML patterns to correctly process Texinfo 6.8 output.Ludovic Courtès Prior to ceb5ef8347ae0e3015296f5c169ab903bac526a8, (@ (gnu packages texinfo) texinfo), which is what is used here, was pointing to version 6.7. * doc/build.scm (html-manual-identifier-index)[build](worthy-entry?): Adjust patterns for Texinfo 6.8. (syntax-highlighted-html)[build](syntax-highlight): Likewise. 2022-11-15doc: Build pt_BR manual.Ludovic Courtès * doc/build.scm (%manual-languages): Add "pt_BR". 2022-06-15doc: Use a minimal texlive profile in build.scm.Maxim Cournoyer * doc/build.scm (pdf-manual) <texinfo-profile>: New variable. <PATH>: Define in terms of the above. <GUIX_TEXMF>: New environment variable. 2022-04-08doc: Build an empty index if the manual is missing.Ludovic Courtès That way, the "sk" index for 'guix-manual' is empty, because 'guix-manual' lacks an "sk" translation. * doc/build.scm (html-manual-identifier-index)[build](html-files): Gracefully handle 'scandir' returning #f. 2022-04-08doc: Allow different translations for 'guix-cookbook' and 'guix-manual'.Ludovic Courtès Previously, 'guix-manual-text-domain' could be passed the cookbook language list as its second argument. Thus, it started failing when the set of cookbook languages was no longer a subset of the manual languages, starting with commit 93bfd4d9c7ba7055c19f02128491b3a98a180860, which removed "sk" from 'guix-manual' but kept it for 'guix-cookbook'. * doc/build.scm (%manual-languages, %cookbook-languages): New variables. (%languages): Use them. (guix-manual-text-domain): Give LANGUAGES a valid default value. (localization-helper-module): Remove optional argument to 'guix-manual-text-domain'. 2022-03-02doc: Publish the Slovak translation of the cookbook.Ludovic Courtès * doc/build.scm (%languages): Add "sk" for "guix-cookbook" (it's currently at 57%). 2022-01-19doc: Normalize language codes in menu URLs.Ludovic Courtès * doc/build.scm (stylized-html)[build](base-language-url): Add calls to 'normalize'. 2022-01-19doc: Make the HTML language menu disappear on narrow screens.Ludovic Courtès * doc/build.scm (stylized-html)[build](navigation-bar): New procedure. (stylized-html): Use it. 2022-01-18doc: Add a language menu in the HTML manual.Ludovic Courtès * doc/build.scm (stylized-html): New procedure. (html-manual): Use it. 2022-01-18doc: Factorize 'language-code->native-name'.Ludovic Courtès * doc/build.scm (localization-helper-module)[content](translate): Add call to 'setenv' before 'write'. Remove use of 'with-language'. (language-code->native-name): New procedure. (html-manual-indexes)[build](top-level-index): Use it. 2022-01-18doc: Extract (localization) module.Ludovic Courtès * doc/build.scm (localization-helper-module): New procedure. (html-manual-indexes)[build]: Use it. Remove use of GUILE-JSON-3. 2022-01-15doc: Remove now unnecessary workaround.Ludovic Courtès * doc/build.scm (translated-texi-manuals): Turn into an alias for (@@ (guix self) translated-texi-manuals). 2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-12-13doc: Handle '&nbsp' when syntax-highlighting HTML.Ludovic Courtès * doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle "&nbsp". 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28doc: Allow offloading of the expensive derivations.Ludovic Courtès * doc/build.scm (translated-texi-manuals) (html-manual, pdf-manual): Pass #:local-build? #f. 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès