mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
MANIFEST: cleanup
This commit is contained in:
parent
66a06e902c
commit
1b6fb1d0e3
|
@ -350,7 +350,6 @@ modules:
|
||||||
- name: retrodeck-es-de
|
- name: retrodeck-es-de
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn files/* "${FLATPAK_DEST}"
|
- cp -rn files/* "${FLATPAK_DEST}"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -371,7 +370,6 @@ modules:
|
||||||
- cp -rn ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
- cp -rn ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- RetroArch-Linux-x86_64/*.AppImage --appimage-extract
|
- RetroArch-Linux-x86_64/*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -491,7 +489,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
|
@ -580,7 +577,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||||
sources:
|
sources:
|
||||||
- type:
|
- type:
|
||||||
|
@ -622,7 +618,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/bin* "${FLATPAK_DEST}/bin"
|
- cp -rn squashfs-root/usr/bin* "${FLATPAK_DEST}/bin"
|
||||||
- cp -rn squashfs-root/usr/lib* "${FLATPAK_DEST}/lib"
|
- cp -rn squashfs-root/usr/lib* "${FLATPAK_DEST}/lib"
|
||||||
- cp -rn squashfs-root/usr/share* "${FLATPAK_DEST}/share"
|
- cp -rn squashfs-root/usr/share* "${FLATPAK_DEST}/share"
|
||||||
|
@ -683,7 +678,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}/duckstation"
|
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}/duckstation"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
|
@ -700,7 +694,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
|
||||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||||
#TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh
|
#TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh
|
||||||
sources:
|
sources:
|
||||||
|
@ -824,13 +817,9 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
mkdir -p ${FLATPAK_DEST}/ryujinx
|
mkdir -p ${FLATPAK_DEST}
|
||||||
mkdir -p ${FLATPAK_DEST}/bin
|
mv -v * ${FLATPAK_DEST}
|
||||||
chmod +x Ryujinx.sh
|
chmod +x ${FLATPAK_DEST}/app/*
|
||||||
chmod +x Ryujinx
|
|
||||||
mv -v * ${FLATPAK_DEST}/ryujinx
|
|
||||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx.sh ${FLATPAK_DEST}/bin/Ryujinx.sh
|
|
||||||
chmod +x ${FLATPAK_DEST}/bin/Ryujinx.sh
|
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip
|
url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip
|
||||||
|
|
Loading…
Reference in a new issue