mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-04-10 19:15:18 +00:00
1.12
This commit is contained in:
parent
502fcb230f
commit
be6dc9a80e
|
@ -4,6 +4,7 @@ runtime-version: '21.08'
|
||||||
sdk: org.freedesktop.Sdk
|
sdk: org.freedesktop.Sdk
|
||||||
rename-icon: ppsspp
|
rename-icon: ppsspp
|
||||||
rename-desktop-file: PPSSPPSDL.desktop
|
rename-desktop-file: PPSSPPSDL.desktop
|
||||||
|
rename-appdata-file: appdata.xml
|
||||||
command: PPSSPPSDL
|
command: PPSSPPSDL
|
||||||
finish-args:
|
finish-args:
|
||||||
- --device=all
|
- --device=all
|
||||||
|
@ -31,11 +32,11 @@ modules:
|
||||||
- make -j${FLATPAK_BUILDER_N_JOBS} && make install
|
- make -j${FLATPAK_BUILDER_N_JOBS} && make install
|
||||||
post-install:
|
post-install:
|
||||||
- desktop-file-edit --set-name=PPSSPP --set-icon=${FLATPAK_ID} ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
- desktop-file-edit --set-name=PPSSPP --set-icon=${FLATPAK_ID} ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
||||||
- install -Dm644 appdata.xml ${FLATPAK_DEST}/share/appdata/${FLATPAK_ID}.appdata.xml
|
- install -Dm644 appdata.xml -t ${FLATPAK_DEST}/share/appdata
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/hrydgard/ppsspp.git
|
url: https://github.com/hrydgard/ppsspp.git
|
||||||
tag: v1.11.3
|
tag: v1.12
|
||||||
|
|
||||||
- type: file
|
- type: file
|
||||||
path: appdata.xml
|
path: appdata.xml
|
||||||
|
|
Loading…
Reference in a new issue