-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchat.quadrix.Quadrix.yml
More file actions
56 lines (56 loc) · 1.94 KB
/
chat.quadrix.Quadrix.yml
File metadata and controls
56 lines (56 loc) · 1.94 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
app-id: chat.quadrix.Quadrix
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '25.08'
command: run.sh
separate-locales: false
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --device=all
- --filesystem=xdg-documents
- --filesystem=xdg-download
- --filesystem=xdg-pictures
- --filesystem=xdg-videos
modules:
- name: quadrix
buildsystem: simple
sources:
- type: file
only-arches:
- x86_64
url: https://quadrix.chat/releases/deb/amd64/quadrix_1.7.2_amd64.deb
sha256: fb4a1dce75480b277c8f9335cfdce225ddabebe749d4d5431929853df5b3efff
- type: file
only-arches:
- aarch64
url: https://quadrix.chat/releases/deb/arm64/quadrix_1.7.2_arm64.deb
sha256: 9338660696b99212b60d45ff90e319998d51ea81482e377de95bb3506af21253
- type: file
path: chat.quadrix.Quadrix.metainfo.xml
- type: file
path: chat.quadrix.Quadrix.desktop
- type: file
path: chat.quadrix.Quadrix.svg
- type: script
dest-filename: run.sh
commands:
- if [ "${XDG_SESSION_TYPE}" == "wayland" ] && [ "${XDG_SESSION_DESKTOP}" == "swmo" -o "${XDG_SESSION_DESKTOP}" == "kde" ]; then
- zypak-wrapper.sh /app/Quadrix/quadrix --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
- else
- zypak-wrapper.sh /app/Quadrix/quadrix "$@"
- fi
build-commands:
- ar x quadrix_*.deb
- rm quadrix_*.deb
- tar xf data.tar.xz
- mv opt/* "/app/Quadrix"
- install -Dm0755 -t /app/bin/ run.sh
- install -Dm0644 chat.quadrix.Quadrix.desktop -t /app/share/applications/
- install -Dm0644 chat.quadrix.Quadrix.metainfo.xml -t /app/share/metainfo/
- install -Dm0644 chat.quadrix.Quadrix.svg -t /app/share/icons/hicolor/scalable/apps/