22 lines
586 B
YAML
22 lines
586 B
YAML
flatpak:
|
|
id: io.github.Hexchat
|
|
branch: stable
|
|
command: hexchat
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=pulseaudio
|
|
--filesystem=xdg-config/hexchat
|
|
--filesystem=xdg-download
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.mpris.MediaPlayer2.*
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- hexchat
|
|
# optional plugins
|
|
- hexchat-autoaway
|
|
# for lua extension scripts
|
|
- lua-lgi
|
|
- gtk2-flatpak-config
|