Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 458582

Summary: [qt overlay] ebuild for dev-qt/designer-5.0.1
Product: Gentoo Linux Reporter: Maik Nijhuis <manyac>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: enhancement CC: devel
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454132    
Attachments: ebuild for qt designer

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.