27 lines
841 B
YAML
27 lines
841 B
YAML
flatpak:
|
|
id: org.kde.sweeper
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- sweeper
|
|
# cleanup-commands (part of runtime)
|
|
- breeze-icon-theme
|
|
command: sweeper
|
|
rename-icon: sweeper
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--talk-name=org.kde.ActivityManager
|
|
--talk-name=org.kde.klipper
|
|
--talk-name=org.kde.Konqueror.*
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
cleanup-commands: |
|
|
install -D -m0644 -t /app/share/icons/hicolor/scalable/apps/ \
|
|
/usr/share/icons/breeze/apps/48/sweeper.svg
|