22 lines
712 B
YAML
22 lines
712 B
YAML
flatpak:
|
|
id: org.kde.kcharselect
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- kcharselect
|
|
# cleanup-commands (part of runtime)
|
|
- breeze-icon-theme
|
|
command: kcharselect
|
|
rename-icon: accessories-character-map
|
|
finish-args: |-
|
|
--device=dri
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
cleanup-commands: |
|
|
install -D -m0664 -t /app/share/icons/hicolor/48x48/apps/ \
|
|
/usr/share/icons/breeze/apps/48/accessories-character-map.svg
|