-
Notifications
You must be signed in to change notification settings - Fork 3
/
com.lablicate.OpenChrom.yaml
49 lines (49 loc) · 1.62 KB
/
com.lablicate.OpenChrom.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
46
47
48
49
app-id: com.lablicate.OpenChrom
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: openchrom
finish-args:
- --socket=x11
- --share=ipc
- --device=dri
- --share=network
- --socket=pulseaudio
- --persist=.openchrom
- --persist=.eclipse/org.eclipse.swtchart.extensions
- --filesystem=/tmp:rw
- --talk-name=org.freedesktop.secrets
modules:
- name: openchrom
buildsystem: simple
build-options:
strip: false
no-debuginfo: true
build-commands:
- mv openchrom ${FLATPAK_DEST}/openchrom/
- mkdir -p ${FLATPAK_DEST}/bin
- ln -sf ${FLATPAK_DEST}/openchrom/openchrom ${FLATPAK_DEST}/bin/
- install -Dm644 ${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- install -Dm644 ${FLATPAK_ID}.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
- install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
sources:
- type: archive
only-arches:
- x86_64
url: https://products.lablicate.com/openchrom/1.5.0/openchrom-lablicate_linux.x86_64_1.5.0.tar.gz
sha256: 5ad047ebd83e6e224f5c1d33204568646c43cd88fc97a7d6c9990969ea7c1c9b
strip-components: 0
dest: openchrom
- type: archive
only-arches:
- aarch64
url: https://products.lablicate.com/openchrom/1.5.0/openchrom-lablicate_linux.aarch64_1.5.0.tar.gz
sha256: 2cc071b5f778d8edf8a662f12da92f72d2a6fc5e9eb44de890246ef741dcd170
strip-components: 0
dest: openchrom
- type: file
path: com.lablicate.OpenChrom.desktop
- type: file
path: com.lablicate.OpenChrom.png
- type: file
path: com.lablicate.OpenChrom.metainfo.xml