-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathcom.aresvalley.artemis.yaml
More file actions
45 lines (36 loc) · 1.17 KB
/
Copy pathcom.aresvalley.artemis.yaml
File metadata and controls
45 lines (36 loc) · 1.17 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
id: com.aresvalley.artemis
runtime: org.kde.Platform
runtime-version: '6.10'
sdk: org.kde.Sdk
command: artemis-launcher
base: io.qt.PySide.BaseApp
base-version: '6.10'
build-options:
env:
BASEAPP_REMOVE_WEBENGINE: "1"
BASEAPP_DISABLE_NUMPY: "1"
QT_QPA_PLATFORMTHEME: kde
cleanup-commands:
- /app/cleanup-BaseApp.sh
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --share=ipc
- --device=dri
- --share=network
- --socket=pulseaudio
modules:
- python3-requirements.json
- name: artemis
buildsystem: simple
build-commands:
- pip3 install --prefix=${FLATPAK_DEST} --no-deps --no-build-isolation .
- install -Dm755 artemis-launcher ${FLATPAK_DEST}/bin/artemis-launcher
- install -Dm644 data/com.aresvalley.artemis.desktop -t ${FLATPAK_DEST}/share/applications/
- install -Dm644 data/com.aresvalley.artemis.svg -t ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
- install -Dm644 data/com.aresvalley.artemis.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
sources:
- type: git
url: https://github.com/AresValley/Artemis
tag: v1-flatpak
commit: fe51771946ab38d73d1b3c61ec21b5903aa93e28