31 lines
987 B
YAML
31 lines
987 B
YAML
flatpak:
|
|
id: org.kde.okular
|
|
branch: stable
|
|
command: okular
|
|
rename-icon: okular
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--share=ipc
|
|
--share=network
|
|
--socket=cups
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--filesystem=xdg-run/speech-dispatcher
|
|
--system-talk-name=org.freedesktop.UDisks2
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- okular
|
|
- calligra-okular-odpgenerator
|
|
- calligra-okular-odtgenerator
|
|
- phonon-qt6-flatpak-config
|
|
cleanup-commands: |
|
|
sed -i -e 's|%i -qwindowtitle %c||' /app/share/applications/*
|
|
for f in /app/share/applications/okularApplication_* ; do \
|
|
mv $f ${f/okularApplication_/org.kde.okular-}; \
|
|
done
|