Commit graph

84027 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 6441d8ad08
gnu: ipset: Update to 7.15.
* gnu/packages/linux.scm (ipset): Update to 7.15.
2021-10-17 16:37:42 +02:00
Jovany Leandro G.C e22f12bb79
gnu: workrave: Update to 1.10.48.
* gnu/packages/gnome.scm (workrave): Update to 1.10.48.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-17 15:30:26 +02:00
jgart via Guix-patches via 64e5829653
gnu: nix: Update to 2.3.16.
* gnu/packages/package-management.scm (nix): Update to 2.3.16.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-17 14:58:38 +02:00
Tobias Geerinckx-Rice 258a27eea9
gnu: hwinfo: Update to 21.77.
* gnu/packages/hardware.scm (hwinfo): Update to 21.77.
[arguments]: Don't explicitly return #t from phases.
2021-10-17 02:27:20 +02:00
Tobias Geerinckx-Rice a7e7978937
gnu: blueman: Update to 2.2.2.
* gnu/packages/networking.scm (blueman): Update to 2.2.2.
[arguments]: Don't explicitly return #t from phases.
2021-10-17 02:27:19 +02:00
Tobias Geerinckx-Rice c34333c3db
gnu: jitterentropy-rngd: Update to 1.2.5.
* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.5.
2021-10-17 02:27:19 +02:00
Tobias Geerinckx-Rice ae6a2a5231
gnu: inxi-minimal: Update to 3.3.07-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.07-1.
2021-10-17 02:27:18 +02:00
Tobias Geerinckx-Rice 51b7762914
gnu: htop: Update to 3.1.1.
* gnu/packages/admin.scm (htop): Update to 3.1.1.
2021-10-17 02:27:17 +02:00
Tobias Geerinckx-Rice a1030d2151
gnu: c-ares: Update to 1.17.2.
* gnu/packages/adns.scm (c-ares/fixed): Update to 1.17.2.
2021-10-17 02:27:16 +02:00
Tobias Geerinckx-Rice 6cd33f855c
gnu: gnss-sdr: Update to 0.0.15.
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.15.
[arguments]: Remove 'fix-tests phase.  Tests pass regardless.
2021-10-17 01:07:41 +02:00
Tobias Geerinckx-Rice 620bce2573
gnu: font-liberation: Update to 2.1.5.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.5.
2021-10-17 01:07:41 +02:00
Vinicius Monego 8c55fdf80a
gnu: Add mixxx.
* gnu/packages/music.scm (mixxx): New variable.
* gnu/packages/patches/mixxx-link-qtscriptbytearray-qtscript.patch,
gnu/packages/patches/mixxx-system-googletest-benchmark.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:25 -04:00
Vinicius Monego 747b98b32f
gnu: Add mp3guessenc.
* gnu/packages/audio.scm (mp3guessenc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:25 -04:00
Vinicius Monego 38582fb53c
gnu: Add spscqueue.
* gnu/packages/cpp.scm (spscqueue): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:24 -04:00
Vinicius Monego 9fe7b55ad0
gnu: Add libshout-idjc.
* gnu/packages/audio.scm (libshout-idjc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:24 -04:00
Vinicius Monego 87535cbc98
gnu: opusfile: Fix Opus header lookups.
* gnu/packages/xiph.scm (opusfile)[arguments]<#:phases>: Add a 'fix-multistream'
phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:24 -04:00
Vinicius Monego f2acd45eae
gnu: Add libdjinterop.
* gnu/packages/audio.scm (libdjinterop): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:24 -04:00
Vinicius Monego 5ced0440ed
gnu: Add libkeyfinder.
* gnu/packages/audio.scm (libkeyfinder): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-16 17:32:17 -04:00
Vivien Kraus df24044824
gnu: minetest-basic-materials: Propagate minetest-moreores.
* gnu/packages/minetest.scm (minetest-basic-materials)
[propagated-inputs]: Add minetest-moreores.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-16 17:30:31 +02:00
Vivien Kraus a4a96d2f6d
gnu: Add minetest-moreores.
* gnu/packages/minetest.scm (minetest-moreores): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-16 17:30:31 +02:00
Vivien Kraus 9a8c7808cc
build-system/minetest: Install config.txt and _config.txt.
* guix/build/minetest-build-system.scm (mod-install-plan):
Add "config.txt" and "_config.txt" to the list of installed files.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-16 17:30:31 +02:00
Vivien Kraus b0248a52e0
build-system/minetest: Gather whole failing test output.
* guix/build/minetest-build-system.scm (check):
Gather the whole output when a test fails.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-16 17:30:30 +02:00
Tobias Geerinckx-Rice 6979d57e53
gnu: font-abattis-cantarell: Update to 0.303.
This atones^Wfollows up on commit 44469ffd83
which, as its changelog suggests, was not supposed to suck.

* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303.
[source]: Fetch a zipbomb from GNOME's GitLab.
[build-system]: Use the font-build-system.  We never actually built
anything.
[arguments]: Add custom 'unpack-source and 'unpack-variable-font phases.
[native-inputs]: Fetch another zipbomb from GNOME's GitLab.
Add unzip to unpack both of them.  Remove gettext-minimal.
2021-10-16 17:30:30 +02:00
Tobias Geerinckx-Rice e924e0adcf
gnu: fio: Update to 3.28.
* gnu/packages/benchmark.scm (fio): Update to 3.28.
[arguments]: Don't explicitly return #t from phases.
2021-10-16 17:30:30 +02:00
Tobias Geerinckx-Rice 877313f8c0
gnu: gtkwave: Update to 3.3.111.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.111.
2021-10-16 17:30:30 +02:00
Tobias Geerinckx-Rice 39c1660cef
gnu: font-overpass: Update to 3.0.5.
* gnu/packages/fonts.scm (font-overpass): Update to 3.0.5.
2021-10-16 17:30:29 +02:00
Tobias Geerinckx-Rice c0a338b07b
gnu: fnott: Update to 1.1.2.
* gnu/packages/wm.scm (fnott): Update to 1.1.2.
2021-10-16 17:30:29 +02:00
Tobias Geerinckx-Rice 5ca4d617a0
gnu: handbrake: Update to 1.4.2.
* gnu/packages/video.scm (handbrake): Update to 1.4.2.
[source]: Don't explicitly return #t from snippet.
[arguments]: Nor from phases.
2021-10-16 17:30:29 +02:00
Tobias Geerinckx-Rice dfbc2236ee
gnu: angband: Update to 4.2.3.
* gnu/packages/games.scm (angband): Update to 4.2.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Remove custom 'bootstrap phase.
2021-10-16 17:30:29 +02:00
Jonathan Brielmaier e2c4d8d6da
gnu: icedove: Update to 78.15.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0.
2021-10-16 15:12:11 +00:00
Nicolas Goaziou ccc3827e26
gnu: emacs-org-contrib: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.3.
2021-10-16 16:13:34 +02:00
Oleg Pykhalov ff20d3928d
home: services: shells: Fix documentation about file-like objects.
* gnu/home/services/shells.scm:
(home-shell-profile-configuration, home-shell-profile-service-type,
home-zsh-configuration, home-zsh-extension, home-bash-configuration,
home-bash-extension, home-fish-configuration, home-fish-extension):
Replace 'strings or gexps' with 'file-like objects' in the documentation.
* doc/guix.texi (Shells Home Services): Same.
2021-10-16 16:48:44 +03:00
jgart 34b0aa16e7
gnu: Add python-json2html.
* gnu/packages/python-xyz.scm (python-json2html): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-16 16:53:10 +05:30
jgart 62ca859aa4
gnu: xsecurelock: Update to 1.7.0.
* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.7.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-16 16:10:23 +05:30
jgart b09daf5210
gnu: python-gitpython: Update to 3.1.24.
* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24.
[arguments]: Do not return #t from custom phases.
[propagated-inputs]: Add python-typing-extensions.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-16 15:39:52 +05:30
Nicolas Goaziou 8730a8ab7c
gnu: emacs-treemacs: Update to 2.9.3.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.3.
2021-10-16 10:15:15 +02:00
Sarah Morgensen 066b1b8f78
.gitignore: Ignore more autotools directories.
* .gitignore: Add pattern to ignore ".am[0-9]*/".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-10-16 01:44:34 -04:00
Sarah Morgensen a599fcd4b0
.gitignore: Ignore more temporary test directories.
* .gitignore: Add pattern to ignore "/t-*/".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-10-16 01:44:30 -04:00
Maxim Cournoyer 405393ef7f
gnu: font-abattis-cantarell: Downgrade to 0.301.
Reported by talos on #guix.

This fixes the build; the 0.303 release archive is not available from
https://download.gnome.org/sources/cantarell-fonts/.

* gnu/packages/fonts.scm (font-abattis-cantarell): Downgrade to 0.301.
2021-10-15 23:31:42 -04:00
Greg Hogan ef0c65969b
gnu: aws-sdk-cpp: Update to 1.9.92.
* gnu/packages/patches/aws-sdk-cpp-cmake-prefix.patch,
gnu/packages/patches/aws-sdk-cpp-disable-networking-tests.patch,
gnu/packages/patches/aws-sdk-cpp-disable-werror.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.92.
[source]: Use patches.
[inputs, propagated-inputs]: Update AWS dependencies to Common Runtime.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:59 +02:00
Greg Hogan 5ed42eb9a0
gnu: Add aws-crt-cpp.
* gnu/packages/cpp.scm (aws-crt-cpp): New variable.
* gnu/packages/patches/aws-crt-cpp-cmake-prefix.patch,
gnu/packages/patches/aws-crt-cpp-disable-networking-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:59 +02:00
Greg Hogan 2a0fcc31f7
gnu: Add aws-c-mqtt.
* gnu/packages/c.scm (aws-c-mqtt): New variable.
* gnu/packages/patches/aws-c-mqtt-cmake-prefix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:59 +02:00
Greg Hogan b3c1c37d74
gnu: Add aws-c-s3.
* gnu/packages/c.scm (aws-c-s3): New variable.
* gnu/packages/patches/aws-c-s3-cmake-prefix.patch,
gnu/packages/patches/aws-c-s3-disable-networking-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan 1f1bb634c3
gnu: Add aws-c-auth.
* gnu/packages/c.scm (aws-c-auth): New variable.
* gnu/packages/patches/aws-c-auth-cmake-prefix.patch,
gnu/packages/patches/aws-c-auth-disable-networking-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan 2069238cb3
gnu: Add aws-c-compression.
* gnu/packages/c.scm (aws-c-compression): New variable.
* gnu/packages/patches/aws-c-compression-cmake-prefix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan d9b8cfd6c6
gnu: Add aws-c-http.
* gnu/packages/c.scm (aws-c-http): New variable.
* gnu/packages/patches/aws-c-http-cmake-prefix.patch,
gnu/packages/patches/aws-c-http-disable-networking-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan d061193e78
gnu: aws-c-cal: Update to 0.5.11.
* gnu/packages/c.scm (aws-c-cal): Update to 0.5.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan 64aaf61762
gnu: aws-c-io: Update to 0.10.5.
* gnu/packages/c.scm (aws-c-io): Update to 0.10.5.
* gnu/packages/patches/aws-c-io-disable-networking-tests.patch: Update.
* gnu/local.mk: Fix formatting.

aws-c-io 0.10.5

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan 14a282aa50
gnu: aws-c-common: Update to 0.6.2.
* gnu/packages/c.scm (aws-c-common): Update to 0.6.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:58 +02:00
Greg Hogan da9272fa00
gnu: Add aws-lc.
* gnu/packages/tls.scm (aws-lc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-16 00:01:57 +02:00