summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-23build: Add doc-update-po as a prerequisite to the dist target.Maxim Cournoyer
Otherwise 'make dist' would fail with the message: "No rule to make target 'po/doc/guix-manual.pot', needed by 'distdir-am'. Stop.". * Makefile.am (dist) <doc-po-update>: Add prerequisite. (dist-hook) <doc-po-update>: Remove prerequisite.
2021-04-23build-aux: Relax the regexp used to match NEWS sections.Maxim Cournoyer
A number of packages doesn't really make sense in the name of the section to be substituted. This change allows using simply '*** new packages' instead of '*** 1999 new packages', for example, and have the update-NEWS.scm script update it. * build-aux/update-NEWS.scm (write-packages-added) <regexp>: Do not care about leading white space in the name of the section.
2021-04-23Merge remote-tracking branch 'origin/wip-ungrafting' into HEADMaxim Cournoyer
2021-04-18nls: Fix Chinese cookbook inclusion.Julien Lepiller
* po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
2021-04-18nls: Remove 'vi' in LINGUASJulien Lepiller
The po file is no longer available. * po/packages/LINGUAS: Remove 'vi'.
2021-04-18gnu: Add kirc.WinterHound
* gnu/packages/irc.scm (kirc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-18gnu: libopenmpt: Update to 0.5.8 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.8.
2021-04-18gnu: cifs-utils: Update to 6.13.Tobias Geerinckx-Rice
* gnu/packages/samba.scm (cifs-utils): Update to 6.13.
2021-04-18gnu: python-poetry-core: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
2021-04-18gnu: perl-pdf-api2: Update to 2.040.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
2021-04-18gnu: mujs: Update to 1.1.1.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
2021-04-18gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
2021-04-18gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
2021-04-18gnu: poke: Update to 1.2.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 1.2.
2021-04-18doc: Build the French HTML cookbook.Julien Lepiller
* doc/build.scm (%languages): Add 'fr' cookbook translation.
2021-04-18gnu: python-lfdfiles: Fix build.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
2021-04-18nls: Update 'ru' translation.Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation.Julien Lepiller
* po/doc/guix-cookbook.zh_Hans.po: New file. * doc/local.mk (info_TEXINFOS): Add it. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add it.
2021-04-18nls: Add Russian translation.Julien Lepiller
* po/guix/ru.po: New file. * po/guix/LINGUAS: Add 'ru'.
2021-04-18nls: Add Dutch translation.Julien Lepiller
* po/guix/nl.po: New file. * po/guix/LINGUAS: Add 'nl'.
2021-04-18nls: Add Korean translation.Julien Lepiller
* po/doc/guix-cookbook.ko.po: New file. * po/doc/guix-manual.ko.po: New file. * doc/local.mk (info_TEXINFOS): Add them. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * po/guix/ko.po: New file. * po/guix/LINGUAS: Add 'ko'. * po/packages/ko.po: New file. * po/packages/LINGUAS: Add 'ko'.
2021-04-18nls: Add Italian translation.Julien Lepiller
* po/doc/guix-manual.it.po: New file. * po/doc/local.mk (DOC_PO_FILES): Add it. * doc/local.mk (info_TEXINFOS): Add it. * po/guix/it.po: New file. * po/guix/LINGUAS: Add 'it'.
2021-04-18nls: Add Persian translation.Julien Lepiller
* po/packages/fa.po: New file. * po/packages/LINGUAS: Add 'fa'. * po/doc/guix-cookbook.fa.po: New file. * po/doc/guix-manual.fa.po: New file. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * doc/local.mk (info_TEXINFOS): Add them.
2021-04-18nls: Update 'sk' translation.Julien Lepiller
2021-04-18nls: Add Slovak translation.Julien Lepiller
* po/packages/sk.po: New file. * po/packages/LINGUAS: Add 'sk'. * po/doc/guix-manual.sk.po: New file. * doc/local.mk (info_TEXINFOS): Add it. * po/doc/local.mk (DOC_PO_FILES): Add it.
2021-04-18nls: Update 'pt_BR' translation.Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Update 'vi' translation.Julien Lepiller
2021-04-18nls: Remove Vietnamese translations of packages.Julien Lepiller
No translated string is used in Guix anymore.
2021-04-18nls: Update 'zh_CN' translations.Julien Lepiller
2021-04-18nls: Update 'ta' translation.Julien Lepiller
2021-04-18gnu: Update 'sv' translation.Julien Lepiller
2021-04-18nls: Update 'sr' translations.Julien Lepiller
2021-04-18nls: Update 'pl' translations.Julien Lepiller
2021-04-18nls: Update 'hu' translations.Julien Lepiller
2021-04-18nls: Update 'da' translations.Julien Lepiller
2021-04-18nls: Update 'cs' translation.Julien Lepiller
2021-04-18nls: Update 'eo' translations.Julien Lepiller
2021-04-18nls: Update 'es' translations.Julien Lepiller
2021-04-18nls: Update 'de' translations.Julien Lepiller
2021-04-18nls: Update 'fr' translations.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2021-04-18doc: Fix pxref translation issue.Julien Lepiller
* doc/local.mk (xref_command): Change regexp to match properly.
2021-04-18gnu: emacs-vertico: Update to 0.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.5. [arguments]: Remove obsolete phase as the "vertico.texi" file is no longer provided.
2021-04-18gnu: emacs-auctex: Update to 13.0.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.7.
2021-04-18ci: tarball: Use "current-guix" as profile name.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/47841>. * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
2021-04-18tests: ldap: Fix it.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/47745>. * gnu/tests/ldap.scm (run-ldap-test): Use a password with more that 8 characters so that dscreate doesn't fail.
2021-04-18tests: Increase VM memory size.Mathieu Othacehe
The patchwork test sometimes fail because there's not enough available RAM in the marionette. Increase the VM memory size to 1024MiB. * gnu/tests/web.scm (run-patchwork-test): Increase VM memory size to 1024MiB.
2021-04-18tests: patchwork: Fix it.Mathieu Othacehe
The "http-get" test is sometimes failing because the Web server is not yet initialized and returns the 500 error code. Use the retry-or-error procedure, like in the tailon test to do a few retries. * gnu/tests/web.scm (run-tailon-test): Move "retry-or-error" procedure to the top level and adapt its call. (run-patchwork-test): Use it.
2021-04-18gnu: python-lfdfiles: Update to 2021.2.22.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.