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