Update to 1.4.2

This commit is contained in:
Patrick Griffis 2017-11-05 21:49:51 -05:00
parent 5bb0e01895
commit 1d867d128d
2 changed files with 12 additions and 6 deletions

View file

@ -15,9 +15,12 @@
<url type="homepage">http://www.ppsspp.org/</url>
<screenshots>
<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/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/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/4.png</screenshot>
</screenshots>
<releases>
<release version="1.4.2" date="2017-05-27"/>
</releases>
<updatecontact>b@bpiotrowski.pl</updatecontact>
</application>

View file

@ -1,6 +1,6 @@
{
"app-id": "org.ppsspp.PPSSPP",
"version": "1.4",
"branch": "stable",
"runtime": "org.freedesktop.Platform",
"runtime-version": "1.6",
"sdk": "org.freedesktop.Sdk",
@ -20,8 +20,11 @@
"shared-modules/glu/glu-9.0.0.json",
{
"name": "ppsspp",
"buildsystem": "cmake",
"buildsystem": "cmake-ninja",
"no-make-install": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"build-commands": [
"mkdir -p /app/ppsspp /app/bin /app/share/applications",
"install -m755 PPSSPPSDL /app/ppsspp/",
@ -35,7 +38,7 @@
{
"type": "git",
"url": "https://github.com/hrydgard/ppsspp.git",
"branch": "v1.4.1"
"commit": "v1.4.2"
},
{
"type": "file",