-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.plrigaux.sysd-manager.yaml
45 lines (45 loc) · 1.52 KB
/
io.github.plrigaux.sysd-manager.yaml
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
40
41
42
43
44
45
id: io.github.plrigaux.sysd-manager
runtime: org.gnome.Platform
runtime-version: '47'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: sysd-manager
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --filesystem=host-os
- --filesystem=host-etc
- --filesystem=/var/log:ro
- --env=RUST_LOG=info
- --env=RUST_BACKTRACE=1
- --talk-name=org.freedesktop.systemd1
- --system-talk-name=org.freedesktop.systemd1
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
modules:
- name: sysd-manager
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/sysd-manager/cargo
build-commands:
- cargo --offline fetch --manifest-path Cargo.toml --verbose
- cargo --offline build --release --verbose --features flatpak
- install -Dm755 ./target/release/sysd-manager -t /app/bin/
- install -Dm644 ./data/applications/io.github.plrigaux.sysd-manager.desktop -t
/app/share/applications
- install -Dm644 ./data/icons/hicolor/scalable/apps/io.github.plrigaux.sysd-manager.svg
-t /app/share/icons/hicolor/scalable/apps/
- install -Dm644 ./data/schemas/io.github.plrigaux.sysd-manager.gschema.xml -t /app/share/glib-2.0/schemas
- install -Dm644 ./data/metainfo/io.github.plrigaux.sysd-manager.metainfo.xml -t
/app/share/metainfo
- glib-compile-schemas /app/share/glib-2.0/schemas
sources:
- type: git
url: https://github.com/plrigaux/sysd-manager.git
tag: v1.12.1
commit: eaf9c0be124bc741ae9679267c4613b6d06d4c69
- cargo-sources.json