62 lines
2 KiB
YAML
62 lines
2 KiB
YAML
flatpak:
|
|
id: org.geany.Geany
|
|
branch: stable
|
|
command: geany
|
|
rename-appdata-file: geany.appdata.xml
|
|
rename-desktop-file: geany.desktop
|
|
rename-icon: geany
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--share=network
|
|
--filesystem=host
|
|
--filesystem=xdg-run/geany:create
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- geany
|
|
- geany-plugins-addons
|
|
- geany-plugins-autoclose
|
|
- geany-plugins-automark
|
|
- geany-plugins-codenav
|
|
- geany-plugins-commander
|
|
- geany-plugins-common
|
|
- geany-plugins-debugger
|
|
- geany-plugins-defineformat
|
|
- geany-plugins-geanyctags
|
|
- geany-plugins-geanydoc
|
|
- geany-plugins-geanyextrasel
|
|
# - geany-plugins-geanygendoc # ctpl, /usr/bin/rst2html
|
|
- geany-plugins-geanyinsertnum
|
|
- geany-plugins-geanymacro
|
|
- geany-plugins-geanyminiscript
|
|
- geany-plugins-geanynumberedbookmarks
|
|
- geany-plugins-geanypg
|
|
- geany-plugins-geanyprj
|
|
- geany-plugins-geanyvc
|
|
- geany-plugins-geniuspaste
|
|
- geany-plugins-git-changebar
|
|
- geany-plugins-keyrecord
|
|
# - geany-plugins-latex # texlive
|
|
- geany-plugins-lineoperations
|
|
- geany-plugins-lipsum
|
|
- geany-plugins-markdown
|
|
- geany-plugins-overview
|
|
- geany-plugins-pairtaghighlighter
|
|
- geany-plugins-pohelper
|
|
- geany-plugins-pretty-printer
|
|
- geany-plugins-projectorganizer
|
|
# - geany-plugins-scope # gdb
|
|
- geany-plugins-sendmail
|
|
- geany-plugins-shiftcolumn
|
|
- geany-plugins-spellcheck
|
|
- geany-plugins-tableconvert
|
|
- geany-plugins-treebrowser
|
|
# - geany-plugins-updatechecker # doesn't make sense for distro package
|
|
- geany-plugins-vimode
|
|
- geany-plugins-webhelper
|
|
- geany-plugins-workbench
|
|
- geany-plugins-xmlsnippets
|
|
- git-core # for geanyvc
|