Compare commits

..

5 commits

Author SHA1 Message Date
Yaakov Selkowitz
c3bff9bb0d Fix renames 2023-11-15 13:48:14 -05:00
Yaakov Selkowitz
392570b1d7 Fix deps 2023-11-15 12:50:14 -05:00
Yaakov Selkowitz
b8f2b38e36 Update deps 2023-11-15 12:04:25 -05:00
Yaakov Selkowitz
3d944f0ad6 Rebuild 2023-11-15 11:52:28 -05:00
Yaakov Selkowitz
ffb93406b0 Rename to celestia_qt6 2023-11-15 10:30:11 -05:00
4 changed files with 83 additions and 1 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# celestia-qt
The celestia-qt package

59
celestia-qt.yaml Normal file
View file

@ -0,0 +1,59 @@
---
document: modulemd
version: 2
data:
summary: OpenGL real-time visual space simulation (Qt)
description: >-
Celestia is a real-time space simulation which lets you experience the universe
in three dimensions. Celestia does not confine you to the surface of the Earth,
it allows you to travel throughout the solar system, to any of over 100,000 stars,
or even beyond the galaxy.
Travel in Celestia is seamless; the exponential zoom feature lets you explore
space across a huge range of scales, from galaxy clusters down to spacecraft only
a few meters across. A 'point-and-goto' interface makes it simple to navigate
through the universe to the object you want to visit.
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-kde6-runtime: [f38]
platform: [f38]
requires:
flatpak-kde6-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- celestia-qt
components:
rpms:
celestia:
rationale: Application package
ref: f38
buildorder: 100
arches: [aarch64, x86_64]
celestia-data:
rationale: Application package
ref: f38
arches: [aarch64, x86_64]
fmt:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
google-noto-fonts:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
libavif:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
luajit:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
...

21
container.yaml Normal file
View file

@ -0,0 +1,21 @@
compose:
modules:
- celestia-qt:f38
flatpak:
id: space.celestia.celestia_qt
name: eol/celestia-qt
end-of-life-rebase: space.celestia.celestia_qt6
branch: stable
command: celestia-qt6
rename-appdata-file: space.celestia.celestia_qt6.metainfo.xml
rename-desktop-file: celestia-qt6.desktop
rename-icon: celestia
# writes ~/.celestiarc, can save pictures and videos
finish-args: |-
--device=dri
--filesystem=home
--share=ipc
--share=network
--socket=x11
cleanup-commands: |
ln -sfn /usr/share/fonts/dejavu-sans-fonts /app/share/celestia/fonts

View file

@ -1 +0,0 @@
rpms/celestia retired due to licensing issues