Commit graph

83619 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice d71cfaea30
bash completion: Complete ‘guix size’ file names.
* etc/completion/bash/guix (_guix_complete): Complete store file names
after the ‘size’ command.
2021-10-03 19:23:49 +02:00
Tobias Geerinckx-Rice 9e3355d2a3
bash completion: Complete ‘guix build’ file names.
* etc/completion/bash/guix
(_guix_complete_available_package_or_store_file): New function.
(_guix_complete): Call it in place of _guix_complete_available_package
after the ‘build’ command.
2021-10-03 19:23:48 +02:00
Tobias Geerinckx-Rice ee5e4779e2
bash completion: Complete ‘guix weather’ packages.
* etc/completion/bash/guix (_guix_complete): Complete available package
names for ‘guix weather’ when not following ‘-m’.
2021-10-03 19:23:48 +02:00
Tobias Geerinckx-Rice 17f76b209c
bash completion: Append to $COMPREPLY where possible.
_guix_complete is always called with a fresh empty array.

* etc/completion/bash/guix (_guix_complete_command)
(_guix_complete_subcommand, _guix_complete_installed_package)
(_guix_complete_option, _guix_complete_pid): Append to $COMPREPLY rather
than re-assigning.
2021-10-03 19:23:48 +02:00
Tobias Geerinckx-Rice 6fba67df19
bash completion: Consolidate similar $command ‘if’ branches.
* etc/completion/bash/guix (_guix_complete): Combine the ‘upgrade’ and
‘remove’ commands, as well as ‘download’, ‘gc’, and ‘hash’.
2021-10-03 19:23:48 +02:00
Tobias Geerinckx-Rice 83128c97d4
gnu: bcachefs-tools: Update to 0.1-11.3785043.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
2021-10-03 19:23:48 +02:00
Arun Isaac c98c9c5142
gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.
* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu
packages compression) zlib) with zlib.
2021-10-03 19:32:51 +05:30
Arun Isaac 2b9e6f1521
gnu: Add guile-dbd-mysql.
* gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
2021-10-03 19:32:50 +05:30
Arun Isaac 9a8ce7e859
gnu: guile-dbi-bootstrap: Remove package.
guile-dbi-bootstrap was formerly used by guile-dbd-sqlite3 and
guile-dbd-postgresql. It is no longer required now that guile-dbi uses
native-search-paths to find guile-dbd-* libraries.

