# Flatpak manifest. Build with: # flatpak-builder --user --install build packaging/linux/com.infrawrench.schist.yaml app-id: com.infrawrench.schist runtime: org.freedesktop.Platform runtime-version: '24.08' sdk: org.freedesktop.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.rust-stable command: schist finish-args: - --socket=wayland - --socket=fallback-x11 - --share=ipc - --device=dri # Schist only touches files the user picks through the portal. - --filesystem=xdg-pictures - --filesystem=xdg-documents build-options: append-path: /usr/lib/sdk/rust-stable/bin env: CARGO_HOME: /run/build/schist/cargo modules: - name: schist buildsystem: simple build-commands: - cargo --offline build --release -p schist-app - install -Dm755 target/release/schist /app/bin/schist - install -Dm644 packaging/linux/schist.desktop /app/share/applications/com.infrawrench.schist.desktop - install -Dm644 packaging/linux/com.infrawrench.schist.mime.xml /app/share/mime/packages/com.infrawrench.schist.xml - install -Dm644 packaging/linux/schist.png /app/share/icons/hicolor/256x256/apps/com.infrawrench.schist.png sources: - type: dir path: ../..