Results 22 comments of antecrescent

TODO: - [ ] Respect `sysconfdir` for system-wide configuration files. - [ ] Respect `libdir` for library path configuration (crucial for multi-lib setups!). - [ ] Install `res/*` to `datarootdir`...

I take it that you approve of these changes? If so, I'll rebase these commits onto the development branch myself in the next couple of days. Thank you for the...

Atm, university is taking up most of my time so unfortunately no progress has been made. I'll have time to work on this draft in March. Sorry for the unannounced...

Since `UWUFETCH_VERSION` only really has meaning at the release versions, I suggest hard-coding and incrementing it only upon release of a new version.

FindOpenSSL.cmake exposes the found OpenSSL crypto library and its dependencies via the `OPENSSL_CRYPTO_LIBRARIES` variable. Since cmake >= v3.26.0 it detects libdl, libz and the thread library on Linux systems using...

> The purpose of this ExternalProject_Add is to let CMake choose the host compiler when cross-compiling [...] Ideally, the user should be able to choose the host compiler at configure...

These ebuilds have in common, that they contain certain non-ASCII code points. You can verify that with ```sh grep -n -P "[^\x00-\x7F]" ${ebuild} ``` From my limited testing it seems...

> Right now, we only do copyright year updating in `pkgdev commit` for the Gentoo repository, but it can be useful in other repositories. I agree. Also `Gentoo Foundation ->...

This should do it. Thanks for the ping!

> You plan to add any further commits? Yes, I want to fix the whole repo. (278 ebuilds to go; this should and could probably be automated) > I guess...