Package Details: celestia-qt5-git r7149.3c9edf58d-1

Git Clone URL: https://aur.archlinux.org/celestia-qt5-git.git (read-only, click to copy)
Package Base: celestia-qt5-git
Description: Real-time space simulation (git version with Qt5 and video capture)
Upstream URL: https://celestiaproject.space
Licenses: GPL-2.0-or-later
Conflicts: celestia
Provides: celestia
Submitter: Sich
Maintainer: Sich
Last Packager: Sich
Votes: 3
Popularity: 0.194434
First Submitted: 2024-02-07 07:59 (UTC)
Last Updated: 2024-10-06 07:56 (UTC)

Sources (2)

Latest Comments

MaximGun commented on 2025-01-08 14:59 (UTC) (edited on 2025-01-08 15:04 (UTC) by MaximGun)

To @oldherl's point, the package builds and runs with Qt6 after replacing occurrences of qt5 with qt6 and QT5 with QT6 in the PKGBUILD. These sed statements modify the existing PKGBUILD for Qt6 for anyone interested.

sed -i \
    -e 's/\bqt5\b/qt6/g' \
    -e 's/-DENABLE_QT5=/-DENABLE_QT6=/g' \
    PKGBUILD

oldherl commented on 2024-03-28 05:02 (UTC)

Would you like to add a Qt6 variant? Just change the CMake options and it should be fine.