Spectral/flatpak/org.eu.encom.matrique.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2018-08-01 15:54:18 +00:00
{
2018-08-01 17:49:46 +00:00
"id": "org.eu.encom.matrique",
2018-08-01 15:54:18 +00:00
"rename-icon": "matrique",
"rename-desktop-file": "matrique.desktop",
"runtime": "org.kde.Platform",
"runtime-version": "5.11",
"sdk": "org.kde.Sdk",
"command": "matrique",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
2018-08-02 08:48:54 +00:00
"--device=dri",
"--filesystem=home:rw",
2018-08-02 10:40:49 +00:00
"--filesystem=/tmp:rw",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher"
2018-08-01 15:54:18 +00:00
],
"modules": [
{
"name": "matrique",
"buildsystem": "simple",
"build-commands": [
2018-08-02 08:48:54 +00:00
"ls -l",
2018-08-01 17:49:46 +00:00
"qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler",
2018-08-01 15:54:18 +00:00
"make -j4",
"ls -l",
"install -D matrique /app/bin/matrique",
"install -D matrique.desktop /app/share/applications/matrique.desktop",
"for i in 16x16 32x32 128x128 256x256 512x512; do install -Dm644 icons/${i}.png /app/share/icons/hicolor/${i}/apps/matrique.png; done"
],
"sources": [
{
"type": "dir",
2018-08-02 08:48:54 +00:00
"path": "../"
2018-08-01 15:54:18 +00:00
}
]
}
]
}