From a7cef2fab90a7558435ff70ae6553bb00b4a6be7 Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Thu, 14 Nov 2024 20:23:25 +0000 Subject: [PATCH] Adjust for desktop file and icon changes --- net.shadps4.shadPS4.svg | 1814 --------------------------------------- net.shadps4.shadPS4.yml | 20 +- 2 files changed, 2 insertions(+), 1832 deletions(-) delete mode 100644 net.shadps4.shadPS4.svg diff --git a/net.shadps4.shadPS4.svg b/net.shadps4.shadPS4.svg deleted file mode 100644 index 3230b73..0000000 --- a/net.shadps4.shadPS4.svg +++ /dev/null @@ -1,1814 +0,0 @@ - - diff --git a/net.shadps4.shadPS4.yml b/net.shadps4.shadPS4.yml index 94f99ce..e4bad20 100644 --- a/net.shadps4.shadPS4.yml +++ b/net.shadps4.shadPS4.yml @@ -4,11 +4,6 @@ runtime-version: '6.8' sdk: org.kde.Sdk command: shadps4 -# TODO: vvvvv These can go away once shadPS4 PRs 1494 and 1495 are merged vvvvv -rename-icon: shadps4 -rename-desktop-file: shadps4.desktop -# TODO: ^^^^^ These can go away once shadPS4 PRs 1494 and 1495 are merged ^^^^^ - finish-args: # gamepad and 3D hardware support - --device=dri @@ -81,21 +76,10 @@ modules: # don't include submodules, which shadps4 depends on (in the externals directory) - type: git url: https://github.com/shadps4-emu/shadPS4 - tag: v.0.4.0 + commit: ce158290fbd7871a3f890323501e6fe3e8bec832 + # tag: v.0.4.0 x-checker-data: type: json url: https://api.github.com/repos/shadps4-emu/shadps4/releases/latest tag-query: .tag_name version-query: .tag_name | sub("^v."; "") - # TODO: vvvvv These can go away once shadPS4 PRs 1494 and 1495 are merged vvvvv - - type: file - path: net.shadps4.shadPS4.metainfo.xml - - type: file - path: net.shadps4.shadPS4.releases.xml - - type: file - path: net.shadps4.shadPS4.svg - post-install: - - install -Dm 644 ../${FLATPAK_ID}.releases.xml -t /app/share/metainfo/releases/ - - install -Dm 644 ../${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo - - install -Dm 644 ../${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps - # TODO: ^^^^^ These can go away once shadPS4 PRs 1494 and 1495 are merged ^^^^^