Start of inital project.
This commit is contained in:
35
packaging/org.eyecreate.vehiclevoyage.json
Normal file
35
packaging/org.eyecreate.vehiclevoyage.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "org.eyecreate.vehiclevoyage",
|
||||
"runtime": "org.kde.Platform",
|
||||
"command": "vehiclevoyage",
|
||||
"finish-args": [
|
||||
"--share=ipc",
|
||||
"runtime-version": "5.13",
|
||||
"sdk": "org.kde.Sdk",
|
||||
"--share=network",
|
||||
"--socket=x11",
|
||||
"--socket=wayland",
|
||||
"--device=dri",
|
||||
"--filesystem=home",
|
||||
"--talk-name=org.freedesktop.Notifications"
|
||||
],
|
||||
"separate-locales": false,
|
||||
"modules": [
|
||||
{
|
||||
"name": "vehiclevoyage",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
]
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.eyecreate.org/eyecreate/vehicle-voyage.git",
|
||||
"tag": "v1.0",
|
||||
"commit": "23fdbd27b63dc48085287dcad206786ebfadb9df"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user