diff --git a/flathub.yml b/flathub.yml index 36a4dc59..a9906ebb 100644 --- a/flathub.yml +++ b/flathub.yml @@ -4,7 +4,6 @@ runtime-version: 5.15-22.08 sdk: org.kde.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3 - #- org.freedesktop.Sdk.Extension.dotnet6 # Needed for Ryujinx - Removed, check if it's not breaking something else base: io.qt.qtwebengine.BaseApp # Needed for Yuzu base-version: 5.15-22.08 # Needed for Yuzu command: retrodeck.sh @@ -27,7 +26,34 @@ finish-args: - --filesystem=xdg-run/app/com.discordapp.Discord:create # Dolphin - --allow=bluetooth - #- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something + # PPSSPP + # It allows an SDL application to specify its window class, which can be useful for window managers and desktop environments to identify and group similar windows + - --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.retrodeck + - --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.retrodeck + +cleanup: + # ES-DE + - /include + - /share/ffmpeg + - /lib/cmake + - /lib/pkgconfig + # Yuzu + - /include + - /bin/glslangValidator + - /bin/zip* + - /bin/zstd* + - /lib/pkg-config + - /share/doc + - /share/man + - /src + - '*.a' + - '*.la' + # XMLSTARLET + - /lib/debug + - /share/runtime +cleanup-commands: + # Yuzu + - /app/cleanup-BaseApp.sh modules: - name: retrodeck diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml index 550b9233..39933e26 100644 --- a/net.retrodeck.retrodeck.appdata.xml +++ b/net.retrodeck.retrodeck.appdata.xml @@ -68,14 +68,53 @@ https://github.com/XargonWan/RetroDECK/releases/tag/0.6.4b -

New features - General:

+

New - System features:

-

Bug fixes and other changes:

+

New RetroDECK Configurator features:

+

Updates:

+ +

Bugfixes and other changes:

+
@@ -554,4 +593,4 @@ - + \ No newline at end of file diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 73ab7ffd..95676208 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -65,18 +65,18 @@ modules: # The version number is hardcoded in /app/retrodeck/version # # UPDATE STEPS FOR MAIN: - # [ ] Update the VERSION variable + # [X] Update the VERSION variable # [ ] Update the appdata.xml with the version number and notes - # [ ] 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 + # [X] change branch into main in version-initialization (first one) + # [X] change branch into main in retrodeck module (last one) + # [X] if header (before modules) was edited, edit it even in flathub.yml # - name: version-initialization buildsystem: simple build-commands: - | - VERSION=$(git rev-parse --abbrev-ref HEAD) + VERSION="0.7.0b" git checkout ${GITHUB_REF_NAME} mkdir -p ${FLATPAK_DEST}/retrodeck/ @@ -90,7 +90,7 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.7.0b + branch: main - name: xmlstarlet config-opts: @@ -1182,4 +1182,4 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.7.0b + branch: main diff --git a/rd-submodules/retroarch b/rd-submodules/retroarch index 0b1cfb79..fbfdda61 160000 --- a/rd-submodules/retroarch +++ b/rd-submodules/retroarch @@ -1 +1 @@ -Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409 +Subproject commit fbfdda61b3da092a71cc53999dd3e7b909f244e2 diff --git a/rd-submodules/shared-modules b/rd-submodules/shared-modules index a2441b96..50314360 160000 --- a/rd-submodules/shared-modules +++ b/rd-submodules/shared-modules @@ -1 +1 @@ -Subproject commit a2441b964afefd8cd1cebcdf562c7878670daf42 +Subproject commit 50314360ded6fa3b9f0b602513b1164b7a6636ed