Update to 1.10

This commit is contained in:
Bartłomiej Piotrowski 2020-06-28 17:11:41 +02:00
parent eb158a3e15
commit 22721bf83d
3 changed files with 8 additions and 9 deletions

View file

@ -20,6 +20,7 @@
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot> <screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="1.10.0" date="2020-06-27"/>
<release version="1.9.4" date="2019-10-17"/> <release version="1.9.4" date="2019-10-17"/>
<release version="1.8.0" date="2019-03-14"/> <release version="1.8.0" date="2019-03-14"/>
<release version="1.7.5" date="2018-12-05"/> <release version="1.7.5" date="2018-12-05"/>

View file

@ -12,7 +12,6 @@
"--device=all", "--device=all",
"--filesystem=host:ro", "--filesystem=host:ro",
"--socket=pulseaudio", "--socket=pulseaudio",
"--socket=wayland",
"--socket=x11", "--socket=x11",
"--share=network" "--share=network"
], ],
@ -22,7 +21,7 @@
{ {
"name": "libzip", "name": "libzip",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": ["-DCMAKE_BUILD_TYPE=Release"], "config-opts": ["-DCMAKE_BUILD_TYPE=RelWithDebInfo"],
"cleanup": [ "cleanup": [
"/bin", "/bin",
"/include", "/include",
@ -32,8 +31,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://libzip.org/download/libzip-1.5.2.tar.xz", "url": "https://libzip.org/download/libzip-1.7.1.tar.xz",
"sha256": "b3de4d4bd49a01e0cab3507fc163f88e1651695b6b9cb25ad174dbe319d4a3b4" "sha256": "a020dc1b17a79faa748e43a05f8605d65e403813e8e97ad3a300a90ddba097ac"
} }
] ]
}, },
@ -42,15 +41,15 @@
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"no-make-install": true, "no-make-install": true,
"config-opts": [ "config-opts": [
"-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DOpenGL_GL_PREFERENCE=GLVND" "-DOpenGL_GL_PREFERENCE=GLVND"
], ],
"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/",
"ln -s /app/ppsspp/PPSSPPSDL /app/bin/ppsspp",
"cp -dr assets /app/ppsspp/", "cp -dr assets /app/ppsspp/",
"install -Dm644 icons/icon-512.svg /app/share/icons/hicolor/scalable/apps/ppsspp.svg", "install -Dm644 icons/icon-512.svg /app/share/icons/hicolor/scalable/apps/ppsspp.svg",
"ln -s /app/ppsspp/PPSSPPSDL /app/bin/ppsspp",
"install -m644 ppsspp.desktop /app/share/applications/", "install -m644 ppsspp.desktop /app/share/applications/",
"install -Dm644 appdata.xml /app/share/appdata/ppsspp.appdata.xml" "install -Dm644 appdata.xml /app/share/appdata/ppsspp.appdata.xml"
], ],
@ -58,8 +57,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/hrydgard/ppsspp.git", "url": "https://github.com/hrydgard/ppsspp.git",
"tag": "v1.9.4", "commit": "401df203844465b84015d4710c6f02914b890589"
"disable-shallow-clone": true
}, },
{ {
"type": "file", "type": "file",

@ -1 +1 @@
Subproject commit 0726b4fb8c9aa72fe362dfede419e811caad5b45 Subproject commit 2ea43be923edb2cef57aa4820b3cae391c440c8f