mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
RETROARCH: updated, + wayland + x11-fallback + manifest cleanup
This commit is contained in:
parent
34a744d07b
commit
db47205546
|
@ -1,25 +1,17 @@
|
||||||
app-id: net.retrodeck.retrodeck
|
app-id: net.retrodeck.retrodeck
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: 5.15-22.08
|
runtime-version: 5.15-22.08
|
||||||
#runtime-version: 6.3 # bumped because of pcsx2-qt
|
|
||||||
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 - Removed, check if it's not breaking something else
|
#- 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-22.08 # Needed for Yuzu
|
base-version: 5.15-22.08 # Needed for Yuzu
|
||||||
# add-extensions:
|
|
||||||
# org.freedesktop.Platform.ffmpeg-full:
|
|
||||||
# directory: lib/ffmpeg
|
|
||||||
# add-ld-path: .
|
|
||||||
# version: '22.08'
|
|
||||||
# autodownload: true
|
|
||||||
# autodelete: false
|
|
||||||
command: retrodeck.sh
|
command: retrodeck.sh
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
- --socket=x11
|
- --socket=fallback-x11
|
||||||
#- --socket=wayland
|
- --socket=wayland
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
|
@ -33,14 +25,9 @@ finish-args:
|
||||||
- --talk-name=org.freedesktop.login1.Manager
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --talk-name=org.freedesktop.Flatpak
|
- --talk-name=org.freedesktop.Flatpak
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
# Yuzu
|
|
||||||
# - --filesystem=home:ro # This may break Yuzu, let's see
|
|
||||||
# - --filesystem=/run/media:ro
|
|
||||||
# Dolphin
|
# Dolphin
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||||
# rpcs3
|
|
||||||
#- --socket=fallback-x11
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
@ -324,7 +311,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/retroarch/retroarch.cfg
|
path: rd-submodules/retroarch/retroarch.cfg
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -362,7 +349,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||||
- name: retroarch-filers-audio
|
- name: retroarch-filers-audio
|
||||||
subdir: libretro-common/audio/dsp_filters
|
subdir: libretro-common/audio/dsp_filters
|
||||||
make-install-args:
|
make-install-args:
|
||||||
|
@ -370,7 +357,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
commit: 938ab716bd290b0f469068500966a834b5782929
|
commit: 6616b807edea5b56683e9fbca8b003b436c22b13
|
||||||
- name: retroarch-assets
|
- name: retroarch-assets
|
||||||
make-install-args:
|
make-install-args:
|
||||||
- PREFIX=${FLATPAK_DEST}
|
- PREFIX=${FLATPAK_DEST}
|
||||||
|
|
Loading…
Reference in a new issue