mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
ES-DE: updated to 2.1.1-beta
This commit is contained in:
parent
0af8c8b70e
commit
9ecd2ff5d2
|
@ -302,6 +302,24 @@ modules:
|
||||||
project-id: 7422
|
project-id: 7422
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
|
url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
|
||||||
|
|
||||||
|
# dependency of: CEMU, ES-DE
|
||||||
|
- name: pugixml
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DBUILD_SHARED_LIBS=ON
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/cmake
|
||||||
|
- /lib/pkgconfig
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz
|
||||||
|
sha256: 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
|
||||||
|
x-checker-data:
|
||||||
|
type: anitya
|
||||||
|
project-id: 3728
|
||||||
|
url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
|
||||||
|
|
||||||
# dependency of: CEMU, RPCS3
|
# dependency of: CEMU, RPCS3
|
||||||
- rd-submodules/shared-modules/glew/glew.json
|
- rd-submodules/shared-modules/glew/glew.json
|
||||||
|
@ -349,24 +367,6 @@ modules:
|
||||||
- sed -i 's|-o root -g root ||' ./Makefile.gnu
|
- sed -i 's|-o root -g root ||' ./Makefile.gnu
|
||||||
- sed -i 's|/usr|/app|' ./Makefile.gnu
|
- sed -i 's|/usr|/app|' ./Makefile.gnu
|
||||||
|
|
||||||
# dependency of: CEMU, ES-DE
|
|
||||||
- name: pugixml
|
|
||||||
buildsystem: cmake-ninja
|
|
||||||
config-opts:
|
|
||||||
- -DBUILD_SHARED_LIBS=ON
|
|
||||||
cleanup:
|
|
||||||
- /include
|
|
||||||
- /lib/cmake
|
|
||||||
- /lib/pkgconfig
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz
|
|
||||||
sha256: 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
|
|
||||||
x-checker-data:
|
|
||||||
type: anitya
|
|
||||||
project-id: 3728
|
|
||||||
url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
|
|
||||||
|
|
||||||
- name: libgit2
|
- name: libgit2
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -406,7 +406,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/es-de/emulationstation-de
|
url: https://gitlab.com/es-de/emulationstation-de
|
||||||
branch: dfaf8ef8cf9a2dd9350bf8bc0bbc94366c9fd168
|
branch: c397f07984d7b4e3a762ef0000a1056dc48c5213
|
||||||
- type: shell
|
- type: shell
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's#"EMULATIONSTATION-DE V" + Utils::String::toUpper(PROGRAM_VERSION_STRING)#"RetroDECK
|
- sed -i 's#"EMULATIONSTATION-DE V" + Utils::String::toUpper(PROGRAM_VERSION_STRING)#"RetroDECK
|
||||||
|
|
Loading…
Reference in a new issue