forked from shrimqy/Sefirah
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.castle.sefirah.yaml
More file actions
46 lines (43 loc) · 1.47 KB
/
Copy pathcom.castle.sefirah.yaml
File metadata and controls
46 lines (43 loc) · 1.47 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
id: com.castle.sefirah
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.dotnet9
command: Sefirah
finish-args:
- --socket=x11
- --socket=wayland
- --socket=session-bus
- --device=dri
- --share=ipc
- --share=network
- --talk-name=org.freedesktop.DBus
- --talk-name=org.freedesktop.portal.*
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.gtk.vfs.*
- --filesystem=home
- --filesystem=xdg-run/gvfs
- --filesystem=xdg-run/gvfsd
- --env=DOTNET_ROOT=/app/lib/dotnet
modules:
- name: Sefirah
buildsystem: simple
sources:
- type: dir
path: src/Sefirah/bin/x64/Release/net9.0-desktop/linux-x64/publish
- type: file
path: flatpak/com.castle.sefirah.desktop
- type: file
path: flatpak/icons/48x48/com.castle.sefirah.png
- type: file
path: flatpak/icons/256x256/com.castle.sefirah.png
build-commands:
- mkdir -p /app/bin
- cp -r * /app/bin/
- mkdir -p /app/share/applications
- install -Dm644 com.castle.sefirah.desktop /app/share/applications/com.castle.sefirah.desktop
- mkdir -p /app/share/icons/hicolor/48x48/apps
- mkdir -p /app/share/icons/hicolor/256x256/apps
- install -Dm644 com.castle.sefirah.png /app/share/icons/hicolor/48x48/apps/com.castle.sefirah.png
- install -Dm644 com.castle.sefirah.png /app/share/icons/hicolor/256x256/apps/com.castle.sefirah.png