-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxyz.majou.Kakera.yml
More file actions
98 lines (85 loc) · 2.69 KB
/
Copy pathxyz.majou.Kakera.yml
File metadata and controls
98 lines (85 loc) · 2.69 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
id: xyz.majou.Kakera
runtime: org.gnome.Platform
runtime-version: '49'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
command: kakera
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --device=dri
- --share=network
- --talk-name=org.freedesktop.Flatpak
- --filesystem=home
- --filesystem=/run/media
- --filesystem=xdg-data/umu:create
- --allow=multiarch
- --allow=per-app-dev-shm
- --socket=pulseaudio
add-extensions:
org.freedesktop.Platform.Compat.i386:
directory: lib/i386-linux-gnu
version: '25.08'
org.freedesktop.Platform.GL32:
directory: lib/i386-linux-gnu/GL
version: '1.4'
versions: 25.08;1.4
subdirectories: true
no-autodownload: true
autodelete: false
add-ld-path: lib
download-if: active-gl-driver
enable-if: active-gl-driver
modules:
- name: platform-bootstrap
buildsystem: simple
build-commands:
- mkdir -p /app/lib/i386-linux-gnu
- mkdir -p /app/lib/i386-linux-gnu/GL
- name: xdotool
buildsystem: simple
build-commands:
- make WITHOUT_RPATH_FIX=1
- make PREFIX=/app install
sources:
- type: archive
url: https://github.com/jordansissel/xdotool/archive/refs/tags/v4.20260303.1.tar.gz
sha256: c1f971a384da588eb99ca0755fc4300316d49c1e612537e3f1de52215e104fa3
- name: dioxus-cli
buildsystem: simple
build-commands:
- install -Dm755 dx /app/bin/dx
sources:
- type: archive
url: https://github.com/DioxusLabs/dioxus/releases/download/v0.7.9/dx-x86_64-unknown-linux-gnu.tar.gz
sha256: 3b132551b480bc96f938f9f0d37936ee1190f994977539dcc347eaf38540d005
strip-components: 0
- name: umu-launcher
buildsystem: simple
build-commands:
- install -Dm755 umu/umu-run /app/bin/umu-run
sources:
- type: archive
url: https://github.com/Open-Wine-Components/umu-launcher/releases/download/1.4.0/umu-launcher-1.4.0-zipapp.tar
sha256: 138ce4b8843608a257d4bee88191ca78a989778bcefd8abb3c1d1aaac3ac6fb8
strip-components: 0
- name: kakera
buildsystem: simple
build-options:
env:
CARGO_HOME: /run/build/kakera/cargo
RUSTFLAGS: -L native=/app/lib
build-commands:
- dx build --release --platform linux --cargo-args="--locked --offline"
- install -Dm755 target/dx/kakera/release/linux/app/kakera /app/bin/kakera
- install -d /app/lib/kakera
- cp -a target/dx/kakera/release/linux/app/assets/. /app/lib/kakera/assets/
sources:
- cargo-sources.json
- type: git
url: https://github.com/enotan/kakera.git
tag: v0.1.4