mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Redirected retroarch to rd-submodules subfolder
This commit is contained in:
parent
c767cfaa9b
commit
6d47e50f8d
|
@ -190,9 +190,9 @@ modules:
|
||||||
url: https://github.com/libretro/RetroArch.git
|
url: https://github.com/libretro/RetroArch.git
|
||||||
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
branch: de4e56ecf28a09057734f8624af6d62f3088734f
|
||||||
- type: file
|
- type: file
|
||||||
path: org.libretro.RetroArch.appdata.xml
|
path: rd-submodules/org.libretro.RetroArch.appdata.xml
|
||||||
- type: file
|
- type: file
|
||||||
path: retroarch.cfg
|
path: rd-submodules/retroarch.cfg
|
||||||
post-install:
|
post-install:
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
- mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
||||||
- >-
|
- >-
|
||||||
|
@ -206,8 +206,8 @@ modules:
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
||||||
- cp org.libretro.RetroArch.appdata.xml ${FLATPAK_DEST}/share/appdata
|
- cp org.libretro.RetroArch.appdata.xml ${FLATPAK_DEST}/share/appdata
|
||||||
modules:
|
modules:
|
||||||
- libpng/libpng-1.6.35.json
|
- rd-submodules/libpng/libpng-1.6.35.json
|
||||||
- nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json
|
- rd-submodules/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
|
||||||
|
@ -215,11 +215,11 @@ modules:
|
||||||
- shared-modules/SDL/SDL_ttf-2.0.11.json
|
- shared-modules/SDL/SDL_ttf-2.0.11.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/libbz2/libbz2-1.0.8.json
|
||||||
- xrandr/xrandr-1.5.1.json
|
- rd-submodules/xrandr/xrandr-1.5.1.json
|
||||||
- libaio/libaio-0.3.112.json
|
- rd-submodules/libaio/libaio-0.3.112.json
|
||||||
- shared-modules/glu/glu-9.json
|
- rd-submodules/shared-modules/glu/glu-9.json
|
||||||
- libdecor/libdecor-0.1.0.json
|
- rd-submodules/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:
|
||||||
|
|
Loading…
Reference in a new issue