mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-30 03:55:39 +00:00
Applied flathub fixes
This commit is contained in:
parent
d874f6a651
commit
605331ff79
|
@ -17,6 +17,7 @@ finish-args:
|
||||||
- --device=all
|
- --device=all
|
||||||
- --filesystem=~/retrodeck:create
|
- --filesystem=~/retrodeck:create
|
||||||
- --filesystem=/run/media
|
- --filesystem=/run/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
|
||||||
|
@ -127,7 +128,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/leonstyhre/emulationstation-de.git
|
url: https://gitlab.com/leonstyhre/emulationstation-de.git
|
||||||
branch: c3fc30cfd5c26195024e0da328349d83af067b9e
|
commit: c3fc30cfd5c26195024e0da328349d83af067b9e
|
||||||
|
|
||||||
# ES-DE - END
|
# ES-DE - END
|
||||||
|
|
||||||
|
@ -139,7 +140,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/anthonycaccese/art-book-next-de.git
|
url: https://github.com/anthonycaccese/art-book-next-de.git
|
||||||
branch: 4452f8356819d3cd079549b113fb15edb919a0df
|
commit: 4452f8356819d3cd079549b113fb15edb919a0df
|
||||||
|
|
||||||
|
|
||||||
# External manifests start
|
# External manifests start
|
||||||
|
@ -155,8 +156,6 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
||||||
- type: file
|
|
||||||
path: rd-submodules/retroarch/org.libretro.RetroArch.appdata.xml
|
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/retroarch/retroarch.cfg
|
path: rd-submodules/retroarch/retroarch.cfg
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -169,20 +168,18 @@ modules:
|
||||||
- >-
|
- >-
|
||||||
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
||||||
${FLATPAK_DEST}/etc/retroarch.cfg
|
${FLATPAK_DEST}/etc/retroarch.cfg
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
|
||||||
- cp org.libretro.RetroArch.appdata.xml ${FLATPAK_DEST}/share/appdata
|
|
||||||
modules:
|
modules:
|
||||||
- nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json
|
- rd-submodules/retroarch/nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json
|
||||||
- shared-modules/SDL/SDL-1.2.15.json
|
- shared-modules/SDL/SDL-1.2.15.json
|
||||||
- shared-modules/SDL/SDL_image-1.2.12.json
|
- shared-modules/SDL/SDL_image-1.2.12.json
|
||||||
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
||||||
- shared-modules/SDL/SDL_net-1.2.8.json
|
- shared-modules/SDL/SDL_net-1.2.8.json
|
||||||
- shared-modules/libusb/libusb.json
|
- shared-modules/libusb/libusb.json
|
||||||
- shared-modules/gudev/gudev.json
|
- shared-modules/gudev/gudev.json
|
||||||
- libbz2/libbz2-1.0.8.json
|
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
||||||
- libaio/libaio-0.3.112.json
|
- rd-submodules/retroarch/libaio/libaio-0.3.112.json
|
||||||
- shared-modules/glu/glu-9.json
|
- shared-modules/glu/glu-9.json
|
||||||
- libdecor/libdecor-0.1.0.json
|
- rd-submodules/retroarch/libdecor/libdecor-0.1.0.json
|
||||||
- name: retroarch-filers-video
|
- name: retroarch-filers-video
|
||||||
subdir: gfx/video_filters
|
subdir: gfx/video_filters
|
||||||
make-install-args:
|
make-install-args:
|
||||||
|
@ -190,7 +187,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
commit: de4e56ecf28a09057734f8624af6d62f3088734f
|
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
||||||
- 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:
|
||||||
|
@ -198,7 +195,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
commit: de4e56ecf28a09057734f8624af6d62f3088734f
|
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
||||||
- name: retroarch-assets
|
- name: retroarch-assets
|
||||||
make-install-args:
|
make-install-args:
|
||||||
- PREFIX=${FLATPAK_DEST}
|
- PREFIX=${FLATPAK_DEST}
|
||||||
|
@ -407,9 +404,6 @@ modules:
|
||||||
- /share/pixmaps
|
- /share/pixmaps
|
||||||
post-install:
|
post-install:
|
||||||
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
||||||
- >-
|
|
||||||
install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml
|
|
||||||
/app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml
|
|
||||||
- desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop
|
- desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop
|
||||||
- >-
|
- >-
|
||||||
desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key
|
desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key
|
||||||
|
@ -432,8 +426,6 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^(mainline-0-\d+)$
|
tag-pattern: ^(mainline-0-\d+)$
|
||||||
- type: file
|
|
||||||
path: rd-submodules/yuzu/org.yuzu_emu.yuzu.metainfo.xml
|
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/yuzu/yuzu-launcher.sh
|
path: rd-submodules/yuzu/yuzu-launcher.sh
|
||||||
- type: file
|
- type: file
|
||||||
|
@ -460,7 +452,6 @@ modules:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\d.]+)$
|
tag-pattern: ^v([\d.]+)$
|
||||||
modules:
|
modules:
|
||||||
- shared-modules/glu/glu-9.json
|
|
||||||
- name: libaio
|
- name: libaio
|
||||||
no-autogen: true
|
no-autogen: true
|
||||||
make-install-args:
|
make-install-args:
|
||||||
|
@ -560,16 +551,11 @@ modules:
|
||||||
- >-
|
- >-
|
||||||
install -Dm644 ../AppIcon128.png
|
install -Dm644 ../AppIcon128.png
|
||||||
/app/share/icons/hicolor/128x128/apps/PCSX2.png
|
/app/share/icons/hicolor/128x128/apps/PCSX2.png
|
||||||
- >-
|
|
||||||
install -Dm644 ../net.pcsx2.PCSX2.metainfo.xml
|
|
||||||
/app/share/metainfo/net.pcsx2.PCSX2.metainfo.xml
|
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/PCSX2/pcsx2.git
|
url: https://github.com/PCSX2/pcsx2.git
|
||||||
tag: v1.7.2554
|
tag: v1.7.2554
|
||||||
commit: 0d1675fbaa0d40874df98eed6270efc55620271b
|
commit: 0d1675fbaa0d40874df98eed6270efc55620271b
|
||||||
- type: file
|
|
||||||
path: rd-submodules/pcsx2/net.pcsx2.PCSX2.metainfo.xml
|
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/pcsx2/AppIcon128.png
|
path: rd-submodules/pcsx2/AppIcon128.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue