Sort of like qt 4 qtconfig.
Created attachment 428908 [details] ebuild for qt5ct-0.22 I written an ebuild for qt5ct-0.22 Look forward to your feedback.
Got some feedback from IRC, repoman complains about qt5-build being used. It works on my slightly old setup.
Created attachment 429112 [details] New ebuild for qt5ct The earlier ebuild complains that "qt5-build.eclass is only to be used for building Qt 5". This new ebuild doesn't use qt5-build. It uses qmake-utils.
Created attachment 429188 [details] A little cleanup Some Cleanup in the ebuild
Created attachment 429618 [details] qt5ct-0.22.ebuild Thanks to idella4 for the pointers.
(In reply to Mandar Joshi from comment #5) Hello. Would you like to be a maintainer for qt5ct via Proxy Maintainers project? See https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers for more info.
IMHO it should be under the dev-qt category.
(In reply to Coacher from comment #7) > IMHO it should be under the dev-qt category. dev-qt is reserved for packages from Qt upstream, qt5ct is not.
(In reply to Coacher from comment #6) > (In reply to Mandar Joshi from comment #5) > > Hello. > > Would you like to be a maintainer for qt5ct via Proxy Maintainers project? > See https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers for more info. I take your silence as a 'No'.
*** Bug 589260 has been marked as a duplicate of this bug. ***
PR: https://github.com/gentoo/gentoo/pull/1926
commit 4c0146398cf0fb2e43565e526a5d9cb68356dbbc (HEAD -> master, origin/master, origin/HEAD) Author: Ilya Tumaykin <itumaykin@gmail.com> AuthorDate: Wed Jul 20 20:45:18 2016 +0300 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Fri Jul 22 15:05:34 2016 +0200 x11-misc/qt5ct: new package This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt5 integration. Gentoo-Bug: https://bugs.gentoo.org/577840 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1926 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> x11-misc/qt5ct/Manifest | 1 + x11-misc/qt5ct/metadata.xml | 19 ++++++++++++++++ x11-misc/qt5ct/qt5ct-0.24.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 x11-misc/qt5ct/Manifest create mode 100644 x11-misc/qt5ct/metadata.xml create mode 100644 x11-misc/qt5ct/qt5ct-0.24.ebuild Added to Portage. Thanks!