forked from DeedleFake/celestia-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
space.celestia.celestia_qt6.yml
46 lines (39 loc) · 1.23 KB
/
space.celestia.celestia_qt6.yml
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
app-id: space.celestia.celestia_qt6
runtime: org.kde.Platform
runtime-version: '6.4'
sdk: org.kde.Sdk
command: celestia-qt6
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --device=dri
- --filesystem=home
modules:
- shared-modules/lua5.4/lua-5.4.json
- name: eigen
buildsystem: cmake
builddir: true
sources:
- type: git
url: https://gitlab.com/libeigen/eigen
tag: 3.4.0
commit: 3147391d946bb4b6c68edd901f2add6ac1f31f8c
- name: celestia-content
buildsystem: cmake
sources:
- type: git
url: https://github.com/CelestiaProject/CelestiaContent
commit: d9580cd639ba583fec206b008646c2cc65782839
- name: celestia
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DENABLE_QT6=ON
- -DENABLE_QT5=OFF
- -DUSE_WAYLAND=ON
post-install:
- mv /app/share/applications/celestia-qt6.desktop /app/share/applications/space.celestia.celestia_qt6.desktop
- install -Dm644 /app/share/pixmaps/celestia.png /app/share/icons/hicolor/256x256/apps/space.celestia.celestia_qt6.png # TODO: Update the .desktop file and remove the duplicate icon.
sources:
- type: git
url: https://github.com/CelestiaProject/Celestia