mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
ES-DE: migrating to our fork for patching convenience
This commit is contained in:
parent
6e411ddfc4
commit
4f6a54d179
|
@ -421,21 +421,13 @@ modules:
|
||||||
- es-core
|
- es-core
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/es-de/emulationstation-de
|
url: https://github.com/XargonWan/RetroDECK-ES-DE
|
||||||
branch: 77bf5ed8a03c5d065512cded36e4fb3bea90f4df
|
branch: cebbeff3b5f834fd9adaeb1f5dc9e0da6b106599
|
||||||
- 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
|
||||||
v'$(cat ${FLATPAK_DEST}/retrodeck/version)', ES-DE v" + Utils::String::toUpper(PROGRAM_VERSION_STRING)#g'
|
v'$(cat ${FLATPAK_DEST}/retrodeck/version)', ES-DE v" + Utils::String::toUpper(PROGRAM_VERSION_STRING)#g'
|
||||||
es-app/src/guis/GuiMenu.cpp
|
es-app/src/guis/GuiMenu.cpp
|
||||||
- type: patch
|
|
||||||
path: rd-submodules/es-de/GuiMenu.cpp.patch
|
|
||||||
- type: patch
|
|
||||||
path: rd-submodules/es-de/GuiMenu.h.patch
|
|
||||||
- type: patch
|
|
||||||
path: rd-submodules/es-de/ViewController.cpp.patch
|
|
||||||
- type: patch
|
|
||||||
path: rd-submodules/es-de/Window.cpp.patch
|
|
||||||
|
|
||||||
# ES-DE - END
|
# ES-DE - END
|
||||||
|
|
||||||
|
@ -1312,7 +1304,6 @@ modules:
|
||||||
# buildsystem: simple
|
# buildsystem: simple
|
||||||
# build-commands:
|
# build-commands:
|
||||||
# - cp -rn files/* /app
|
# - cp -rn files/* /app
|
||||||
# - COPY THE CONFIGS? MAYBE NOT
|
|
||||||
# sources:
|
# sources:
|
||||||
# - type: archive
|
# - type: archive
|
||||||
# url:
|
# url:
|
||||||
|
|
Loading…
Reference in a new issue