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

Bug 196701

Summary: dev-python/qscintilla-2.1: designerplugin gets installed into the wrong directory
Product: Gentoo Linux Reporter: Franz Trischberger <franz.trischberger>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Franz Trischberger 2007-10-22 09:07:48 UTC
The QsciScintilla-editorwidget doesnt show up in designer.
That's cause the designerplugin gets installed into
/usr/${libdir}/qt4/plugins
instead of
/usr/${libdir}/qt4/plugins/designer

I'm using x11-libs/qt-4.3.2

Just change the corresponding line in src_install from
================
if use qt4; then
        insinto /usr/$(get_libdir)/qt4/plugins
================
to
================
if use qt4; then
        insinto /usr/$(get_libdir)/qt4/plugins/designer
================

Thx
Franz

Reproducible: Always
Comment 1 Franz Trischberger 2007-11-13 16:14:35 UTC
Today the qscintilla-2.1.ebuild got an update, but not with this fix! The designer-plugin still is put into the wrong directory!

It would be nice to see this fix soon :)
Thx
Comment 2 Ali Polatel (RETIRED) gentoo-dev 2007-11-20 05:54:14 UTC
x11-libs/qscintilla-2.1-r1(moved from dev-python) fixes this, thanks for reporting ;)