update games/minetest to 5.6.0

ok sthen@
This commit is contained in:
op 2022-08-21 08:58:35 +00:00
parent a47ad6f83c
commit ca629ba037
3 changed files with 92 additions and 14 deletions

View File

@ -1,8 +1,8 @@
COMMENT = infinite-world block sandbox game
V = 5.5.0
GAME_V = 5.5.0
IRRLICHTMT_V = 1.9.0mt4
V = 5.6.0
GAME_V = 5.6.0
IRRLICHTMT_V = 1.9.0mt7
DISTNAME = minetest-${V}
CATEGORIES = games x11
@ -12,10 +12,10 @@ HOMEPAGE = https://www.minetest.net/
# source LGPLv2.1/ datas CC BY-SA 3.0
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} GL GLU ICE SM X11 Xext
WANTLIB += Xxf86vm c curl curses form freetype gmp iconv intl
WANTLIB += jsoncpp jpeg ${MODLUA_WANTLIB} m ogg openal png pq
WANTLIB += spatialindex sqlite3 vorbis vorbisfile z zstd
WANTLIB += ${COMPILER_LIBCXX} GL GLU ICE SM X11 Xext Xi c curl
WANTLIB += curses form freetype gmp iconv intl jpeg jsoncpp lua5.1
WANTLIB += m ogg openal png pq spatialindex sqlite3 vorbis vorbisfile
WANTLIB += z zstd
COMPILER = base-clang ports-gcc base-gcc

View File

@ -1,6 +1,6 @@
SHA256 (irrlichtmt-1.9.0mt4.tar.gz) = oOLlI568qASt9UQAzKrK8ijsCSI8+y4drdyb8mlBduY=
SHA256 (minetest-5.5.0.tar.gz) = i5vvYFTIiVzDMprm0FyzVe75x4MGANgtyeqkZk+HyPk=
SHA256 (minetest-game-5.5.0.tar.gz) = HoclLibWsdPv53IOPgl9SJM53qTdJZgKgo1dohKwGqo=
SIZE (irrlichtmt-1.9.0mt4.tar.gz) = 4158897
SIZE (minetest-5.5.0.tar.gz) = 9558895
SIZE (minetest-game-5.5.0.tar.gz) = 2582931
SHA256 (irrlichtmt-1.9.0mt7.tar.gz) = wSzb1KhS4ebr97oieJqgV6Gn8tWF3YGiQSpi9XoOJhk=
SHA256 (minetest-5.6.0.tar.gz) = P9vAyNn2oYwSlUugyu21SKIvNnUg9Z0HmASiHeA0epE=
SHA256 (minetest-game-5.6.0.tar.gz) = /ZkdQsJT2zgFWcWTorA18i4HqB+Ge1OAovBF6aTQTIc=
SIZE (irrlichtmt-1.9.0mt7.tar.gz) = 909510
SIZE (minetest-5.6.0.tar.gz) = 9922682
SIZE (minetest-game-5.6.0.tar.gz) = 2590530

View File

