Closed manfred3000 closed 2 months ago
Is there really any necessity to make
qt6-base
a hard-dependency oflibreoffice-common
?
I don't think it is a 'hard dependency'? It's a build time dependency, and then xbps-src automagically determines the required runtime dependencies.
I agree though, that I'd rather avoid the additional packages if possible, but I can't be bothered to pick through the commit right now https://github.com/void-linux/void-packages/commit/ab5ef01b5e2ab0994081bd1542c0722079573620
The split is dictated by libreoffice
upstream. They provide us a common_list.txt
. Unfortunately, they put:
/usr/lib/libreoffice/program/libavmediaqt6.so
in common-list.txt
so libreoffice will pull Qt6 in.
Please ask tdf if this is intentional. We don't modify upstream decision!
We don't modify upstream decision!
Fair enough. I've decided to remove libreoffice
(I've only infrequently been using libreoffice-calc
), so an AppImage
will do, I guess.
Feel free to open up a discussion, if anyone finds a workaround (I can't think of any right now).
Seems like Qt6-Multimedia should go with Qt6 VCL, I will change!
8258c012145454034d0366c21df61ec265d6982b
Is there really any necessity to make
qt6-base
a hard-dependency oflibreoffice-common
? If a user is running KDE, they will have everything Qt-related in place anyway, and everybody else could happily keep using Gtk without bloating their systems...