mid-kid

Results 188 comments of mid-kid

In that case it's time to file bugs to support qt6 in kf5, and drop the flag from the ebuild in the meantime. I wanted to remove the old ebuilds...

Yeah that sounds like a new SLOT for kf5. We should file a bug and discuss it with whoever maintains kf5.

@catdevnull The idea of a SLOT in gentoo is to install the files either with different names or under a different path such that they don't conflict. From the telegram...

Apparently kcoreaddons is required regardless of qt6.

Another alternative would be to do something like `sed -e 's/NOT LINUX/TRUE/' -i cmake/external/kcoreaddons/CMakeLists.txt`. It seems only `KUrlMimeData::exportUrlsToPortal` and `KUrlMimeData::urlsFromMimeData` are used, which is a very minor functionality. This might...

Opened an issue for qt6 builds of kcoreaddons. https://bugs.gentoo.org/871582

Considering the status of the kcoreaddons bug, we have no choice but to bundle it when building for qt6, or hack around needing it like I mentioned above, although ideally...

Superseded by https://github.com/gentoo/gentoo/pull/27553 Made some qt6-related changes to provide a more full-featured package.

The source-built SDK does something to bypass the global.json files across the board, but I can't for the life of me figure out what.

I believe this may be a misconfiguration on crosstool-ng's part, since the `.interp` section shouldn't be put in SRAM. This is why I reported it to crosstool-ng first, as other...