summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* po: Correct minetest importer in POTFILES.in.Leo Prikler2021-08-21
| | | | | | | | The previous value references a file that does not exist, thus breaking `make install'. * po/guix/POTFILES.in: Swap out `guix/scripts/import/contentdb.scm' for `guix/scripts/import/minetest.scm'.
* doc: Work around po4a doc generation hangup.Sergei Trofimovich2021-08-21
| | | | | | | | | | | | | | | | | 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>
* gnu: mu: Update to 1.6.3.Pierre Langlois2021-08-21
| | | | * gnu/packages/mail.scm (mu): Update to 1.6.3.
* gnu: emacs-undo-tree: Update to 0.8.1.Nicolas Goaziou2021-08-21
| | | | | | * 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.
* gnu: emacs-org-roam: Update to 2.1.0.Nicolas Goaziou2021-08-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.1.0.
* gnu: emacs-org-mime: Update to 0.2.2.Nicolas Goaziou2021-08-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.2.
* gnu: emacs-elfeed-score: Update to 0.8.3.Nicolas Goaziou2021-08-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.3.
* gnu: emacs-ebdb: Update to 0.8.1.Nicolas Goaziou2021-08-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.1.
* gnu: appstream-glib: Fix failing tests.Maxime Devos2021-07-27
| | | | | | | * 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>
* guix: opam: More flexibility in the importer.Alice BRENON2021-08-21
| | | | | | | | | | | | | | | | | | | | * 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>
* gnu: ocaml4.07-base: Remove unnecessary arguments.pukkamustard2021-08-20
| | | | | | * gnu/packages/ocaml.scm (ocaml4.07-base): Remove unnecessary arguments. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* guix: dune-build-system: Add a profile parameter.pukkamustard2021-08-20
| | | | | | | | | * 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>
* gnu: ocaml-dune: Update to 2.9.0.Julien Lepiller2021-08-20
| | | | * gnu/packages/ocaml.scm (dune): Update to 2.9.0.
* gnu: opam: Update to 2.1.0.Julien Lepiller2021-08-20
| | | | * gnu/packages/ocaml.scm (opam): Update to 2.1.0.
* gnu: ocaml-opam-file-format: Update to 2.1.3.Julien Lepiller2021-08-20
| | | | * gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.3.
* gnu: ocaml-markup: Update to 1.0.2.Julien Lepiller2021-08-20
| | | | * gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.2.
* gnu: GnuPG: Update to 2.2.29.Leo Famulari2021-07-27
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
* gnu: minetest: move to minetest.scm.Leo Prikler2021-08-20
| | | | | | * 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.
* gnu: minetest-mineclone: move to minetest.scm.Leo Prikler2021-08-20
| | | | | * gnu/packages/games.scm (minetest-mineclone): Move from here... * gnu/packages/minetest.scm (minetest-mineclone): ... to here.
* gnu: Add minetest-homedecor-modpack.Maxime Devos2021-08-20
| | | | | | | * gnu/packages/minetest.scm (minetest-homedecor-modpack): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-mobs-animal.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-mobs-animal): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-mobs.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-mobs): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-worldedit.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-worldedit): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-unified-inventory.Maxime Devos2021-08-20
| | | | | | | * gnu/packages/minetest.scm (minetest-unified-inventory): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-throwing-arrows.Maxime Devos2021-08-20
| | | | | | | * gnu/packages/minetest.scm (minetest-throwing-arrows): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-throwing.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-throwing): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-technic.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-technic): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-ethereal.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-ethereal): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-coloredwood.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-coloredwood): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-pipeworks.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-pipeworks): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-unifieddyes.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-unifieddyes): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-basic-materials.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-basic-materials): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add minetest-mesecons.Maxime Devos2021-08-20
| | | | | | * gnu/packages/minetest.scm (minetest-mesecons): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* guix: Add ContentDB importer.Maxime Devos2021-08-20
| | | | | | | | | | | * 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>
* import/utils: Recognise GPL-3.0-or-later and friends.Maxime Devos2021-08-20
| | | | | | | * 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>
* build-system: Add 'minetest-mod-build-system'.Maxime Devos2021-08-20
| | | | | | | | | * 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>
* gnu: minetest: New package module.Maxime Devos2021-08-20
| | | | | | | | | | | | 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>
* gnu: minetest: Search for mods in MINETEST_MOD_PATH.Maxime Devos2021-08-20
| | | | | | | | | | * 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>
* gnu: minetest: Respect --without-tests.Maxime Devos2021-08-20
| | | | | | | | * 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>
* gnu: fastp: Update to 0.20.1.Ricardo Wurmus2021-08-20
| | | | | * gnu/packages/bioinformatics.scm (fastp): Update to 0.20.1. [arguments]: Set PREFIX instead of BINDIR.
* gnu: duperemove: Update to 0.11.3.Leo Famulari2021-07-27
| | | | * gnu/packages/disk.scm (duperemove): Update to 0.11.3.
* gnu: linux-libre 5.4: Update to 5.4.142.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.142. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.60.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.60. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.12.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.12. (linux-libre-5.13-pristine-source): Update hash.
* gnu: Add emacs-pcmpl-args.Andrew Tropin2021-08-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pcmpl-args): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-srfi.Xinglu Chen2021-08-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-srfi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-consult: Update to 0.11.Xinglu Chen2021-08-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.11. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-magit-gerrit: Update to 0.4.Nicolas Goaziou2021-08-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): Update to 0.4.
* gnu: emacs-org-re-reveal: Update to 3.10.0.Nicolas Goaziou2021-08-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.10.0.
* gnu: Add gcolor3.Vinicius Monego2021-08-18
| | | | | | * gnu/packages/gnome.scm (gcolor3): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>