aboutsummaryrefslogtreecommitdiff
path: root/build-aux/flatpak/systems.tranquil.Map.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/flatpak/systems.tranquil.Map.yml')
-rw-r--r--build-aux/flatpak/systems.tranquil.Map.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/build-aux/flatpak/systems.tranquil.Map.yml b/build-aux/flatpak/systems.tranquil.Map.yml
new file mode 100644
index 0000000..5d733b1
--- /dev/null
+++ b/build-aux/flatpak/systems.tranquil.Map.yml
@@ -0,0 +1,27 @@
+id: systems.tranquil.Map
+runtime: org.gnome.Platform
+runtime-version: '50'
+sdk: org.gnome.Sdk
+sdk-extensions:
+ - org.freedesktop.Sdk.Extension.rust-stable
+command: map
+finish-args:
+ - --device=dri
+ - --share=ipc
+ - --socket=wayland
+ - --socket=fallback-x11
+modules:
+ - name: map
+ buildsystem: meson
+ build-options:
+ append-path: /usr/lib/sdk/rust-stable/bin
+ env:
+ CARGO_NET_OFFLINE: 'true'
+ sources:
+ - type: dir
+ path: ../..
+ - cargo-sources.json
+ - type: shell
+ commands:
+ - mkdir -p .cargo
+ - cp -vf cargo/config .cargo/config.toml