A framework for building convergent cross-platform Nextcloud clients using Flutter.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
app-id: de.provokateurin.neon
|
|
|
|
runtime: org.freedesktop.Platform
|
|
|
|
runtime-version: '22.08'
|
|
|
|
sdk: org.freedesktop.Sdk
|
|
|
|
command: nextcloud-neon
|
|
|
|
finish-args:
|
|
|
|
- --share=ipc
|
|
|
|
- --socket=fallback-x11
|
|
|
|
- --socket=wayland
|
|
|
|
- --share=network
|
|
|
|
- --device=dri
|
|
|
|
modules:
|
|
|
|
- ../../external/flathub-shared-modules/libappindicator/libappindicator-gtk3-12.10.json
|
|
|
|
- name: nextcloud-neon
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- mkdir -p /app/nextcloud-neon/{data,lib}
|
|
|
|
- cp nextcloud-neon /app/nextcloud-neon/
|
|
|
|
- cp *.so /app/nextcloud-neon/lib/
|
|
|
|
- cp -r flutter_assets icudtl.dat /app/nextcloud-neon/data/
|
|
|
|
- ln -s /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 /app/lib/libsqlite3.so
|
|
|
|
- if [ ! -e '/app/lib/libsqlite3.so' ]; then ln -s -f /usr/lib/aarch64-linux-gnu/libsqlite3.so.0 /app/lib/libsqlite3.so; fi
|
|
|
|
- ln -sf /app/nextcloud-neon/nextcloud-neon /app/bin/nextcloud-neon
|
|
|
|
- install -Dm644 de.provokateurin.neon.desktop /app/share/applications/de.provokateurin.neon.desktop
|
|
|
|
- install -Dm644 logo.svg /app/share/icons/hicolor/scalable/apps/de.provokateurin.neon.svg
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
path: de.provokateurin.neon.desktop
|
|
|
|
- type: file
|
|
|
|
path: assets/logo.svg
|
|
|
|
- type: file
|
|
|
|
path: build/linux/x64/release/bundle/nextcloud-neon
|
|
|
|
- type: dir
|
|
|
|
path: build/linux/x64/release/bundle/lib/
|
|
|
|
- type: dir
|
|
|
|
path: build/linux/x64/release/bundle/data/
|