aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/storage.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-12-31 22:45:13 -0500
committerMark H Weaver <mhw@netris.org>2019-01-01 11:22:58 -0500
commitff148ea5d6f2b7799b4bee54b9d8123fe6007abc (patch)
treef5a403ac6f1e6fc0225ef4a1bc28444d1eb74f51 /gnu/packages/storage.scm
parentce899af10901bf9ed06fe0528b8c4f628ebba4fd (diff)
downloadguix-ff148ea5d6f2b7799b4bee54b9d8123fe6007abc.tar.gz
guix-ff148ea5d6f2b7799b4bee54b9d8123fe6007abc.zip
gnu: linux-libre: Update to 4.20, while retaining 4.19 LTS.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20. (%linux-libre-hash): Update hash. (%linux-libre-4.20-patches): New variable. (linux-libre): Use %linux-libre-4.20-patches. (%linux-libre-4.19-version, %linux-libre-4.19-hash) (%linux-libre-4.19-patches, linux-libre-4.19): New variables. (linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-4.20-patches. (linux-libre-arm-generic-4.19, linux-libre-arm-omap2plus-4.19): New variables. * gnu/packages/aux-files/linux-libre/4.20-arm.conf, gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.20-i686.conf, gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
Diffstat (limited to 'gnu/packages/storage.scm')
0 files changed, 0 insertions, 0 deletions
td>2020-11-12nls: Update 'ta' translation.Julien Lepiller 2020-11-03nls: Fix Texinfo typo.Tobias Geerinckx-Rice * po/doc/guix-manual.de.po: Fix ‘@sasmp{}’ that broke ‘make’. 2020-11-03nls: Update translations of the manual.Julien Lepiller 2020-11-03nls: Internationalize command synopses as shown in 'guix help'.Ludovic Courtès This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53. * po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'. 2020-11-01nls: Update ‘de’ cookbook translation.Florian Pelz 2020-10-31guix build: Move transformation options to (guix transformations).Ludovic Courtès * guix/transformations.scm: New file. * tests/scripts-build.scm: Rename to... * tests/transformations.scm: ... this. * Makefile.am (MODULES): Add 'guix/transformations.scm'. (SCM_TESTS): Adjust to rename. * guix/scripts/build.scm (numeric-extension?) (tarball-base-name, <downloaded-file>, download-to-store*) (compile-downloaded-file, package-with-source) (transform-package-source, evaluate-replacement-specs) (transform-package-inputs, transform-package-inputs/graft) (%not-equal, package-git-url, evaluate-git-replacement-specs) (transform-package-source-branch, transform-package-source-commit) (transform-package-source-git-url, package-dependents/spec) (package-toolchain-rewriting, transform-package-toolchain) (transform-package-with-debug-info, transform-package-tests) (%transformations, transformation-procedure, %transformation-options) (show-transformation-options-help, options->transformation) (package-transformations): Move to (guix transformations). * guix/scripts/environment.scm: Adjust accordingly. * guix/scripts/graph.scm: Likewise. * guix/scripts/install.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/package.scm: Likewise. * guix/scripts/upgrade.scm: Likewise. * po/guix/POTFILES.in: Add 'guix/transformations.scm'. 2020-10-30nls: Update 'es' translation.Miguel Ángel Arruga Vivas 2020-10-30nls: Update 'fr' translation of the manual.Julien Lepiller 2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller 2020-10-27nls: Update.Ludovic Courtès 2020-10-16nls: Update manual translations.Ludovic Courtès 2020-10-16nls: Update.Ludovic Courtès 2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name.Ludovic Courtès Fixes <https://bugs.gnu.org/43736>. Reported by Vitaliy Shatrov <guix.vits@disroot.org>. * guix/gexp.scm (%local-file): Add #:literal? and #:location. Emit a warning when LITERAL? is false and FILE is not absolute. (local-file): In the non-literal case, pass #:location and #:literal?. * po/guix/POTFILES.in: Add guix/gexp.scm. * tests/guix-system.sh: Add test for the warning. 2020-09-29nls: Fix copyright and bug address in pot files.Julien Lepiller * po/guix/Makevars: Fix COPYRIGHT_HOLDER and MSGID_BUGS_ADDRESS. * po/packages/Makevars: idem. 2020-09-29nls: Fix documentation pot generation.Julien Lepiller * po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and define the proper license.