summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: mujs: Update to 1.1.1.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/javascript.scm (mujs): Update to 1.1.1.
* gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
* gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
* gnu: poke: Update to 1.2.Efraim Flashner2021-04-18
| | | | * gnu/packages/engineering.scm (poke): Update to 1.2.
* doc: Build the French HTML cookbook.Julien Lepiller2021-04-18
| | | | * doc/build.scm (%languages): Add 'fr' cookbook translation.
* gnu: python-lfdfiles: Fix build.Lars-Dominik Braun2021-04-18
| | | | | | | * gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
* nls: Update 'ru' translation.Julien Lepiller2021-04-18
|
* nls: Add Chinese (Traditional) translation.Julien Lepiller2021-04-18
| | | | | | * 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.
* nls: Add Russian translation.Julien Lepiller2021-04-18
| | | | | * po/guix/ru.po: New file. * po/guix/LINGUAS: Add 'ru'.
* nls: Add Dutch translation.Julien Lepiller2021-04-18
| | | | | * po/guix/nl.po: New file. * po/guix/LINGUAS: Add 'nl'.
* nls: Add Korean translation.Julien Lepiller2021-04-18
| | | | | | | | | | | * 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'.
* nls: Add Italian translation.Julien Lepiller2021-04-18
| | | | | | | | * 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'.
* nls: Add Persian translation.Julien Lepiller2021-04-18
| | | | | | | | | * 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.
* nls: Update 'sk' translation.Julien Lepiller2021-04-18
|
* nls: Add Slovak translation.Julien Lepiller2021-04-18
| | | | | | | | * 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.
* nls: Update 'pt_BR' translation.Julien Lepiller2021-04-18
|
* nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller2021-04-18
|
* nls: Update 'vi' translation.Julien Lepiller2021-04-18
|
* nls: Remove Vietnamese translations of packages.Julien Lepiller2021-04-18
| | | | No translated string is used in Guix anymore.
* nls: Update 'zh_CN' translations.Julien Lepiller2021-04-18
|
* nls: Update 'ta' translation.Julien Lepiller2021-04-18
|
* gnu: Update 'sv' translation.Julien Lepiller2021-04-18
|
* nls: Update 'sr' translations.Julien Lepiller2021-04-18
|
* nls: Update 'pl' translations.Julien Lepiller2021-04-18
|
* nls: Update 'hu' translations.Julien Lepiller2021-04-18
|
* nls: Update 'da' translations.Julien Lepiller2021-04-18
|
* nls: Update 'cs' translation.Julien Lepiller2021-04-18
|
* nls: Update 'eo' translations.Julien Lepiller2021-04-18
|
* nls: Update 'es' translations.Julien Lepiller2021-04-18
|
* nls: Update 'de' translations.Julien Lepiller2021-04-18
|
* nls: Update 'fr' translations.Julien Lepiller2021-04-18
|
* nls: Add French translation of the cookbook.Julien Lepiller2021-04-18
|
* doc: Fix pxref translation issue.Julien Lepiller2021-04-18
| | | | * doc/local.mk (xref_command): Change regexp to match properly.
* gnu: emacs-vertico: Update to 0.5.Nicolas Goaziou2021-04-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.5. [arguments]: Remove obsolete phase as the "vertico.texi" file is no longer provided.
* gnu: emacs-auctex: Update to 13.0.7.Nicolas Goaziou2021-04-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.7.
* ci: tarball: Use "current-guix" as profile name.Mathieu Othacehe2021-04-18
| | | | | | Fixes: <https://issues.guix.gnu.org/47841>. * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
* tests: ldap: Fix it.Mathieu Othacehe2021-04-18
| | | | | | | 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.
* tests: Increase VM memory size.Mathieu Othacehe2021-04-18
| | | | | | | 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.
* tests: patchwork: Fix it.Mathieu Othacehe2021-04-18
| | | | | | | | | | | 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.
* gnu: python-lfdfiles: Update to 2021.2.22.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
* gnu: python-roifile: Update to 2020.11.28.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
* gnu: python-tifffile: Update to 2021.4.8.Lars-Dominik Braun2021-04-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to 2021.4.8. [propagated-inputs]: Drop python-roifiles, which is only required for tests (disabled). Add python-imagecodecs, which allows decoding compressed tiff files.
* gnu: Add python-imagecodecs.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
* gnu: util-linux: Disable tests when building on i586-gnu.Ludovic Courtès2021-04-17
| | | | | | | Works around <https://bugs.gnu.org/47791> Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/linux.scm (util-linux)[arguments]: Pass #:tests?.
* gnu: beancount: Update to 2.3.4.François J2021-04-17
| | | | | | * gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: linux-libre 4.4: Update to 4.4.267.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.267. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.267.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.267. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.231.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.188.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.188. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.113.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.113. (linux-libre-5.4-pristine-source): Update hash.