Reformat flatpak.
This commit is contained in:
41
flatpak/org.eu.encom.matrique.json
Normal file
41
flatpak/org.eu.encom.matrique.json
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
{
|
||||
"id": "org.eu.encom.matrique",
|
||||
"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",
|
||||
"--device=dri",
|
||||
"--filesystem=home:rw",
|
||||
"--filesystem=/tmp:rw"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
"name": "matrique",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"ls -l",
|
||||
"qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler",
|
||||
"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",
|
||||
"path": "../"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user