mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-01-19 19:45:37 +00:00
Update to 1.4.2
This commit is contained in:
parent
5bb0e01895
commit
1d867d128d
|
@ -15,9 +15,12 @@
|
||||||
<url type="homepage">http://www.ppsspp.org/</url>
|
<url type="homepage">http://www.ppsspp.org/</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/1.png</screenshot>
|
<screenshot type="default">https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/1.png</screenshot>
|
||||||
<screenshot >https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png</screenshot>
|
||||||
<screenshot >https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png</screenshot>
|
||||||
<screenshot >https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
<releases>
|
||||||
|
<release version="1.4.2" date="2017-05-27"/>
|
||||||
|
</releases>
|
||||||
<updatecontact>b@bpiotrowski.pl</updatecontact>
|
<updatecontact>b@bpiotrowski.pl</updatecontact>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"app-id": "org.ppsspp.PPSSPP",
|
"app-id": "org.ppsspp.PPSSPP",
|
||||||
"version": "1.4",
|
"branch": "stable",
|
||||||
"runtime": "org.freedesktop.Platform",
|
"runtime": "org.freedesktop.Platform",
|
||||||
"runtime-version": "1.6",
|
"runtime-version": "1.6",
|
||||||
"sdk": "org.freedesktop.Sdk",
|
"sdk": "org.freedesktop.Sdk",
|
||||||
|
@ -20,8 +20,11 @@
|
||||||
"shared-modules/glu/glu-9.0.0.json",
|
"shared-modules/glu/glu-9.0.0.json",
|
||||||
{
|
{
|
||||||
"name": "ppsspp",
|
"name": "ppsspp",
|
||||||
"buildsystem": "cmake",
|
"buildsystem": "cmake-ninja",
|
||||||
"no-make-install": true,
|
"no-make-install": true,
|
||||||
|
"config-opts": [
|
||||||
|
"-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
],
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"mkdir -p /app/ppsspp /app/bin /app/share/applications",
|
"mkdir -p /app/ppsspp /app/bin /app/share/applications",
|
||||||
"install -m755 PPSSPPSDL /app/ppsspp/",
|
"install -m755 PPSSPPSDL /app/ppsspp/",
|
||||||
|
@ -35,7 +38,7 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hrydgard/ppsspp.git",
|
"url": "https://github.com/hrydgard/ppsspp.git",
|
||||||
"branch": "v1.4.1"
|
"commit": "v1.4.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
|
Loading…
Reference in a new issue