@ -51,6 +51,7 @@ share/locale/ms/LC_MESSAGES/minetest.mo
share/locale/nb/LC_MESSAGES/minetest.mo
share/locale/nl/LC_MESSAGES/minetest.mo
share/locale/nn/LC_MESSAGES/minetest.mo
share/locale/oc/LC_MESSAGES/minetest.mo
share/locale/pl/LC_MESSAGES/minetest.mo
share/locale/pt/LC_MESSAGES/minetest.mo
share/locale/pt_BR/LC_MESSAGES/minetest.mo
@ -82,11 +83,13 @@ share/metainfo/net.minetest.minetest.appdata.xml
share/minetest/
share/minetest/builtin/
share/minetest/builtin/async/
share/minetest/builtin/async/init.lua
share/minetest/builtin/async/game.lua
share/minetest/builtin/async/mainmenu.lua
share/minetest/builtin/client/
share/minetest/builtin/client/chatcommands.lua
share/minetest/builtin/client/death_formspec.lua
share/minetest/builtin/client/init.lua
share/minetest/builtin/client/misc.lua
share/minetest/builtin/client/register.lua
share/minetest/builtin/common/
share/minetest/builtin/common/after.lua
@ -94,6 +97,7 @@ share/minetest/builtin/common/chatcommands.lua
share/minetest/builtin/common/filterlist.lua
share/minetest/builtin/common/information_formspecs.lua
share/minetest/builtin/common/misc_helpers.lua
share/minetest/builtin/common/mod_storage.lua
share/minetest/builtin/common/serialize.lua
share/minetest/builtin/common/strict.lua
share/minetest/builtin/common/tests/
@ -107,6 +111,7 @@ share/minetest/builtin/fstk/dialog.lua
share/minetest/builtin/fstk/tabview.lua
share/minetest/builtin/fstk/ui.lua
share/minetest/builtin/game/
share/minetest/builtin/game/async.lua
share/minetest/builtin/game/auth.lua
share/minetest/builtin/game/chat.lua
share/minetest/builtin/game/constants.lua
@ -118,8 +123,10 @@ share/minetest/builtin/game/forceloading.lua
share/minetest/builtin/game/init.lua
share/minetest/builtin/game/item.lua
share/minetest/builtin/game/item_entity.lua
share/minetest/builtin/game/item_s.lua
share/minetest/builtin/game/knockback.lua
share/minetest/builtin/game/misc.lua
share/minetest/builtin/game/misc_s.lua
share/minetest/builtin/game/privileges.lua
share/minetest/builtin/game/register.lua
share/minetest/builtin/game/statbars.lua
@ -138,8 +145,10 @@ share/minetest/builtin/mainmenu/dlg_contentstore.lua
share/minetest/builtin/mainmenu/dlg_create_world.lua
share/minetest/builtin/mainmenu/dlg_delete_content.lua
share/minetest/builtin/mainmenu/dlg_delete_world.lua
share/minetest/builtin/mainmenu/dlg_register.lua
share/minetest/builtin/mainmenu/dlg_rename_modpack.lua
share/minetest/builtin/mainmenu/dlg_settings_advanced.lua
share/minetest/builtin/mainmenu/dlg_version_info.lua
share/minetest/builtin/mainmenu/game_theme.lua
share/minetest/builtin/mainmenu/generate_from_settingtypes.lua
share/minetest/builtin/mainmenu/init.lua
@ -204,6 +213,7 @@ share/minetest/fonts/DroidSansFallbackFull-LICENSE.txt
share/minetest/fonts/DroidSansFallbackFull.ttf
share/minetest/games/
share/minetest/games/devtest/
share/minetest/games/devtest/.luacheckrc
share/minetest/games/devtest/LICENSE.txt
share/minetest/games/devtest/README.md
share/minetest/games/devtest/game.conf
@ -257,9 +267,14 @@ share/minetest/games/devtest/mods/basetools/
share/minetest/games/devtest/mods/basetools/init.lua
share/minetest/games/devtest/mods/basetools/mod.conf
share/minetest/games/devtest/mods/basetools/textures/
share/minetest/games/devtest/mods/basetools/textures/basetools_bloodsword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_elementalsword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_firesword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_healdagger.png
share/minetest/games/devtest/mods/basetools/textures/basetools_healsword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_icesword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_mesepick.png
share/minetest/games/devtest/mods/basetools/textures/basetools_mesesword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_steelaxe.png
share/minetest/games/devtest/mods/basetools/textures/basetools_steeldagger.png
share/minetest/games/devtest/mods/basetools/textures/basetools_steelpick.png
@ -273,7 +288,12 @@ share/minetest/games/devtest/mods/basetools/textures/basetools_stonepick.png
share/minetest/games/devtest/mods/basetools/textures/basetools_stoneshears.png
share/minetest/games/devtest/mods/basetools/textures/basetools_stoneshovel.png
share/minetest/games/devtest/mods/basetools/textures/basetools_stonesword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_superhealsword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_titaniumsword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_usespick.png
share/minetest/games/devtest/mods/basetools/textures/basetools_usessword.png
share/minetest/games/devtest/mods/basetools/textures/basetools_woodaxe.png
share/minetest/games/devtest/mods/basetools/textures/basetools_wooddagger.png
share/minetest/games/devtest/mods/basetools/textures/basetools_woodpick.png
share/minetest/games/devtest/mods/basetools/textures/basetools_woodshears.png
share/minetest/games/devtest/mods/basetools/textures/basetools_woodshovel.png
@ -396,6 +416,7 @@ share/minetest/games/devtest/mods/testformspec/textures/default_chest_front.png
share/minetest/games/devtest/mods/testformspec/textures/default_chest_inside.png
share/minetest/games/devtest/mods/testformspec/textures/default_chest_side.png
share/minetest/games/devtest/mods/testformspec/textures/default_chest_top.png
share/minetest/games/devtest/mods/testformspec/textures/testformspec_9slice.png
share/minetest/games/devtest/mods/testformspec/textures/testformspec_animation.jpg
share/minetest/games/devtest/mods/testformspec/textures/testformspec_animation.png
share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg.png
@ -413,6 +434,12 @@ share/minetest/games/devtest/mods/testformspec/textures/testformspec_pressed.png
share/minetest/games/devtest/mods/testhud/
share/minetest/games/devtest/mods/testhud/init.lua
share/minetest/games/devtest/mods/testhud/mod.conf
share/minetest/games/devtest/mods/testitems/
share/minetest/games/devtest/mods/testitems/init.lua
share/minetest/games/devtest/mods/testitems/mod.conf
share/minetest/games/devtest/mods/testitems/textures/
share/minetest/games/devtest/mods/testitems/textures/testitems_overlay_base.png
share/minetest/games/devtest/mods/testitems/textures/testitems_overlay_overlay.png
share/minetest/games/devtest/mods/testnodes/
share/minetest/games/devtest/mods/testnodes/README.md
share/minetest/games/devtest/mods/testnodes/drawtypes.lua
@ -425,6 +452,7 @@ share/minetest/games/devtest/mods/testnodes/models/
share/minetest/games/devtest/mods/testnodes/models/testnodes_ocorner.obj
share/minetest/games/devtest/mods/testnodes/models/testnodes_pyramid.obj
share/minetest/games/devtest/mods/testnodes/nodeboxes.lua
share/minetest/games/devtest/mods/testnodes/overlays.lua
share/minetest/games/devtest/mods/testnodes/param2.lua
share/minetest/games/devtest/mods/testnodes/properties.lua
share/minetest/games/devtest/mods/testnodes/textures/
@ -542,6 +570,8 @@ share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal3.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal4.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal5.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal6.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_overlay.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_overlayable.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_full.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png
@ -578,6 +608,16 @@ share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_curved.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_straight.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type10_32bpp_bt.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type10_32bpp_tb.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type1_24bpp_bt.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type1_24bpp_tb.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type2_16bpp_bt.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type2_16bpp_tb.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type2_32bpp_bt.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type2_32bpp_tb.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type3_16bpp_bt.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_tga_type3_16bpp_tb.tga
share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png
share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png
@ -601,6 +641,7 @@ share/minetest/games/devtest/mods/testtools/textures/testtools_entity_rotator.pn
share/minetest/games/devtest/mods/testtools/textures/testtools_entity_scaler.png
share/minetest/games/devtest/mods/testtools/textures/testtools_entity_spawner.png
share/minetest/games/devtest/mods/testtools/textures/testtools_falling_node_tool.png
share/minetest/games/devtest/mods/testtools/textures/testtools_item_meta_editor.png
share/minetest/games/devtest/mods/testtools/textures/testtools_lighttool.png
share/minetest/games/devtest/mods/testtools/textures/testtools_node_meta_editor.png
share/minetest/games/devtest/mods/testtools/textures/testtools_node_setter.png
@ -615,9 +656,12 @@ share/minetest/games/devtest/mods/tiled/mod.conf
share/minetest/games/devtest/mods/tiled/textures/
share/minetest/games/devtest/mods/tiled/textures/tiled_tiled.png
share/minetest/games/devtest/mods/unittests/
share/minetest/games/devtest/mods/unittests/async_env.lua
share/minetest/games/devtest/mods/unittests/crafting.lua
share/minetest/games/devtest/mods/unittests/crafting_prepare.lua
share/minetest/games/devtest/mods/unittests/entity.lua
share/minetest/games/devtest/mods/unittests/init.lua
share/minetest/games/devtest/mods/unittests/inside_async_env.lua
share/minetest/games/devtest/mods/unittests/itemdescription.lua
share/minetest/games/devtest/mods/unittests/misc.lua
share/minetest/games/devtest/mods/unittests/mod.conf
@ -625,6 +669,7 @@ share/minetest/games/devtest/mods/unittests/player.lua
share/minetest/games/devtest/mods/unittests/textures/
share/minetest/games/devtest/mods/unittests/textures/default_dirt.png
share/minetest/games/devtest/mods/unittests/textures/unittests_coal_lump.png
share/minetest/games/devtest/mods/unittests/textures/unittests_description_test.png
share/minetest/games/devtest/mods/unittests/textures/unittests_iron_lump.png
share/minetest/games/devtest/mods/unittests/textures/unittests_repairable_tool.png
share/minetest/games/devtest/mods/unittests/textures/unittests_steel_ingot.png
@ -669,6 +714,7 @@ share/minetest/games/minetest_game/mods/beds/locale/beds.it.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.ja.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.jbo.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.ms.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.pl.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.pt_BR.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.ru.tr
share/minetest/games/minetest_game/mods/beds/locale/beds.sk.tr
@ -710,6 +756,7 @@ share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.it.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.ja.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.jbo.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.ms.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.pl.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.pt_BR.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.ru.tr
share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.sk.tr
@ -735,6 +782,7 @@ share/minetest/games/minetest_game/mods/boats/locale/boats.it.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.ja.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.jbo.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.ms.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.pl.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.pt_BR.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.ru.tr
share/minetest/games/minetest_game/mods/boats/locale/boats.sk.tr
@ -763,6 +811,7 @@ share/minetest/games/minetest_game/mods/bones/locale/bones.it.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.ja.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.jbo.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.ms.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.pl.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.pt_BR.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.ru.tr
share/minetest/games/minetest_game/mods/bones/locale/bones.sk.tr
@ -792,6 +841,7 @@ share/minetest/games/minetest_game/mods/bucket/locale/bucket.it.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.ja.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.jbo.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.ms.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.pl.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.pt_BR.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.ru.tr
share/minetest/games/minetest_game/mods/bucket/locale/bucket.sk.tr
@ -820,6 +870,7 @@ share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.it.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.ja.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.jbo.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.ms.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.pl.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.pt_BR.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.ru.tr
share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.sk.tr
@ -852,6 +903,7 @@ share/minetest/games/minetest_game/mods/carts/locale/carts.it.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.ja.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.jbo.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.ms.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.pl.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.pt_BR.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.ru.tr
share/minetest/games/minetest_game/mods/carts/locale/carts.sk.tr
@ -901,6 +953,7 @@ share/minetest/games/minetest_game/mods/creative/locale/creative.it.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.ja.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.jbo.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.ms.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.pl.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.pt_BR.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.ru.tr
share/minetest/games/minetest_game/mods/creative/locale/creative.sk.tr
@ -938,6 +991,7 @@ share/minetest/games/minetest_game/mods/default/locale/default.it.tr
share/minetest/games/minetest_game/mods/default/locale/default.ja.tr
share/minetest/games/minetest_game/mods/default/locale/default.jbo.tr
share/minetest/games/minetest_game/mods/default/locale/default.ms.tr
share/minetest/games/minetest_game/mods/default/locale/default.pl.tr
share/minetest/games/minetest_game/mods/default/locale/default.pt_BR.tr
share/minetest/games/minetest_game/mods/default/locale/default.ru.tr
share/minetest/games/minetest_game/mods/default/locale/default.sk.tr
@ -1320,6 +1374,7 @@ share/minetest/games/minetest_game/mods/doors/locale/doors.it.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.ja.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.jbo.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.ms.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.pl.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.pt_BR.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.ru.tr
share/minetest/games/minetest_game/mods/doors/locale/doors.sk.tr
@ -1379,6 +1434,7 @@ share/minetest/games/minetest_game/mods/dye/locale/dye.it.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.ja.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.jbo.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.ms.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.pl.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.pt_BR.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.ru.tr
share/minetest/games/minetest_game/mods/dye/locale/dye.sk.tr
@ -1432,6 +1488,7 @@ share/minetest/games/minetest_game/mods/farming/locale/farming.it.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.ja.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.jbo.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.ms.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.pl.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.pt_BR.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.ru.tr
share/minetest/games/minetest_game/mods/farming/locale/farming.sk.tr
@ -1494,6 +1551,7 @@ share/minetest/games/minetest_game/mods/fire/locale/fire.it.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.ja.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.jbo.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.ms.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.pl.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.pt_BR.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.ru.tr
share/minetest/games/minetest_game/mods/fire/locale/fire.sk.tr
@ -1531,6 +1589,7 @@ share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.it.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.ja.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.jbo.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.ms.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.pl.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.pt_BR.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.ru.tr
share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.sk.tr
@ -1560,6 +1619,7 @@ share/minetest/games/minetest_game/mods/flowers/locale/flowers.it.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.ja.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.jbo.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.ms.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.pl.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.pt_BR.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.ru.tr
share/minetest/games/minetest_game/mods/flowers/locale/flowers.sk.tr
@ -1597,6 +1657,7 @@ share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.it.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.ja.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.jbo.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.ms.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.pl.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.pt_BR.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.ru.tr
share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.sk.tr
@ -1625,8 +1686,10 @@ share/minetest/games/minetest_game/mods/keys/locale/keys.es.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.fr.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.id.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.it.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.ja.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.jbo.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.ms.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.pl.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.pt_BR.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.ru.tr
share/minetest/games/minetest_game/mods/keys/locale/keys.sv.tr
@ -1652,6 +1715,7 @@ share/minetest/games/minetest_game/mods/map/locale/map.it.tr
share/minetest/games/minetest_game/mods/map/locale/map.ja.tr
share/minetest/games/minetest_game/mods/map/locale/map.jbo.tr
share/minetest/games/minetest_game/mods/map/locale/map.ms.tr
share/minetest/games/minetest_game/mods/map/locale/map.pl.tr
share/minetest/games/minetest_game/mods/map/locale/map.pt_BR.tr
share/minetest/games/minetest_game/mods/map/locale/map.ru.tr
share/minetest/games/minetest_game/mods/map/locale/map.sk.tr
@ -1674,6 +1738,7 @@ share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.es.
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.fr.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.ja.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.jbo.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.pl.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.pt_BR.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.ru.tr
share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.sv.tr
@ -1716,6 +1781,7 @@ share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.it.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.ja.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.jbo.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.ms.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.pl.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.pt_BR.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.ru.tr
share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.sk.tr
@ -1741,6 +1807,7 @@ share/minetest/games/minetest_game/mods/sethome/locale/sethome.it.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.ja.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.jbo.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.ms.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.pl.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.pt_BR.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.ru.tr
share/minetest/games/minetest_game/mods/sethome/locale/sethome.sk.tr
@ -1765,6 +1832,7 @@ share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.it.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.ja.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.jbo.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.ms.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.pl.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.pt_BR.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.ru.tr
share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.sk.tr
@ -1795,6 +1863,7 @@ share/minetest/games/minetest_game/mods/stairs/locale/stairs.it.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.ja.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.jbo.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.ms.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.pl.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.pt_BR.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.ru.tr
share/minetest/games/minetest_game/mods/stairs/locale/stairs.sk.tr
@ -1826,6 +1895,7 @@ share/minetest/games/minetest_game/mods/tnt/locale/tnt.it.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.ja.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.jbo.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.ms.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.pl.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.pt_BR.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.ru.tr
share/minetest/games/minetest_game/mods/tnt/locale/tnt.sk.tr
@ -1872,6 +1942,7 @@ share/minetest/games/minetest_game/mods/vessels/locale/vessels.it.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.ja.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.jbo.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.ms.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.pl.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.pt_BR.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.ru.tr
share/minetest/games/minetest_game/mods/vessels/locale/vessels.sk.tr
@ -1903,6 +1974,7 @@ share/minetest/games/minetest_game/mods/walls/locale/walls.it.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.ja.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.jbo.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.ms.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.pl.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.pt_BR.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.ru.tr
share/minetest/games/minetest_game/mods/walls/locale/walls.sk.tr
@ -1931,6 +2003,7 @@ share/minetest/games/minetest_game/mods/wool/locale/wool.it.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.ja.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.jbo.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.ms.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.pl.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.pt_BR.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.ru.tr
share/minetest/games/minetest_game/mods/wool/locale/wool.sk.tr
@ -1970,6 +2043,7 @@ share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.it.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.ja.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.jbo.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.ms.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.pl.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.pt_BR.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.ru.tr
share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.sk.tr
@ -2014,6 +2088,7 @@ share/minetest/textures/base/pack/chat_btn.png
share/minetest/textures/base/pack/chat_hide_btn.png
share/minetest/textures/base/pack/chat_show_btn.png
share/minetest/textures/base/pack/checkbox_16.png
share/minetest/textures/base/pack/checkbox_16_white.png
share/minetest/textures/base/pack/checkbox_32.png
share/minetest/textures/base/pack/checkbox_64.png
share/minetest/textures/base/pack/clear.png
@ -2022,6 +2097,8 @@ share/minetest/textures/base/pack/debug_btn.png
share/minetest/textures/base/pack/down.png
share/minetest/textures/base/pack/drop_btn.png
share/minetest/textures/base/pack/end_icon.png
share/minetest/textures/base/pack/error_icon_orange.png
share/minetest/textures/base/pack/error_icon_red.png
share/minetest/textures/base/pack/error_screenshot.png
share/minetest/textures/base/pack/fast_btn.png
share/minetest/textures/base/pack/fly_btn.png
@ -2062,6 +2139,7 @@ share/minetest/textures/base/pack/rare_controls.png
share/minetest/textures/base/pack/refresh.png
share/minetest/textures/base/pack/search.png
share/minetest/textures/base/pack/server_favorite.png
share/minetest/textures/base/pack/server_favorite_delete.png
share/minetest/textures/base/pack/server_flags_creative.png
share/minetest/textures/base/pack/server_flags_damage.png
share/minetest/textures/base/pack/server_flags_pvp.png