mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
RetroDECK v0.6.0
This commit is contained in:
parent
cee4dd57a9
commit
b137b2d15e
|
@ -5,7 +5,7 @@ runtime-version: 5.15-21.08
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3
|
- org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3
|
||||||
- org.freedesktop.Sdk.Extension.dotnet6 # Needed for Ryujinx
|
#- org.freedesktop.Sdk.Extension.dotnet6 # Needed for Ryujinx - Removed, check if it's not breaking something else
|
||||||
base: io.qt.qtwebengine.BaseApp # Needed for Yuzu
|
base: io.qt.qtwebengine.BaseApp # Needed for Yuzu
|
||||||
base-version: 5.15-21.08 # Needed for Yuzu
|
base-version: 5.15-21.08 # Needed for Yuzu
|
||||||
command: retrodeck.sh
|
command: retrodeck.sh
|
||||||
|
@ -17,13 +17,13 @@ finish-args:
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
- --device=all
|
- --device=all
|
||||||
- --filesystem=~/retrodeck:create
|
- --filesystem=home # Needed to be able to relocate / remove / create symlink at ~/retrodeck
|
||||||
- --filesystem=/run/media
|
- --filesystem=/run/media
|
||||||
- --filesystem=/media
|
- --filesystem=/media
|
||||||
- --allow=multiarch
|
- --allow=multiarch
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
||||||
- --talk-name=org.freedesktop.login1
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
# Yuzu
|
# Yuzu
|
||||||
# - --filesystem=home:ro # This may break Yuzu, let's see
|
# - --filesystem=home:ro # This may break Yuzu, let's see
|
||||||
|
|
|
@ -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:
|
||||||
# [ ] Update the VERSION variable
|
# [X] Update the VERSION variable
|
||||||
# [ ] Update the appdata.xml with the version number and notes
|
# [X] Update the appdata.xml with the version number and notes
|
||||||
# [ ] change branch into main in version-initialization (first one)
|
# [X] change branch into main in version-initialization (first one)
|
||||||
# [ ] change branch into main in retrodeck module (last one)
|
# [X] change branch into main in retrodeck module (last one)
|
||||||
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
# [X] 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.0b-cooker"
|
VERSION="0.6.0b"
|
||||||
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: cooker-0.6.0b
|
branch: main
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -999,7 +999,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: cooker-0.6.0b
|
branch: main
|
||||||
|
|
||||||
# Ryujinx - START
|
# Ryujinx - START
|
||||||
# https://github.com/flathub/org.ryujinx.Ryujinx
|
# https://github.com/flathub/org.ryujinx.Ryujinx
|
||||||
|
|
Loading…
Reference in a new issue