VITA3K: reintroduced from our verisoned repository

This commit is contained in:
XargonWan 2025-01-10 10:31:55 +09:00
parent b21f00f560
commit ec97d679c6
2 changed files with 19 additions and 19 deletions

View file

@ -26,4 +26,5 @@ hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/release
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-Artifact.tar.gz hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-Artifact.tar.gz
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
hash^RETRODECKRPCS3LATEST^https://github.com/RetroDECK/net.rpcs3.RPCS3/releases/latest/download/RetroDECK-Artifact.tar.gz hash^RETRODECKRPCS3LATEST^https://github.com/RetroDECK/net.rpcs3.RPCS3/releases/latest/download/RetroDECK-Artifact.tar.gz
hash^RETRODECKLATESTVITA3KSH^https://github.com/RetroDECK/Vita3K-bin/releases/latest/download/ubuntu-latest.zip

View file

@ -520,24 +520,23 @@ modules:
Cemu "$@" Cemu "$@"
dest-filename: Cemu-wrapper dest-filename: Cemu-wrapper
# Vita3K - AUTOUPDATED # Vita3K - ROLLING RELEASE
# TODO: disabled until 10/02/2025 as the nightly build failed upstream and the artifact is no more available - name: vita3k
# - name: vita3k buildsystem: simple
# buildsystem: simple build-commands:
# build-commands: # Copying the user icon
# # Copying the user icon - mkdir -p ${FLATPAK_DEST}/retrodeck
# - mkdir -p ${FLATPAK_DEST}/retrodeck - cp retrodeck.png ${FLATPAK_DEST}/retrodeck
# - cp retrodeck.png ${FLATPAK_DEST}/retrodeck - unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K"
# - unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K" - chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K"
# - chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K" - rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh"
# - rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh" - ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
# - ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K sources:
# sources: - type: file
# - type: file url: https://github.com/RetroDECK/Vita3K-bin/releases/latest/download/ubuntu-latest.zip
# url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip sha256: RETRODECKLATESTVITA3KSHA
# sha256: 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5 - type: file
# - type: file path: res/retrodeck.png
# path: res/retrodeck.png
# SOLARUS # SOLARUS
# why from source: they only provide a snap # why from source: they only provide a snap