Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577840 - x11-misc/qt5ct - qt5 configuration tool
Summary: x11-misc/qt5ct - qt5 configuration tool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: https://sourceforge.net/projects/qt5ct/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 14:57 UTC by Michael Palimaka (kensington)
Modified: 2016-07-22 13:06 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for qt5ct-0.22 (qt5ct-0.22.ebuild,771 bytes, text/plain)
2016-03-24 09:28 UTC, Mandar Joshi
Details
New ebuild for qt5ct (qt5ct-0.22.ebuild,692 bytes, text/plain)
2016-03-27 17:06 UTC, Mandar Joshi
Details
A little cleanup (qt5ct-0.22.ebuild,651 bytes, text/plain)
2016-03-28 15:51 UTC, Mandar Joshi
Details
qt5ct-0.22.ebuild (qt5ct-0.22.ebuild,916 bytes, text/plain)
2016-04-04 12:26 UTC, Mandar Joshi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2016-03-20 14:57:33 UTC
Sort of like qt 4 qtconfig.
Comment 1 Mandar Joshi 2016-03-24 09:28:51 UTC
Created attachment 428908 [details]
ebuild for qt5ct-0.22

I written an ebuild for qt5ct-0.22
Look forward to your feedback.
Comment 2 Mandar Joshi 2016-03-26 16:40:34 UTC
Got some feedback from IRC, repoman complains about qt5-build being used. It works on my slightly old setup.
Comment 3 Mandar Joshi 2016-03-27 17:06:43 UTC
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.
Comment 4 Mandar Joshi 2016-03-28 15:51:23 UTC
Created attachment 429188 [details]
A little cleanup

Some Cleanup in the ebuild
Comment 5 Mandar Joshi 2016-04-04 12:26:51 UTC
Created attachment 429618 [details]
qt5ct-0.22.ebuild

Thanks to idella4 for the pointers.
Comment 6 Coacher 2016-07-08 08:04:14 UTC
(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.
Comment 7 Coacher 2016-07-13 13:30:45 UTC
IMHO it should be under the dev-qt category.
Comment 8 Michael Palimaka (kensington) gentoo-dev 2016-07-13 13:31:54 UTC
(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.
Comment 9 Coacher 2016-07-20 17:53:38 UTC
(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'.
Comment 10 Davide Pesavento (RETIRED) gentoo-dev 2016-07-21 03:54:27 UTC
*** Bug 589260 has been marked as a duplicate of this bug. ***
Comment 11 Davide Pesavento (RETIRED) gentoo-dev 2016-07-21 03:56:36 UTC
PR: https://github.com/gentoo/gentoo/pull/1926
Comment 12 Patrice Clement (RETIRED) gentoo-dev 2016-07-22 13:06:49 UTC
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!