Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

ccfits is redundant dependency
<!-- Please read our Bug reporting guidelines before opening a bug: https://wiki.archlinux.org/title/Bug_reporting_guidelines If you want to help catching more bugs upfront, consider joining the Arch Testing Team: https://wiki.archlinux.org/title/Arch_Testing_Team --> # Description: Geeqie uses `cfitsio` for FITS images, see https://github.com/BestImageViewer/geeqie/blob/56bd0366bff382c2aed944b9424ff6b56da05403/meson.build#L325. `ccfits` works as intermediate dependency, it only pulls `cfitsio`. Please replace `ccfits` with direct `cfitsio` dependency. # Additional info: * package version(s): 2.6 # Steps to reproduce: <!-- Describe how to reproduce the bug step by step including the commands --> 1. Install geeqie: `pacman -S geeqie` 2. Notice that `ccfits` is installed as dependency.
issue