mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
HeaderNavigation and StationCard access dialogs via app.aboutDialog etc., but Main.qml never exported those ids as property aliases after the QML module refactor. Align AboutDialog anchoring with the other dialogs.
35 lines
937 B
JSON
35 lines
937 B
JSON
{
|
|
"app-id": "de.nerdbear.bearwave",
|
|
"version": "1.0.8",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "6.10",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "bearwave",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--socket=wayland",
|
|
"--socket=fallback-x11",
|
|
"--socket=pulseaudio",
|
|
"--own-name=org.mpris.MediaPlayer2.bearwave",
|
|
"--talk-name=org.freedesktop.Notifications",
|
|
"--talk-name=org.kde.StatusNotifierWatcher",
|
|
"--share=ipc"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "bearwave",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DBEARWAVE_BUILD_TESTS=OFF"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |