Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458582 - [qt overlay] ebuild for dev-qt/designer-5.0.1
Summary: [qt overlay] ebuild for dev-qt/designer-5.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: qt5-porting
  Show dependency tree
 
Reported: 2013-02-21 12:40 UTC by Maik Nijhuis
Modified: 2013-05-27 06:10 UTC (History)
1 user (show)

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


Attachments
ebuild for qt designer (qt-designer-5.0.1.ebuild,605 bytes, text/plain)
2013-02-21 12:40 UTC, Maik Nijhuis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maik Nijhuis 2013-02-21 12:40:11 UTC
I added qt dependencies to the ebuild until it worked. The designer runs, but I didn't test full functionality.

I had to update the qt5-build.eclass too, for supporting qt designer:

case ${PN#qt-} in
        concurrent|core|dbus|gui|network|opengl|printsupport|sql|test|widgets|xm
l)
                EGIT_PROJECT="qtbase"
                ;;
        designer)
                EGIT_PROJECT="qttools"
                ;;
        *)
                EGIT_PROJECT="${PN/-}"
                ;;
esac


Reproducible: Always
Comment 1 Maik Nijhuis 2013-02-21 12:40:44 UTC
Created attachment 339568 [details]
ebuild for qt designer
Comment 2 Stefan Böhmann 2013-02-25 19:54:30 UTC
I can confirm that the ebuild (and the changes to qt5-build.eclass) compiles and installs without problems. The designer also runs without crashing. However - so far I have not tested a project that uses the designer interface. Therfor I have not tested loading custom designer plugins.

Maik: Thank you for the ebuild!

Would be nice if this would be soon added to the overlay.