From 1d867d128dd59b4dda1722003d7b21e949c3386f Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 5 Nov 2017 21:49:51 -0500 Subject: [PATCH] Update to 1.4.2 --- appdata.xml | 9 ++++++--- org.ppsspp.PPSSPP.json | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/appdata.xml b/appdata.xml index 0a6dc80..97f13be 100644 --- a/appdata.xml +++ b/appdata.xml @@ -15,9 +15,12 @@ http://www.ppsspp.org/ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/1.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png + + + b@bpiotrowski.pl diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index 6ea8926..e35e269 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -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",