FS#25973 - [qwt] doesn't provide qt designer plugin

Attached to Project: Arch Linux
Opened by Michele Mocciola (mickele) - Monday, 12 September 2011, 09:43 GMT
Last edited by Allan McRae (Allan) - Saturday, 17 November 2012, 01:01 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description: qwt doesn't provide designer plugin

Additional info:
* package version: 6.0.1-1

Solution:
PKGBUILD creates libqwt_designer_plugin.so but doesn't install it. It's enough to add

install -d ${pkgdir}/usr/lib/qt/plugins/designer/
install -Dm655 designer/plugins/designer/libqwt_designer_plugin.so ${pkgdir}/usr/lib/qt/plugins/designer/

in build function of PKGBUILD
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 17 November 2012, 01:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  qwt-6.0.1-3
Comment by gsc (xgdgsc) - Friday, 02 November 2012, 13:43 GMT
I can confirm the Solution works well. And I hope this simple solution be merged to official repo soon.

Loading...