23 lines
687 B
YAML
23 lines
687 B
YAML
flatpak:
|
|
id: com.github.FeatherPad
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- featherpad
|
|
command: featherpad
|
|
rename-appdata-file: featherpad.metainfo.xml
|
|
rename-desktop-file: featherpad.desktop
|
|
rename-icon: featherpad
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--own-name=org.featherpad.FeatherPad
|
|
--talk-name=org.freedesktop.FileManager1
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|