mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
ES-DE: Updated 2.0 + themes update + nso theme added
This commit is contained in:
parent
b04ad53bcd
commit
fbb76fd865
|
@ -65,6 +65,16 @@
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.6.4b" date="2023-03-25">
|
||||||
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.4b</url>
|
||||||
|
<description>
|
||||||
|
<p>New features - General:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Updated EmulationStation Desktop Edition to 2.0</li>
|
||||||
|
<li>Removed legacy themes and added themes for ES-DE 2.0</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.6.3b" date="2023-03-24">
|
<release version="0.6.3b" date="2023-03-24">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.3b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.3b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -66,11 +66,11 @@ modules:
|
||||||
# The version number is hardcoded in /app/retrodeck/version
|
# The version number is hardcoded in /app/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [X] Update the VERSION variable
|
# [ ] Update the VERSION variable
|
||||||
# [X] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
# [X] change branch into main in version-initialization (first one)
|
# [ ] change branch into main in version-initialization (first one)
|
||||||
# [X] change branch into main in retrodeck module (last one)
|
# [ ] change branch into main in retrodeck module (last one)
|
||||||
# [X] if header (before modules) was edited, edit it even in flathub.yml
|
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -78,7 +78,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
VERSION="0.6.3b"
|
VERSION="cooker-0.6.4b"
|
||||||
if [[ $VERSION == *"cooker"* ]];
|
if [[ $VERSION == *"cooker"* ]];
|
||||||
then
|
then
|
||||||
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
||||||
|
@ -88,7 +88,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker-0.6.4b
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -239,13 +239,15 @@ modules:
|
||||||
# But we don't include them 1:1 as RetroDECK got some specific configs in some cases
|
# But we don't include them 1:1 as RetroDECK got some specific configs in some cases
|
||||||
- name: emulationstation-de
|
- name: emulationstation-de
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- DRETRODECK=on
|
||||||
cleanup:
|
cleanup:
|
||||||
- es-app
|
- es-app
|
||||||
- es-core
|
- es-core
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/es-de/emulationstation-de
|
url: https://gitlab.com/es-de/emulationstation-de
|
||||||
branch: f8d782f1f3b1fba8a119b793edd01f37e0258953
|
branch: 608d8a3c09abc5db398cdadc09e18fd2dfbaf570
|
||||||
- type: shell
|
- type: shell
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's/QUIT EMULATIONSTATION/QUIT RETRODECK/g' es-app/src/guis/GuiMenu.cpp
|
- sed -i 's/QUIT EMULATIONSTATION/QUIT RETRODECK/g' es-app/src/guis/GuiMenu.cpp
|
||||||
|
@ -265,7 +267,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||||
commit: 23932f484a9949313baf80f92b2fbca38a7a8f37
|
commit: 5b2e44ab18007e42b581df57bd5d2a82255b9c14
|
||||||
|
|
||||||
- name: alekfull-nx-light
|
- name: alekfull-nx-light
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -275,7 +277,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/anthonycaccese/alekfull-nx-retropie.git
|
url: https://github.com/anthonycaccese/alekfull-nx-retropie.git
|
||||||
commit: 67c8c8dee086bd06bcdc6dc34bb9bef1e1c11be7
|
commit: 8d9aa2a992ab31cbe6dc3dc1c155dfb78e7a9732
|
||||||
|
|
||||||
- name: retrofix-revisited
|
- name: retrofix-revisited
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -285,7 +287,17 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/anthonycaccese/retrofix-revisited-retropie.git
|
url: https://github.com/anthonycaccese/retrofix-revisited-retropie.git
|
||||||
commit: 6e75c9521426e69eb9abcb39d135d97a17d14568
|
commit: 07207d20d2b617af336dcf829ae9fb901cc1ce94
|
||||||
|
|
||||||
|
- name: nso-menu-interpreted
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/nso-menu-interpreted/
|
||||||
|
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/nso-menu-interpreted/
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/anthonycaccese/nso-menu-interpreted-es-de.git
|
||||||
|
commit: f129c2d88e060a6c5d7643de5aeb02a0cc013de3
|
||||||
|
|
||||||
# ES-DE Themes - END
|
# ES-DE Themes - END
|
||||||
|
|
||||||
|
@ -1095,4 +1107,4 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker-0.6.4b
|
|
@ -1 +1 @@
|
||||||
Subproject commit ae5d7192c6a37f2c754fd92685a72d514931131a
|
Subproject commit a2441b964afefd8cd1cebcdf562c7878670daf42
|
Loading…
Reference in a new issue