mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-03-03 06:00:57 +00:00
Update to kde5.12
We also resize the svg in a hackish way using sed because I couldn't get rsvg-convert to work properly. Could be the version in the runtime, will investigate when able.
This commit is contained in:
parent
2a54afafbd
commit
d708ee7225
|
@ -2,7 +2,7 @@
|
||||||
"app-id": "org.DolphinEmu.dolphin-emu",
|
"app-id": "org.DolphinEmu.dolphin-emu",
|
||||||
"branch": "stable",
|
"branch": "stable",
|
||||||
"runtime": "org.kde.Platform",
|
"runtime": "org.kde.Platform",
|
||||||
"runtime-version": "5.11",
|
"runtime-version": "5.12",
|
||||||
"sdk": "org.kde.Sdk",
|
"sdk": "org.kde.Sdk",
|
||||||
"command": "dolphin-emu",
|
"command": "dolphin-emu",
|
||||||
"rename-desktop-file": "dolphin-emu.desktop",
|
"rename-desktop-file": "dolphin-emu.desktop",
|
||||||
|
@ -67,7 +67,8 @@
|
||||||
"/share/man"
|
"/share/man"
|
||||||
],
|
],
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml",
|
||||||
|
"sed -i -e 's/\"2048\"/\"512\"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue