30 lines
856 B
YAML
30 lines
856 B
YAML
flatpak:
|
|
id: com.github.xournalpp.xournalpp
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- xournalpp
|
|
- xournalpp-plugins
|
|
- libgs
|
|
command: xournalpp
|
|
add-extensions:
|
|
org.fedoraproject.Sdk.Extension.texlive:
|
|
directory: texlive
|
|
version: f44
|
|
add-ld-path: lib
|
|
autodelete: true
|
|
no-autodownload: true
|
|
finish-args: |-
|
|
--filesystem=host
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--filesystem=xdg-run/pipewire-0
|
|
--persist=.xournalpp
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--talk-name=org.gtk.vfs.*
|
|
--env=PATH=/app/texlive/bin:/app/bin:/usr/bin
|
|
--env=TEXMFROOT=/app/texlive
|