mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
SOLARUS: integrated from official flatpak
This commit is contained in:
parent
02973d4c08
commit
0eaa8d70ab
|
@ -1265,29 +1265,54 @@ modules:
|
||||||
# Vita3K - END
|
# Vita3K - END
|
||||||
|
|
||||||
# SOLARUS - START
|
# SOLARUS - START
|
||||||
# https://gitlab.com/solarus-games/solarus.git
|
# https://github.com/flathub/org.solarus_games.solarus.Launcher
|
||||||
|
|
||||||
- name: libmodplug
|
- name: luajit
|
||||||
rm-configure: true
|
no-autogen: true
|
||||||
|
cleanup:
|
||||||
|
- /bin
|
||||||
|
- /lib/*.a
|
||||||
|
- /include
|
||||||
|
- /lib/pkgconfig
|
||||||
|
- /share/man
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://downloads.sourceforge.net/sourceforge/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz
|
url: https://luajit.org/download/LuaJIT-2.0.5.tar.gz
|
||||||
sha256: 457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de
|
sha256: 874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979
|
||||||
|
- type: shell
|
||||||
|
commands:
|
||||||
|
- sed -i 's|/usr/local|/app|' ./Makefile
|
||||||
|
|
||||||
|
- name: libmodplug
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://download.sourceforge.net/project/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz
|
||||||
|
sha512: 880e10154fd367ee24ace53ca7e32a5c1fee7dfff1f934e6499944c12779427da63e2f55f8d6ce25db0a42a5b4424053bf64305b31dbfc4ef6a8909924d655fd
|
||||||
|
|
||||||
|
- name: physfs
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DPHYSFS_BUILD_TEST=OFF
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://icculus.org/physfs/downloads/physfs-3.0.2.tar.bz2
|
||||||
|
sha256: 304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863
|
||||||
|
size: 194888
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 5669
|
project-id: 3631
|
||||||
url-template: https://downloads.sourceforge.net/sourceforge/modplug-xmms/libmodplug/$version/libmodplug-$version.tar.gz
|
url-template: https://icculus.org/physfs/downloads/physfs-$version.tar.bz2
|
||||||
- type: script
|
|
||||||
commands:
|
|
||||||
- autoreconf -fiv
|
|
||||||
dest-filename: autogen.sh
|
|
||||||
|
|
||||||
- name: solarus
|
- name: solarus
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
builddir: true
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/solarus-games/solarus.git
|
url: https://gitlab.com/solarus-games/solarus.git
|
||||||
branch: e50f4e2723a8f777c54eb4fb46b567bf60c33723
|
tag: v1.6.5
|
||||||
|
commit: 3aec70b0556a8d7aed7903d1a3e4d9a18c5d1649
|
||||||
|
|
||||||
# SOLARUS - END
|
# SOLARUS - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue