aboutsummaryrefslogtreecommitdiff
path: root/build-aux/flatpak/systems.tranquil.Map.yml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-03-23 20:52:55 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-04-05 00:31:21 +0200
commitfee554013dab976dde4616e2ade0d12be0f153eb (patch)
tree92578138d7b1fa3edcc337b3516f93be8a9e2ef2 /build-aux/flatpak/systems.tranquil.Map.yml
parentc7e9fb9dac3c0a2b4a0c6c2d5d34a12175aac096 (diff)
Adapt flatpak build to use meson
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