26 lines
791 B
YAML
26 lines
791 B
YAML
flatpak:
|
|
id: io.github.NhekoReborn.Nheko
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- nheko
|
|
command: nheko
|
|
rename-appdata-file: nheko.appdata.xml
|
|
rename-desktop-file: nheko.desktop
|
|
rename-icon: nheko
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--device=all
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--share=network
|
|
--socket=pulseaudio
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.freedesktop.secrets
|
|
--talk-name=org.freedesktop.StatusNotifierItem
|
|
--talk-name=org.kde.kwalletd5
|
|
--talk-name=org.kde.kwalletd6
|
|
--talk-name=org.kde.StatusNotifierWatcher
|