Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704540 - dev-qt/qt-creator-4.12.0 version bump
Summary: dev-qt/qt-creator-4.12.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-02 09:08 UTC by David Hallas
Modified: 2020-05-06 03:01 UTC (History)
6 users (show)

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


Attachments
Adding support for qt-creator 4.11.0 (qt-creator-4.11.0.patch,2.02 KB, patch)
2020-02-15 08:04 UTC, Hans F. Nordhaug
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Hallas 2020-01-02 09:08:24 UTC
Qt Creator 4.11 is out, see the release note for details:

https://www.qt.io/blog/qt-creator-4.11.0-is-released

Reproducible: Always
Comment 1 Hans F. Nordhaug 2020-02-15 08:04:01 UTC
Created attachment 613904 [details, diff]
Adding support for qt-creator 4.11.0
Comment 2 Hans F. Nordhaug 2020-02-15 08:18:55 UTC
Using the attached patch I successfully built Qt Creator 4.11. My use flags are "-webengine -webchannel designer git cmake clangcodemodel clangstaticanalyzer lsp python modeling scxml" so maybe other changes are needed too.

The big changes are:
- Plugin boot2qt requires remotelinux )
- Plugin python? requires languageclient, hence lsp

There might be other dependency changes for plugins. (We get into trouble because we disable plugins in the ebuild.)

I have also added yaml-cpp as a fixed dependency, but it is really only needed for the clang plugin(s).

PS! The patch contains the Clang 9 fixes from #700142.
Comment 3 Cyril 2020-02-15 11:08:25 UTC
Nice, I apply the patch to qt-creator-4.11.1 and now it compile fine.
Many thanks Hans
Comment 4 Pavel Volkov 2020-04-28 04:45:17 UTC
Qt Creator 4.12 is out.
Comment 5 Larry the Git Cow gentoo-dev 2020-05-06 03:01:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30749a61ee688244ee70711461c063a531c052b3

commit 30749a61ee688244ee70711461c063a531c052b3
Author:     Jason A. Donenfeld <zx2c4@gentoo.org>
AuthorDate: 2020-05-06 02:35:37 +0000
Commit:     Jason A. Donenfeld <zx2c4@gentoo.org>
CommitDate: 2020-05-06 02:56:04 +0000

    dev-qt/qt-creator: bump to 4.12.0
    
    Closes: https://bugs.gentoo.org/704540
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>

 dev-qt/qt-creator/Manifest                 |   1 +
 dev-qt/qt-creator/qt-creator-4.12.0.ebuild | 204 +++++++++++++++++++++++++++++
 2 files changed, 205 insertions(+)