-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdev.mariinkys.Clockode.yaml
More file actions
34 lines (34 loc) · 1.4 KB
/
dev.mariinkys.Clockode.yaml
File metadata and controls
34 lines (34 loc) · 1.4 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
app-id: dev.mariinkys.Clockode
# Note: No additional GStreamer plugins needed - app uses pipewiresrc which is
# included in org.freedesktop.Platform via PipeWire's gst-plugin-pipewire
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: clockode
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
modules:
- name: clockode
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/clockode/cargo
build-commands:
- cargo --offline fetch --manifest-path Cargo.toml --verbose
- cargo --offline build --release --verbose
- install -Dm0755 ./target/release/clockode /app/bin/clockode
- install -Dm0644 ./resources/dev.mariinkys.Clockode.desktop /app/share/applications/dev.mariinkys.Clockode.desktop
- install -Dm0644 ./resources/dev.mariinkys.Clockode.metainfo.xml /app/share/metainfo/dev.mariinkys.Clockode.metainfo.xml
- install -Dm0644 ./resources/icons/hicolor/256x256/apps/icon.png /app/share/icons/hicolor/256x256/apps/dev.mariinkys.Clockode.png
- install -Dm0644 ./resources/icons/hicolor/scalable/apps/icon.svg /app/share/icons/hicolor/scalable/apps/dev.mariinkys.Clockode.svg
sources:
- type: dir
path: .
- cargo-sources.json