summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-04-18gnu: python-roifile: Update to 2020.11.28.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
2021-04-18gnu: python-tifffile: Update to 2021.4.8.Lars-Dominik Braun
* 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.
2021-04-18gnu: Add python-imagecodecs.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
2021-04-17gnu: util-linux: Disable tests when building on i586-gnu.Ludovic Courtès
Works around <https://bugs.gnu.org/47791> Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/linux.scm (util-linux)[arguments]: Pass #:tests?.
2021-04-17gnu: beancount: Update to 2.3.4.François J
* gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-17gnu: linux-libre 4.4: Update to 4.4.267.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.267. (linux-libre-4.4-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.9: Update to 4.9.267.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.267. (linux-libre-4.9-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.14: Update to 4.14.231.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.19: Update to 4.19.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.188. (linux-libre-4.19-pristine-source): Update hash.
2021-04-17gnu: linux-libre 5.4: Update to 5.4.113.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.113. (linux-libre-5.4-pristine-source): Update hash.
2021-04-17gnu: linux-libre 5.10: Update to 5.10.31.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.31. (linux-libre-5.10-pristine-source): Update hash.
2021-04-17gnu: linux-libre: Update to 5.11.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.15. (linux-libre-5.11-pristine-source): Update hash.
2021-04-16gnu: guile-git: Switch to 'git-fetch'.Xinglu Chen
* gnu/packages/guile.scm (guile-git)[source]: Use ‘git-fetch’ instead of ‘url-fetch’. [native-inputs]: Add autoconf, automake, and texinfo. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-04-16lint: Warn about underscores in package names.Xinglu Chen
As per section '16.4.2 Package Naming' in the manual, use hyphens instead of underscores in package names. * guix/lint.scm (check-name): Check whether the package name contains underscores. * tests/lint.scm ("name: use underscore in package name"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-16git-download: Call 'libgit2-init!'.Ludovic Courtès
Fixes <https://bugs.gnu.org/47797>. Reported by Ingo Ruhnke <grumbel@gmail.com> and Nicolò Balzarotti <anothersms@gmail.com>. Regression introduced in c1940fde43c7aca37d67589cc5cb248086d17d56. * guix/git-download.scm (git-predicate): Add call to 'libgit2-init!'.
2021-04-16gnu: GnuTLS: Absorb grafted replacement.Leo Famulari
* gnu/packages/tls.scm (gnutls)[source]: Add 'gnutls-CVE-2021-20231.patch' and 'gnutls-CVE-2021-20232.patch'. [replacement]: Remove field. (gnutls/fixed): Remove variable.
2021-04-16gnu: Python: Absorb grafted replacement.Leo Famulari
* gnu/packages/python.scm (python-3.8)[source]: Add 'python-3.8-CVE-2021-3177.patch'. [replacement]: Remove field. (python-3.8/fixed): Remove variable.
2021-04-16gnu: Python 2: Absorb grafted replacement.Leo Famulari
* gnu/packages/python.scm (python-2.7)[source]: Add 'python-2.7-CVE-2021-3177.patch'. [replacement]: Remove field. (python-2.7/fixed): Remove variable.