Files
bearwave/de.nerdbear.bearwave.json
Sebastian Palencsar 448aa130a7 chore: keep release version at 1.0.5 (pkgrel 3)
Bugfix builds should not advance the app version ahead of the published
GitHub/AUR release. Distinct builds are identified by the git hash in
About. Consolidate interim 1.0.6–1.0.8 flatpak notes into 1.0.5.
2026-06-22 16:56:24 +02:00

35 lines
937 B
JSON

{
"app-id": "de.nerdbear.bearwave",
"version": "1.0.5",
"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": "."
}
]
}
]
}