Age | Commit message (Expand) | Author |
Expand)Author |
2023-08-16 | gnu: po4a: Apply patch to translate partial Texinfo menus....Fixes <https://issues.guix.gnu.org/64881>.
* gnu/packages/gettext.scm (po4a) [source]: Apply patch.
* gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
| Maxim Cournoyer |
2023-07-29 | gnu: po4a: Update to 0.69....* gnu/packages/gettext.scm (po4a): Update to 0.69.
| Maxim Cournoyer |
2023-07-20 | gnu: po4a: Skip failing test on the Hurd....* gnu/packages/gettext.scm (po4a)[arguments]: When building natively on the
Hurd, add phase 'skip-tests/hurd'.
| Janneke Nieuwenhuizen |
2023-07-20 | gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: When building for the
Hurd, remove XTESTS_FAIL from, as "test-perror2" now passes.
| Janneke Nieuwenhuizen |
2023-07-18 | gnu: Deprecate `texlive-tiny'....At this point, there are three equivalent TeX Live sub-systems:
texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing
to keep so many around.
* doc/contributing.texi (Submitting Patches): Remove reference to
TEXLIVE-TINY.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]:
(giac)[native-inputs]:
* gnu/packages/chez.scm (chez-sockets)[native-inputs]:
* gnu/packages/engineering.scm (fastcap)[native-inputs]:
* gnu/packages/gettext.scm (po4a)[native-inputs]:
* gnu/packages/maths.scm (cddlib)[native-inputs]:
(gnuplot)[native-inputs]:
(itpp)[native-inputs]:
* gnu/packages/ocaml.scm (unison)[native-inputs]:
* gnu/packages/pdf.scm (extractpdfmark)[native-inputs]:
* gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary
TEXLIVE-TINY.
* gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC.
(texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* guix/lint.scm (check-inputs-should-be-native): Check only for
"texlive-updmap.cfg" input name.
| Nicolas Goaziou |
2023-06-17 | gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
| Janneke Nieuwenhuizen |
2023-04-21 | gnu: po4a: Remove patch-docbook-xml phase....* gnu/packages/gettext.scm (po4a) [arguments]: Remove patch-docbook-xml phase.
Remove trailing #t. Use gexps.
[native-inputs]: Remove labels.
| Maxim Cournoyer |
2023-03-20 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |
2023-03-12 | gnu: mdpo: Remove python-pre-commit....* gnu/packages/gettext.scm (mdpo)[native-inputs]: Remove python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Antero Mejr |
2023-02-26 | gnu: gettext: Remove input label....* gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Remove label.
| Ludovic Courtès |