mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
Apply suggestions from code review (more changes to come)
* Updated KDE runtime to v5.15-21.08 * Removing old bits that shouldn't be there anymore. Co-authored-by: Hubert Figuière <hub@figuiere.net> Co-authored-by: Bartłomiej Piotrowski <b@bpiotrowski.pl>
This commit is contained in:
parent
6eab1e3cc0
commit
0eb8840e46
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"app-id": "eu.ad5001.LogarithmPlotter",
|
||||
"runtime": "org.kde.Platform",
|
||||
"runtime-version": "5.15",
|
||||
"runtime-version": "5.15-21.08",
|
||||
"sdk": "org.kde.Sdk",
|
||||
"finish-args": [
|
||||
"--share=ipc",
|
||||
"--device=dri",
|
||||
"--socket=x11",
|
||||
"--socket=fallback-x11",
|
||||
"--socket=wayland",
|
||||
"--talk-name=org.freedesktop.DBus.Proprieties",
|
||||
"--talk-name=org.freedesktop.IBus",
|
||||
|
@ -17,7 +17,6 @@
|
|||
"rename-desktop-file": "logarithmplotter.desktop",
|
||||
"rename-icon": "logplotter",
|
||||
"rename-appdata-file": "eu.ad5001.LogarithmPlotter.metainfo.xml",
|
||||
"cleanup": [ ],
|
||||
"post-install": [
|
||||
"install -D mimetypes /app/share/mime/packages/x-logarithm-plot.xml"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue