summaryrefslogtreecommitdiff
path: root/packages/qt4/qt_packaging.inc
AgeCommit message (Collapse)AuthorFiles
2007-12-27packages/qt4/qt_packaging.inc: Fix packaging of the QtUiTools${QT_LIBINFIX}Holger Freyther1
2007-12-27Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmakeHolger Freyther1
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time.
2007-12-26packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable ↵Holger Freyther1
them due QA issues Disable packaging of the examples/demos as we need to get rid off the .debug directories inside the nested hierachy of the examples and demos.
2007-12-26packages/qt4/qt_packaging.inc: Do not remove everything from the bindir, fix ↵Holger Freyther1
the glob -${PN}-doc already has the html documentation, no need for -documentation package -Package the demos and exmaples -.debug and translations are missing
2007-12-26packages/qt4/qt_packaging.inc: All Qt modules are roughly similar, have one ↵Holger Freyther1
python function to generate the files for the dev package
2007-12-25packages/qt4/qt_packaging.inc: Sadly the previous glob didn't work. Write ↵Holger Freyther1
.so, .la, .prl in the long form
2007-12-25packages/qt4/qt_packaging.inc: Next round of typo fixing and tryingHolger Freyther1
-Don't install every library to libQtUiTools-dev :} -Try to put the .la and .prl into the -dev packages as well
2007-12-25packages/qt4/qt4-x11-free,qtopia-core: Work on properly packaging Qt4Holger Freyther1
-QT_LIBRARY_NAME lost the lib prefix to make it usable with .pc files -Add headers to the -dev packages -Look in the right directory for the plugins remains -Get rid off the mkspecs before packaging -Attempt to package translations
2007-12-25packages/qt4/qt_packaging.inc: Only install Qtopia translations if they exist.Holger Freyther1
2007-12-24packages/qt4: Move the staging bits from qtopia-core to qt_staging.inc, use ↵Holger Freyther1
it in Qt4/X11 The qt4-x11-free_4.3.3 and qtopia-core_4.3.3 bbfiles are rather empty now. The next stop is to make it compile.
2007-12-24packages/qt4/qt4-x11-free,qtopia-core: Unify configure and compile of Qt4Holger Freyther1
Adjust packaging to look into the directories we configured.
2007-12-24package/qt4/qt4-x11-free,qtopia-core: Start sharing packagingHolger Freyther1
The font and translations are a bit hairy and need further work. The idea is that at one point in time we can install Qt/X11 and Qt/Embedded side by side again. Headers and tools still need some time.