guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (2795231 -> b7d1698)


From: guix-commits
Subject: branch master updated (2795231 -> b7d1698)
Date: Fri, 20 Aug 2021 07:42:55 -0400 (EDT)

leoprikler pushed a change to branch master
in repository guix.

    from 2795231  gnu: fastp: Update to 0.20.1.
     new bfadab9  gnu: minetest: Respect --without-tests.
     new bb61100  gnu: minetest: Search for mods in MINETEST_MOD_PATH.
     new 7b9d5b6  gnu: minetest: New package module.
     new 3df4851  build-system: Add 'minetest-mod-build-system'.
     new d084559  import/utils: Recognise GPL-3.0-or-later and friends.
     new 467e874  guix: Add ContentDB importer.
     new 60a30d3  gnu: Add minetest-mesecons.
     new a471acd  gnu: Add minetest-basic-materials.
     new 46a28e0  gnu: Add minetest-unifieddyes.
     new 4535a18  gnu: Add minetest-pipeworks.
     new 6801312  gnu: Add minetest-coloredwood.
     new facd787  gnu: Add minetest-ethereal.
     new 7479d84  gnu: Add minetest-technic.
     new 01c6973  gnu: Add minetest-throwing.
     new 41f5f99  gnu: Add minetest-throwing-arrows.
     new 5e9aeab  gnu: Add minetest-unified-inventory.
     new 958e7c8  gnu: Add minetest-worldedit.
     new 03685ea  gnu: Add minetest-mobs.
     new 948677b  gnu: Add minetest-mobs-animal.
     new 10fc3e3  gnu: Add minetest-homedecor-modpack.
     new cd8df9a  gnu: minetest-mineclone: move to minetest.scm.
     new b7d1698  gnu: minetest: move to minetest.scm.

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |   5 +
 doc/guix.texi                                      |  40 ++
 gnu/local.mk                                       |   2 +
 gnu/packages/games.scm                             | 156 +----
 gnu/packages/minetest.scm                          | 626 +++++++++++++++++++++
 .../patches/minetest-add-MINETEST_MOD_PATH.patch   | 156 +++++
 guix/build-system/minetest.scm                     |  99 ++++
 guix/build/minetest-build-system.scm               | 229 ++++++++
 guix/import/minetest.scm                           | 456 +++++++++++++++
 guix/import/utils.scm                              |  18 +
 guix/scripts/import.scm                            |   3 +-
 guix/scripts/import/{pypi.scm => minetest.scm}     |  65 ++-
 po/guix/POTFILES.in                                |   1 +
 tests/minetest.scm                                 | 355 ++++++++++++
 14 files changed, 2030 insertions(+), 181 deletions(-)
 create mode 100644 gnu/packages/minetest.scm
 create mode 100644 gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch
 create mode 100644 guix/build-system/minetest.scm
 create mode 100644 guix/build/minetest-build-system.scm
 create mode 100644 guix/import/minetest.scm
 copy guix/scripts/import/{pypi.scm => minetest.scm} (57%)
 create mode 100644 tests/minetest.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]