35 lines
1 KiB
YAML
35 lines
1 KiB
YAML
platforms:
|
|
only:
|
|
- x86_64
|
|
- aarch64
|
|
- ppc64le
|
|
flatpak:
|
|
id: com.nextcloud.desktopclient.nextcloud
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- nextcloud-client
|
|
command: nextcloud
|
|
rename-mime-file: nextcloud.xml
|
|
rename-icon: Nextcloud
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--filesystem=xdg-run/Nextcloud:create
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--own-name=com.nextcloudgmbh.Nextcloud
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.freedesktop.secrets
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
--talk-name=org.kde.kwalletd5
|
|
--talk-name=org.kde.kwalletd6
|
|
--talk-name=org.kde.StatusNotifierWatcher
|
|
cleanup-commands: |
|
|
find /app/share/icons/hicolor/1024x1024/ -delete
|