summaryrefslogtreecommitdiff
path: root/packages/qt4/qt_packaging.inc
AgeCommit message (Collapse)AuthorFiles
2008-12-14qt4: alsa package phonon and phonon-backendsKoen Kooi1
2008-12-11qt4: declare PACKAGES_DYNAMIC for Qt's pluginsJeremy Lainé1
2008-12-10qt4: package QtScript plugin for DBus APIJeremy Lainé1
2008-07-09qt4: fix typos in do_split_packagesKoen Kooi1
2008-07-08qt4 packaging: since not all packages exist recommend them instead of ↵Koen Kooi1
depending on them
2008-07-08qt4: fix help and clucene packagingKoen Kooi1
2008-07-08qt4: add webkit, help and clucene packagingKoen Kooi1
2008-03-10packages/qt4/qt_packaging.inc: Clean the .pc and .la files to not point to ↵Holger Freyther1
STAGING_* Use some force to clean the installed .pc and .la files.
2008-01-22packages/qt4/qt_packaging.inc: Fix packaging of the -dbg packagesHolger Freyther1
split in packages.bbclass gets called after the work in do_populate_packages_prepend() is done. This means that on the first packaging attempt no .debug files exist. So create one -dbg package for every plugin we find and assume that the file is getting split out.
2008-01-22packages/qt4/qt_packaging.inc: Remove the attempt to create the meta ↵Holger Freyther1
packages this way It didn't work because the RDEPENDS were not available in the package_write task anymore. We need to create a meta task where all plugins are referred to in some other way.
2008-01-22packages/qt4/qt_packaging.inc: Attempt to package all possible plugins properlyHolger Freyther1
2008-01-21packages/qt4/qt_packaging.inc: Package the phrasebooksHolger Freyther1
2008-01-21packages/qt4/qt_packaging.inc: Fix the splitting of the translation packagesHolger Freyther1
The variable inside the package name did not get expanded, let us expand it ourselves.
2008-01-20packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the ↵Otavio Salvador1
NONDEV_PACKAGES as well In the future some .bb file could add a package to the NONDEV_PACKAGES list and the update would have been lost with this update.
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.