diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 2f72ca15..dc2c01a4 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -42,8 +42,6 @@ jobs: io.qt.qtwebengine.BaseApp/x86_64/6.3 \ org.freedesktop.Sdk.Extension.llvm13 \ org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08 - echo ${GITHUB_WORKSPACE} #DEBUG - df -h ${GITHUB_WORKSPACE} #DEBUG /bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives - name: Build flatpak diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 5aa7fb48..2309913d 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -74,6 +74,7 @@ modules: # [ ] change branch into main in version-initialization (first one) # [ ] change branch into main in retrodeck module (last one) # [ ] if header (before modules) was edited, edit it even in flathub.yml + # [ ] Vita3K: update branch to main (and remember to download it the first time) # - name: version-initialization buildsystem: simple @@ -1144,9 +1145,9 @@ modules: buildsystem: simple build-commands: - | - mv publish ${FLATPAK_DEST}/ryujinx - ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /app/bin/Ryujinx - # chmod +x /app/bin/Ryujinx + tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz + mv -v publish ${FLATPAK_DEST}/ryujinx + ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx sources: - type: file url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz @@ -1154,7 +1155,29 @@ modules: # Ryujinx - END - # External manifests end + # Vita3K - START + # NOTE: this is a continuos release, it's provided but not supported + # to update this module: + # wget https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip -O rd-submodules/vita3k/vita3k-14-01-23.zip + # sha256sum rd-submodules/vita3k/vita3k*.zip + # change url and sha + # check the branch in the url + + - name: Vita3K + buildsystem: simple + build-commands: + - | + mkdir -p ${FLATPAK_DEST}/vita3k + cp -r * ${FLATPAK_DEST}/vita3k + ln -s ${FLATPAK_DEST}/Vita3K /app/bin/Vita3K + sources: + - type: archive + url: https://github.com/XargonWan/RetroDECK/raw/cooker-0.7.0b/rd-submodules/vita3k/vita3k-14-01-23.zip + sha256: f814fa5efba6037cef629f7a796dec7ee3d5b9808532230a93b1b8c42981b53b + + # Vita3K - END + + # External manifests end - name: retrodeck buildsystem: simple diff --git a/rd-submodules/retroarch b/rd-submodules/retroarch index 0b1cfb79..717b7809 160000 --- a/rd-submodules/retroarch +++ b/rd-submodules/retroarch @@ -1 +1 @@ -Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409 +Subproject commit 717b78093797270877ec416e58082f1c71d435d8 diff --git a/rd-submodules/vita3k/vita3k-14-01-23.zip b/rd-submodules/vita3k/vita3k-14-01-23.zip new file mode 100644 index 00000000..4cd7532e Binary files /dev/null and b/rd-submodules/vita3k/vita3k-14-01-23.zip differ