Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97331 - qt-4.0.0 doesn't install demos
Summary: qt-4.0.0 doesn't install demos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 12:10 UTC by Andreas Simon
Modified: 2005-06-29 10:57 UTC (History)
0 users

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


Attachments
patch to install demos (qt-4.0.0.ebuild.patch,402 bytes, patch)
2005-06-28 14:31 UTC, Andreas Simon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Simon 2005-06-28 12:10:43 UTC
x11-libs/qt-4.0.0 doesn't install any demos.

If USE=doc the demo documentation is installed (/usr/share/qt4/doc/html/demos*).
If USE=examples the qtdemo launcher is installed (but qtdemo also for examples and docu)

Only the demos themselves are never installed.

The cool demos are found in the source tarball under qt-x11-opensource-desktop-4.0.0/demos.

I don't know if the demos warrant a new USE flag, otherwise installing them together with the examples if USE=doc should be fine. Then qtdemo and the demos themselves are always installed together.

Thanks.

BTW the demos look really nice. :-)

PS: Qt's metadata.xml says 'qt' herd, but bugzilla doesn't accept qt@gentoo.org in the "Assigned To" field.
Comment 1 Andreas Simon 2005-06-28 14:31:54 UTC
Created attachment 62182 [details, diff]
patch to install demos

Here is a mini patch to install the demos if USE=doc
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2005-06-29 10:57:19 UTC
Should be fixed now (using "examples" use flag).