diff --git a/README.md b/README.md index 7bbb588..4c5d234 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Minetest is a free open-source voxel game engine with easy modding and game creation. -**Shipped version:** 5.5.1~ynh2 +**Shipped version:** 5.8.0~ynh1 ## Screenshots @@ -54,7 +54,7 @@ How to configure this app: by SSH * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 33eb593..e790553 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Minetest est un moteur de jeu voxel open-source avec modding et création de jeux faciles. -**Version incluse :** 5.5.1~ynh2 +**Version incluse :** 5.8.0~ynh1 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index e8bc3dc..0cd6a38 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/minetest/minetest/archive/5.5.1.tar.gz -SOURCE_SUM=dc0ae5188ef351db85c38b27f38f8549b133ed82aa46daea6deee148aa3454f4 +SOURCE_URL=https://github.com/minetest/minetest/archive/5.8.0.tar.gz +SOURCE_SUM=610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest-5.5.1.tar.gz +SOURCE_FILENAME=minetest-5.8.0.tar.gz SOURCE_EXTRACT=true diff --git a/conf/irrlichtmt.src b/conf/irrlichtmt.src new file mode 100644 index 0000000..0680483 --- /dev/null +++ b/conf/irrlichtmt.src @@ -0,0 +1,7 @@ +SOURCE_URL=https://github.com/minetest/irrlicht/archive/1.9.0mt13.tar.gz +SOURCE_SUM=2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=true +SOURCE_FILENAME=irrlicht-1.9.0mt13.tar.gz +SOURCE_EXTRACT=true diff --git a/conf/minetest_game.src b/conf/minetest_game.src index c4214ba..9fb340b 100644 --- a/conf/minetest_game.src +++ b/conf/minetest_game.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/minetest/minetest_game/archive/5.5.1.tar.gz -SOURCE_SUM=5a24fec4ed838744906f020096c35616e7ba76eeec2b93b980a40af011107e7c +SOURCE_URL=https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz +SOURCE_SUM=33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest_game-5.5.1.tar.gz +SOURCE_FILENAME=minetest_game-5.8.0.tar.gz SOURCE_EXTRACT=true diff --git a/scripts/install b/scripts/install index e8d09c7..aab96a4 100755 --- a/scripts/install +++ b/scripts/install @@ -128,6 +128,9 @@ else ynh_setup_source --dest_dir=$final_path/games/minetest_game --source_id=minetest_game fi +# Install IrrlichtMt +ynh_setup_source --dest_dir=$final_path/lib/irrlichtmt --source_id=irrlichtmt + pushd $final_path ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE diff --git a/scripts/upgrade b/scripts/upgrade index 76046f7..7c4844c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -158,6 +158,9 @@ else ynh_setup_source --dest_dir=$final_path/games/minetest_game --source_id=minetest_game fi +# Install IrrlichtMt +ynh_setup_source --dest_dir=$final_path/lib/irrlichtmt --source_id=irrlichtmt + pushd $final_path ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE