Bug 237055 - [PATCH] Enable Webkit integration for x11-libs/qt-assistant
Bug#: 237055 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: qt@gentoo.org Reported By: sputnick@quassel-irc.org
Component: Ebuilds
URL: 
Summary: [PATCH] Enable Webkit integration for x11-libs/qt-assistant
Keywords:  
Status Whiteboard: 
Opened: 2008-09-08 12:50 0000
Description:   Opened: 2008-09-08 12:50 0000
Starting with Qt 4.4.0, Assistant allows Webkit integration. This transforms
its display component to a fully featured HTML renderer and allows the display
of more sophisticated online help. A good reason to use Webkit integration is
the display of documentation generated with Qt's own doxygen2qthelp tool; it
converts Doxygen comments to files suitable for display in Qt Assistant, and
those look much better using Webkit than in stock Assistant.

cf.
<http://labs.trolltech.com/blogs/2008/06/20/introducing-doxygen2qthelp-create-qch-files-from-doxygen-finally/>,
"Usage", Item 4.

Patch attached below applies to the current qt-assistant-4.4.1.ebuild. It adds
a new USE=webkit and the proper deps and config options.

Reproducible: Always

------- Comment #1 From Manuel Nickschas 2008-09-08 12:51:25 0000 -------
Created an attachment (id=164901) [details]
Enable webkit integration in qt-assistant

------- Comment #2 From Ben de Groot 2008-10-01 20:15:28 0000 -------
Committed. Thanks for the patch!