What about make this package build with QT6?
Search Criteria
Package Details: stellarium 25.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/stellarium.git (read-only, click to copy) |
---|---|
Package Base: | stellarium |
Description: | Software which renders realistic skies in real time with OpenGL |
Upstream URL: | https://stellarium.org |
Licenses: | GPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 75 |
Popularity: | 0.61 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2025-03-30 14:51 (UTC) |
Dependencies (19)
- calcmyskyAUR
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gpsd
- libglvnd (libglvnd-gitAUR)
- libindi (libindi-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- nlopt
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-charts
- qt6-multimedia
- qt6-positioning
- qt6-serialport
- qt6-webengine
- qxlsx
- cmake (cmake-gitAUR, cmake3AUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, mesa-minimal-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt6-tools (make)
- man-db (optional) – manual pages for stellarium
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
OctopusET commented on 2022-10-02 12:56 (UTC)
kecef commented on 2022-09-13 20:43 (UTC) (edited on 2022-09-13 20:46 (UTC) by kecef)
@MidnightStarSign, @GaalDornick, @leo_sk and others who have problems with:
FAILED (unknown public key 9380E47C0374E169)
ERROR: One or more PGP signatures could not be verified!
Please, check on which account you add the key. I made that mistake, by adding it on root instead of regular user, which I used to build that package ;)
tiziodcaio commented on 2022-08-01 07:21 (UTC) (edited on 2022-08-01 07:21 (UTC) by tiziodcaio)
Maybe add -GNinja
to cmake options to accelerate the makefile generation process...
leo_sk commented on 2022-07-26 17:01 (UTC) (edited on 2022-07-26 17:02 (UTC) by leo_sk)
I successfully imported the key :
gpg -v --keyserver keys.openpgp.org --recv-keys BF38D4D02A328DFF
gpg: data source: http://keys.openpgp.org:11371
gpg: pub rsa4096/BF38D4D02A328DFF 2012-04-07
gpg: key BF38D4D02A328DFF: no user ID
gpg: Total number processed: 1
However I still get error of PGP signature could not be verified. Is there some way to edit the pkgbuild to skip PGP verification?
GaalDornick commented on 2022-07-10 17:51 (UTC) (edited on 2022-07-10 17:51 (UTC) by GaalDornick)
Yesterday I tried to install Stellarium using the Pikaur packet manager, and had the key error we are talking about. Then I tried the manual procedure and the PGP key verification had success. Don't know why. In the past months I tried to reinstall the keys many times.
MidnightStarSign commented on 2022-07-10 16:25 (UTC)
@carlosal1015 I deleted the key and tried again, but no luck.
Skipping verification all the time might be a pain. Is there no way to get the appropriate key?
carlosal1015 commented on 2022-07-08 20:18 (UTC) (edited on 2022-07-08 20:18 (UTC) by carlosal1015)
Yes @MidnightStarSign, I had the same error one week ago, therefore I download again the new keys (I think he re-upload the keys to keyserver). If have the issue below, try to delete the keys and receive keys again.
MidnightStarSign commented on 2022-07-08 16:29 (UTC) (edited on 2022-07-08 16:30 (UTC) by MidnightStarSign)
When trying to upgrade, I get this error, but have installed the keys from various posts and the pinned one :(
Not sure where to go from here and use it quite a bit.
FAILED
==> ERROR: One or more PGP signatures could not be verified!
--
root@MidnightStarSign:/home/sarah# gpg -v --recv-keys BF38D4D02A328DFF
gpg: data source: https://162.213.33.9:443
gpg: armor header: Comment: Hostname:
gpg: armor header: Version: Hockeypuck 2.1.0-152-ga266fd3
gpg: pub rsa4096/BF38D4D02A328DFF 2012-04-07 Alexander Wolf <alex.v.wolf@gmail.com>
gpg: key BF38D4D02A328DFF: "Alexander Wolf <alex.v.wolf@gmail.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
carlosal1015 commented on 2022-05-15 18:27 (UTC) (edited on 2022-05-15 18:28 (UTC) by carlosal1015)
I think that could be fine to report and have a more broad discussion in
Pinned Comments
carlosal1015 commented on 2022-11-01 05:22 (UTC)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.
carlosal1015 commented on 2022-04-02 19:14 (UTC) (edited on 2022-07-07 16:46 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.