Commit graph

81979 commits

Author SHA1 Message Date
Sergei Trofimovich 79c07db3d5
doc: Work around po4a doc generation hangup.
Multiple people are affected by 'guix pull' hangup.
The reproducer is:

    $ po4a-translate -d -M UTF-8 -L UTF-8 -k 0 -f texinfo \
      -m "doc/guix.texi" -p "po/doc/guix-manual.de.po" -l "doc/guix.de.texi.tmp"

The regression is bisected down to commit fc29c80b9
("guix: opam: More flexibility in the importer").

The workaround is to avoid multiline @code{...} directive.

* doc/guix.texi: Avoid multiline @code{...} directive.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-21 14:00:01 +02:00
Pierre Langlois 847dfcdc29
gnu: mu: Update to 1.6.3.
* gnu/packages/mail.scm (mu): Update to 1.6.3.
2021-08-21 11:00:48 +01:00
Nicolas Goaziou ac9fd0629b
gnu: emacs-undo-tree: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.8.1.
[source]: Switch from GNU ELPA to Gitlab repository.
[propagated-inputs]: Add emacs-queue.
2021-08-21 09:33:14 +02:00
Nicolas Goaziou a328c4a6a9
gnu: emacs-org-roam: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.1.0.
2021-08-21 09:27:11 +02:00
Nicolas Goaziou ce2fd09ea6
gnu: emacs-org-mime: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.2.
2021-08-21 09:25:15 +02:00
Nicolas Goaziou de3cc38adf
gnu: emacs-elfeed-score: Update to 0.8.3.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.3.
2021-08-21 09:23:08 +02:00
Nicolas Goaziou 15ba093ce3
gnu: emacs-ebdb: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.1.
2021-08-21 09:20:35 +02:00
Maxime Devos d548fa9144
gnu: appstream-glib: Fix failing tests.
* gnu/packages/glib.scm (appstream-glib)[arguments]<#:phases>{set-home}: Add a
new phase 'set-home' for tests that want to write to $HOME.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-27 12:34:57 -04:00
Alice BRENON fc29c80b96
guix: opam: More flexibility in the importer.
* guix/scripts/import/opam.scm: Pass all instances of --repo as a list
  to the importer.
* guix/import/opam.scm (opam-fetch): Stop expecting "expanded"
  repositories and call get-opam-repository instead to keep values
  "symbolic" as long as possible and factorize.
  (get-opam-repository): Use the same repository source as CLI opam does
  (i.e. HTTP-served index.tar.gz instead of git repositories).
  (find-latest-version): Be more flexible on the repositories structure
  instead of expecting packages/PACKAGE-NAME/PACKAGE-NAME.VERSION/.
* tests/opam.scm: Update the call to opam->guix-package since repo is
  now expected to be a list and remove the mocked get-opam-repository
  deprecated by the support for local folders by the actual
  implementation.
* doc/guix.texi: Document the new semantics and valid arguments for the
  --repo option.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-21 00:05:21 +02:00
pukkamustard 6d9d10ae3f
gnu: ocaml4.07-base: Remove unnecessary arguments.
* gnu/packages/ocaml.scm (ocaml4.07-base): Remove unnecessary arguments.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-20 23:51:20 +02:00
pukkamustard 33a1ec29fa
guix: dune-build-system: Add a profile parameter.
* guix/build-system/dune.scm: Add a profile parameter.
* guix/build/dune-build-system.scm (build): Use it.
* doc/guix.texi: Document it.
* gnu/packages/ocaml.scm: Remove profile being set from build flags.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-20 23:51:11 +02:00
Julien Lepiller 777ce14857
gnu: ocaml-dune: Update to 2.9.0.
* gnu/packages/ocaml.scm (dune): Update to 2.9.0.
2021-08-20 23:48:45 +02:00
Julien Lepiller 3d3807a022
gnu: opam: Update to 2.1.0.
* gnu/packages/ocaml.scm (opam): Update to 2.1.0.
2021-08-20 23:48:20 +02:00
Julien Lepiller 43c0be8c6a
gnu: ocaml-opam-file-format: Update to 2.1.3.
* gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.3.
2021-08-20 23:44:26 +02:00
Julien Lepiller f916c82709
gnu: ocaml-markup: Update to 1.0.2.
* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.2.
2021-08-20 23:43:22 +02:00
Leo Famulari 903b68cac5
gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
2021-07-27 12:34:57 -04:00
Leo Prikler b7d1698f7f
gnu: minetest: move to minetest.scm.
* gnu/packages/games.scm (minetest, minetest-data): Move from here...
* gnu/packages/minetest.scm (minetest, minetest-data): ... to here.
* guix/build-system/minetest.scm (default-minetest): Adjust accordingly.
2021-08-20 13:37:32 +02:00
Leo Prikler cd8df9aab2
gnu: minetest-mineclone: move to minetest.scm.
* gnu/packages/games.scm (minetest-mineclone): Move from here...
* gnu/packages/minetest.scm (minetest-mineclone): ... to here.
2021-08-20 12:45:56 +02:00
Maxime Devos 10fc3e37c6
gnu: Add minetest-homedecor-modpack.
* gnu/packages/minetest.scm
  (minetest-homedecor-modpack): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 948677b67e
gnu: Add minetest-mobs-animal.
* gnu/packages/minetest.scm (minetest-mobs-animal): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 03685ea2c2
gnu: Add minetest-mobs.
* gnu/packages/minetest.scm (minetest-mobs): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 958e7c851a
gnu: Add minetest-worldedit.
* gnu/packages/minetest.scm (minetest-worldedit): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 5e9aeab2f8
gnu: Add minetest-unified-inventory.
* gnu/packages/minetest.scm
  (minetest-unified-inventory): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 41f5f99b12
