Summary: | x11-themes/kvantum should provide a qt6 USE flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Shaoyu Tseng <dev> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | flaviocamilo |
Priority: | Normal | Keywords: | EBUILD, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/34580 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | proposed ebuild |
Description
Shaoyu Tseng
2023-02-02 04:54:12 UTC
+1 for this Just noticed that I couldn't select Kvantum for "Style" in qt6ct. > +1 for this > > Just noticed that I couldn't select Kvantum for "Style" in qt6ct. (In reply to ut2s7kol87 from comment #1) As a temporary workaround you can manually compile the program with qt6 enabled and just put the `libkvantum.so` in `/usr/lib64/qt6/plugins/styles` and it works with the system install kvantum. This allows you to have your themes working in qt6 for the time being. @rogerroger Thank you for the suggestion, it works just fine indeed. Created attachment 875614 [details]
proposed ebuild
This is what I came up with to get the qt6 flag working.
Building with qt6 just builds one .so for theming, the base application is only available with qt5.
I'll try and make a PR out of this, but it'll probably be some time until I get around to it.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cfc8a6e4904941e59c7949815be57744c72adb commit d2cfc8a6e4904941e59c7949815be57744c72adb Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2023-12-31 14:02:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-20 12:40:26 +0000 x11-themes/kvantum: add 1.0.10 Closes: https://bugs.gentoo.org/892878 Closes: https://bugs.gentoo.org/914386 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34580 Signed-off-by: Sam James <sam@gentoo.org> x11-themes/kvantum/Manifest | 1 + x11-themes/kvantum/kvantum-1.0.10.ebuild | 77 ++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) |