-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathme.rueegger.bootmate.yml
More file actions
39 lines (35 loc) · 1.05 KB
/
me.rueegger.bootmate.yml
File metadata and controls
39 lines (35 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
app-id: me.rueegger.bootmate
runtime: org.gnome.Platform
runtime-version: '50'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: bootmate
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
# Access to user autostart directory
- --filesystem=xdg-config/autostart:create
# Read-only access to host /etc (for /etc/xdg/autostart, mounted at /run/host/etc)
- --filesystem=host-etc:ro
# Read-only access to host /usr (for applications, icons, gnome autostart, mounted at /run/host/usr)
- --filesystem=host-os:ro
# Read-only access to Flatpak exports for app icons
- --filesystem=/var/lib/flatpak/exports/share/icons:ro
- --filesystem=xdg-data/flatpak/exports/share/icons:ro
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
env:
CARGO_HOME: /run/build/bootmate/cargo
CARGO_NET_OFFLINE: 'true'
modules:
- name: bootmate
buildsystem: meson
config-opts:
- -Dprofile=release
sources:
- type: dir
path: .
- cargo-sources.json