gnu: Add minetest-throwing-arrows.
* gnu/packages/minetest.scm
  (minetest-throwing-arrows): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:56 +02:00
Maxime Devos 01c6973296
gnu: Add minetest-throwing.
* gnu/packages/minetest.scm (minetest-throwing): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos 7479d8425c
gnu: Add minetest-technic.
* gnu/packages/minetest.scm (minetest-technic): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos facd787c2c
gnu: Add minetest-ethereal.
* gnu/packages/minetest.scm (minetest-ethereal): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos 680131246f
gnu: Add minetest-coloredwood.
* gnu/packages/minetest.scm (minetest-coloredwood): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos 4535a187cc
gnu: Add minetest-pipeworks.
* gnu/packages/minetest.scm (minetest-pipeworks): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos 46a28e01b4
gnu: Add minetest-unifieddyes.
* gnu/packages/minetest.scm (minetest-unifieddyes): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:55 +02:00
Maxime Devos a471acd9d3
gnu: Add minetest-basic-materials.
* gnu/packages/minetest.scm (minetest-basic-materials): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:54 +02:00
Maxime Devos 60a30d33f6
gnu: Add minetest-mesecons.
* gnu/packages/minetest.scm (minetest-mesecons): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:54 +02:00
Maxime Devos 467e874a86
guix: Add ContentDB importer.
* guix/import/contentdb.scm: New file.
* guix/scripts/import/contentdb.scm: New file.
* tests/contentdb.scm: New file.
* Makefile.am (MODULES, SCM_TESTS): Register them.
* po/guix/POTFILES.in: Likewise.
* doc/guix.texi (Invoking guix import): Document it.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:54 +02:00
Maxime Devos d08455934c
import/utils: Recognise GPL-3.0-or-later and friends.
* guix/import/utils.scm (spdx-string->license): Recognise
  GPL-N-only and GPL-N-or-later.  Likewise for LGPL and AGPL.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:54 +02:00
Maxime Devos 3df485152c
build-system: Add 'minetest-mod-build-system'.
* guix/build-system/minetest.scm: New module.
* guix/build/minetest-build-system.scm: Likewise.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document 'minetest-mod-build-system'.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:54 +02:00
Maxime Devos 7b9d5b6ca0
gnu: minetest: New package module.
Aside from the 'minetest-topic' procedure which will be used
for the 'home-page' field of some packages, this module is
currently empty.  The 'contentdb' importer defined in the
following patches will be used to populate this module.

* gnu/packages/minetest.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:53 +02:00
Maxime Devos bb61100ee3
gnu: minetest: Search for mods in MINETEST_MOD_PATH.
* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: New file.
* gnu/packages/games.scm
  (minetest)[source]{patches}: Add it.
  (minetest)[native-search-paths]: Add "MINETEST_MOD_PATH".
* gnu/local.mk (dist_patch_DATA): Add the patch.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:30 +02:00
Maxime Devos bfadab9177
gnu: minetest: Respect --without-tests.
* gnu/packages/games.scm
  (minetest)[arguments]<#:phases>{check}: Use 'tests?' instead
  of ',(%current-target-system)'. Remove trailing #t.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:26:58 +02:00
Ricardo Wurmus 27952318a5
gnu: fastp: Update to 0.20.1.
* gnu/packages/bioinformatics.scm (fastp): Update to 0.20.1.
[arguments]: Set PREFIX instead of BINDIR.
2021-08-20 10:49:48 +02:00
Leo Famulari 343a0bb157
gnu: duperemove: Update to 0.11.3.
* gnu/packages/disk.scm (duperemove): Update to 0.11.3.
2021-07-27 12:34:56 -04:00
Leo Famulari bf8ee37e73
gnu: linux-libre 5.4: Update to 5.4.142.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.142.
(linux-libre-5.4-pristine-source): Update hash.
2021-07-27 12:35:01 -04:00
Leo Famulari 1bcd652cb9
gnu: linux-libre 5.10: Update to 5.10.60.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.60.
(linux-libre-5.10-pristine-source): Update hash.
2021-07-27 12:35:01 -04:00
Leo Famulari 0a32302df3
gnu: linux-libre: Update to 5.13.12.
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.12.
(linux-libre-5.13-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Andrew Tropin 62eb249f8a
gnu: Add emacs-pcmpl-args.
* gnu/packages/emacs-xyz.scm (emacs-pcmpl-args): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-18 19:07:50 +02:00
Xinglu Chen 9b2d2c6223
gnu: Add emacs-srfi.
* gnu/packages/emacs-xyz.scm (emacs-srfi): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-18 19:04:50 +02:00
Xinglu Chen 503272077e
gnu: emacs-consult: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.11.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-18 18:52:59 +02:00
Nicolas Goaziou fe98d35412
gnu: emacs-magit-gerrit: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): Update to 0.4.
2021-08-18 17:33:14 +02:00
Nicolas Goaziou 672739cc9d
gnu: emacs-org-re-reveal: Update to 3.10.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.10.0.
2021-08-18 17:29:41 +02:00
Vinicius Monego 75e7e4e71c
gnu: Add gcolor3.
* gnu/packages/gnome.scm (gcolor3): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-08-18 19:50:49 +05:30
Arun Isaac d31301dfe0
gnu: Add python-pyan3.
* gnu/packages/python-xyz.scm (python-pyan3): New variable.
* gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch,
gnu/packages/patches/python-pyan3-fix-positional-arguments.patch: New files.
* gnu/local.mk: Register them.
2021-08-18 19:27:58 +05:30