* gnu/packages/guile-xyz.scm (guile-dbi-bootstrap): Delete variable.
2021-10-03 19:32:50 +05:30
Arun Isaac 8f1d146033
gnu: guile-dbd-postgresql: Inherit from guile-dbi.
* gnu/packages/guile-xyz.scm (guile-dbd-postgresql): Inherit from
guile-dbi. Remove version, source, build-system, home-page and license fields.
[arguments]: Remove patch-src/Makefile.am phase. Do not return #t from phases.
[native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
2021-10-03 19:32:50 +05:30
Arun Isaac c4698e50f2
gnu: guile-dbd-sqlite3: Inherit from guile-dbi.
* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3): Inherit from
guile-dbi. Remove version, source, build-system, home-page and license fields.
[arguments]: Replace chdir phase. Delete patch-extension-path phase.
[native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
2021-10-03 19:32:50 +05:30
Arun Isaac 658cc8b25f
gnu: guile-dbi: Update to 2.1.8.
* gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8.
[arguments]: Add chdir phase.
2021-10-03 19:32:50 +05:30
Arun Isaac 362e33700d
gnu: guile-dbi: Do not return #t from custom phases.
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from
custom phases.
2021-10-03 19:32:50 +05:30
Arun Isaac 9a63dc335f
gnu: guile-dbi: Search for dbd libraries using native-search-paths.
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not set LDFLAGS and
RPATH in #:make-flags.
[inputs]: Remove guile-dbd-sqlite3 and guile-dbd-postgresql.
[native-search-paths]: Add GUILE_DBD_PATH.
2021-10-03 19:32:50 +05:30
Arun Isaac caa4f7cd78
gnu: guile-dbi: Remove hard-coded guile effective version.
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Import
target-guile-effective-version from (guix build guile-build-system). Use
target-guile-effective-version to determine the guile effective version.
2021-10-03 19:32:49 +05:30
Arun Isaac 6849b60f1b
gnu: guile-dbi: Update upstream source.
* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Use git-fetch. Update URI.
[home-page]: Update URI.
[native-inputs]: Add autoconf, automake, libtool, perl and texinfo.
2021-10-03 19:32:44 +05:30
Matthew James Kraai 7d59858886
gnu: xpra: Update to 4.2.2.
* gnu/packages/xorg.scm (xpra): Update to 4.2.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-03 15:46:10 +03:00
Efraim Flashner e9d0ebe446
gnu: python-gnupg: Honor #:tests? flag.
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
2021-10-03 15:21:00 +03:00
Efraim Flashner 69c7dd8090
gnu: python-gnupg: Build with gnupg.
* gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1
with gnupg.
2021-10-03 15:19:06 +03:00
Zac Berkowitz 2c07d5ee12
gnu: python-gnupg: Update to 0.4.7.
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7.

[homepage]: change to https://pythonhosted.org/python-gnupg/index.html due
to redirect.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-03 15:11:16 +03:00
Efraim Flashner b3fd8dafb0
gnu: fzf: Fix fish functions location.
Reported by wp1148917-web <drwilly@drwilly.de>.

* gnu/packages/terminals.scm (fzf)[arguments]: Adjust
'install-completions phase to install the fish vendor functions into the
correct location.
2021-10-03 14:57:29 +03:00
Efraim Flashner 080ba97652
gnu: wget2: Update to 2.0.0.
* gnu/packages/wget.scm (wget2): Update to 2.0.0.
2021-10-03 14:37:33 +03:00
Pierre Langlois 20bc9ecc20
scripts: home: Wire and document --expression flag.
* guix/scripts/home.scm (show-help): Add --expression option.
(%options): Likewise.
* doc/guix.texi (Invoking guix home): Document it.
2021-10-02 21:21:19 +01:00
Vinicius Monego 62a24dd9a1
gnu: gthumb: Add optional dependencies.
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically.
[inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02 17:23:11 +02:00
Vinicius Monego ae1c206b26
gnu: gthumb: Update to 3.12.0.
* gnu/packages/gnome.scm (gthumb): Update to 3.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02 17:23:08 +02:00
Thomas Albers 5a1cf7d315
gnu: amssynth: Update to 1.12.2.
* gnu/packages/music.scm (amsynth): Update to 1.12.2.
[arguments]: Adjust 'patch-file-names' phase.
[inputs]: Remove GTKMM-2 and LASH.
[propagated-inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02 17:20:33 +02:00
Maxime Devos 085a8a0cdf
import/minetest: Define an updater for mods on ContentDB.
Only detecting updates is currently supported.  To actually
perform the uppdates, a patch like
<https://issues.guix.gnu.org/50072#4> is required.

* guix/import/minetest.scm
  (version-style,minetest-package?,latest-minetest-release): New procedures.
  (%minetest-updater): New updater.
* tests/minetest.scm
  (upstream-source->sexp,expected-sexp,example-package): New procedure.
  (test-release,test-no-release): New macro's.
  ("same version","new version (dotted)","new version (date)")
  ("new version (git -> dotted)","dotted->date","date->dotted")
  ("no commit informaton, no new release")
  ("minetest is not a minetest mod")
  ("technic is a minetest mod")
  ("upstream-name is required"): New tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02 17:16:43 +02:00
Ludovic Courtès b7d8dc5841
import: stackage: Use the standard diagnostic procedures.
* guix/import/stackage.scm (leave-with-message): Remove.
(stackage-lts-info-fetch): Use 'raise' and 'formatted-message'.
(stackage->guix-package): Likewise.
(latest-lts-release): Use 'warning' instead of 'format'.
2021-10-02 17:04:54 +02:00
Ludovic Courtès 46d15af4cb
import: stackage: Use 'define-json-mapping'.
* guix/import/stackage.scm (<stackage-lts>, <snapshot>)
(<stackage-package>): New record types and JSON mappings.
(lts-info-packages, stackage-package-name)
(stackage-package-version): Remove.
(lts-package-version): Rename 'pkgs-info' to 'packages'; assume
'packages' is a list of <stackage-package>.
(stackage->guix-package): Use 'stackage-lts-packages' instead of
'lts-info-packages'.  Rename 'packages-info' to 'packages'.
(latest-lts-release): Likewise.
(stackage-package?): Rename to...
(stackage-lts-package?): ... this.  Adjust to new API.
(%stackage-updater)[pred]: Update accordingly.
* tests/lint.scm ("haskell-stackage"): Add "snapshot" entry in JSON
snippet.
2021-10-02 17:04:50 +02:00
Leo Famulari 21aeb62437
gnu: linux-libre 5.4: Update to 5.4.150.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150.
(linux-libre-5.4-pristine-source): Update hash.
2021-10-02 10:15:07 -04:00
Leo Famulari 3d9bc40f1c
gnu: linux-libre 5.10: Update to 5.10.70.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70.
(linux-libre-5.10-pristine-source): Update hash.
2021-10-02 10:15:07 -04:00
Leo Famulari 5feff0b863
gnu: linux-libre: Update to 5.14.9.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9.
(linux-libre-5.14-pristine-source): Update hash.
2021-10-02 10:14:55 -04:00
宋文武 09482dcb06
gnu: sdl-ttf: Update to 2.0.11.1.
* gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
2021-10-02 21:35:09 +08:00
Marius Bakke 159b94cfb5
gnu: ungoogled-chromium: Update to 94.0.4606.71-1.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 94.
(arch-patch, %arch-revision, %arch-patches): New variables.
(%chromium-version): Set to 94.0.4606.71.
(%ungoogled-revision, %ungoogled-origin): Update to 94.0.4606.71-1.
(ungoogled-chromium-snippet): Apply %ARCH-PATCHES.
(ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION if it matches
%CHROMIUM-VERSION, otherwise use a "-0" suffix.
[arguments]: Adjust renamed configure flag.
[inputs]: Change from HARFBUZZ to HARFBUZZ-3.0.
2021-10-02 13:13:12 +02:00
Marius Bakke df9361bc05
gnu: uBlock Origin: Update to 1.38.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
2021-10-02 13:13:11 +02:00
Marius Bakke 74f2bb1b77
gnu: harfbuzz: Add 3.0.
* gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
2021-10-02 13:13:11 +02:00
Kaelyn Takata 017bf198f4
gnu: zfs: Update to 2.1.1.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.1.
[arguments]: Do not return #t from custom phases.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-02 16:28:59 +05:30
Liliana Marie Prikler fed255a3d9
gnu: komikku: Update to 0.34.1.
* gnu/packages/gnome.scm (komikku): Update to 0.34.1.
2021-10-02 12:11:19 +02:00
Guillaume Le Vaillant 25da2e49cf
gnu: gnuradio: Add missing input for gr_filter_design tool.
* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.
2021-10-02 11:35:04 +02:00
Leo Prikler 50ca41ad70
gnu: Move libgme to audio.scm.
* gnu/packages/music.scm (libgme): Move from here...
* gnu/packages/audio.scm (libgme): ... to here.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-10-02 00:59:53 -04:00
Raghav Gururajan 7ba5ce9447
gnu: Add hwinfo.
* gnu/packages/hardware.scm (hwinfo): New variable.

Co-authored-by: Petr Hodina <phodina@protonmail.com>
2021-10-01 18:10:39 -04:00
Raghav Gururajan 66df86a273
gnu: Add libx86emu.
* gnu/packages/virtualization.scm (libx86emu): New variable.

Co-authored-by: Petr Hodina <phodina@protonmail.com>
Co-authored-by: Vincent Legoll <vincent.legoll@gmail.com>
2021-10-01 18:10:34 -04:00
Julien Lepiller 8e70421a88
po: Update POTFILES.in.
* po/guix/POTFILES.in: Add missing files that contain messages to be
translated.
2021-10-01 23:00:25 +02:00
Tobias Geerinckx-Rice f1a3c11407
installer: Fix typo in docstrings.
* gnu/packages/gnu/installer/parted.scm
(force-user-partitions-formatting, format-user-partitions):
Fix ‘formating’ docstring typo.
2021-10-01 21:27:36 +02:00
Tobias Geerinckx-Rice e7f4feba94
gnu: emacs-filladapt: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-filladapt)[description]:
Fix ‘funtions’ typo.
2021-10-01 21:27:36 +02:00
Tobias Geerinckx-Rice d1a24c5bf9
gnu: rtl8812au-aircrack-ng-linux-module: Inherit from rtl8821ce-linux-module.
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Inherit
from the rtl8821ce-linux-module package and remove duplicate fields.
2021-10-01 21:27:36 +02:00
Tobias Geerinckx-Rice aa4d18f33c
gnu: rtl8821ce-linux-module: Honour PARALLEL-BUILD?.
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]:
Spawn multiple build make jobs if requested.
2021-10-01 21:27:35 +02:00
Tobias Geerinckx-Rice 0d38f82120
gnu: rtl8821ce-linux-module: Prepare for cross-compilation.
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]:
Use CC-FOR-TARGET.
2021-10-01 21:27:35 +02:00
Tobias Geerinckx-Rice bdd190e3aa
build-system: linux-module: Don't explicitly return #t from phases.
* guix/build-system/linux-module.scm (configure): Remove explicit #t return value.
2021-10-01 21:27:35 +02:00
Tobias Geerinckx-Rice 834415c33a
build-system: linux-module: Build and install in parallel.
* guix/build-system/linux-module.scm (linux-module-build)
(guix/build-system/linux-module.scm): Accept the PARALLEL-BUILD? keyword
and pass it on to the builder.
* guix/build/linux-module-build-system.scm (build, install): Capture and
honour it.
2021-10-01 21:27:35 +02:00