mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Upgrade to 5.8.0
Download irrlichtMT to build
This commit is contained in:
parent
e1e232457a
commit
8c21584a6a
7 changed files with 22 additions and 9 deletions
|
@ -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: <http://www.minetest.net>
|
||||
* Upstream app code repository: <https://github.com/minetest/minetest>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_minetest>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/minetest>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/minetest_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
7
conf/irrlichtmt.src
Normal file
7
conf/irrlichtmt.src
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue