34 lines
983 B
YAML
34 lines
983 B
YAML
flatpak:
|
|
id: org.kde.kile
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- kile
|
|
- konsole-part
|
|
- okular
|
|
- ImageMagick
|
|
command: kile
|
|
rename-mime-file: kile.xml
|
|
add-extensions:
|
|
org.fedoraproject.Sdk.Extension.texlive:
|
|
directory: texlive
|
|
version: f44
|
|
add-ld-path: lib
|
|
autodelete: true
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=cups
|
|
--socket=pulseaudio
|
|
--talk-name=org.freedesktop.Flatpak
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
--env=PATH=/app/texlive/bin:/app/bin:/usr/bin
|
|
--env=PERL5LIB=/app/texlive/lib/perl5
|
|
--env=TEXMFROOT=/app/texlive
|
|
--env=ASYMPTOTE_DIR=/app/texlive/share/asymptote
|