Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-14 | qt4: alsa package phonon and phonon-backends | Koen Kooi | 1 | |
2008-12-11 | qt4: declare PACKAGES_DYNAMIC for Qt's plugins | Jeremy Lainé | 1 | |
2008-12-10 | qt4: package QtScript plugin for DBus API | Jeremy Lainé | 1 | |
2008-07-09 | qt4: fix typos in do_split_packages | Koen Kooi | 1 | |
2008-07-08 | qt4 packaging: since not all packages exist recommend them instead of ↵ | Koen Kooi | 1 | |
depending on them | ||||
2008-07-08 | qt4: fix help and clucene packaging | Koen Kooi | 1 | |
2008-07-08 | qt4: add webkit, help and clucene packaging | Koen Kooi | 1 | |
2008-03-10 | packages/qt4/qt_packaging.inc: Clean the .pc and .la files to not point to ↵ | Holger Freyther | 1 | |
STAGING_* Use some force to clean the installed .pc and .la files. | ||||
2008-01-22 | packages/qt4/qt_packaging.inc: Fix packaging of the -dbg packages | Holger Freyther | 1 | |
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-22 | packages/qt4/qt_packaging.inc: Remove the attempt to create the meta ↵ | Holger Freyther | 1 | |
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-22 | packages/qt4/qt_packaging.inc: Attempt to package all possible plugins properly | Holger Freyther | 1 | |
2008-01-21 | packages/qt4/qt_packaging.inc: Package the phrasebooks | Holger Freyther | 1 | |
2008-01-21 | packages/qt4/qt_packaging.inc: Fix the splitting of the translation packages | Holger Freyther | 1 | |
The variable inside the package name did not get expanded, let us expand it ourselves. | ||||
2008-01-20 | packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the ↵ | Otavio Salvador | 1 | |
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-27 | packages/qt4/qt_packaging.inc: Fix packaging of the QtUiTools${QT_LIBINFIX} | Holger Freyther | 1 | |
2007-12-27 | Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake | Holger Freyther | 1 | |
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time. | ||||
2007-12-26 | packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable ↵ | Holger Freyther | 1 | |
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-26 | packages/qt4/qt_packaging.inc: Do not remove everything from the bindir, fix ↵ | Holger Freyther | 1 | |
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-26 | packages/qt4/qt_packaging.inc: All Qt modules are roughly similar, have one ↵ | Holger Freyther | 1 | |
python function to generate the files for the dev package | ||||
2007-12-25 | packages/qt4/qt_packaging.inc: Sadly the previous glob didn't work. Write ↵ | Holger Freyther | 1 | |
.so, .la, .prl in the long form | ||||
2007-12-25 | packages/qt4/qt_packaging.inc: Next round of typo fixing and trying | Holger Freyther | 1 | |
-Don't install every library to libQtUiTools-dev :} -Try to put the .la and .prl into the -dev packages as well | ||||
2007-12-25 | packages/qt4/qt4-x11-free,qtopia-core: Work on properly packaging Qt4 | Holger Freyther | 1 | |
-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-25 | packages/qt4/qt_packaging.inc: Only install Qtopia translations if they exist. | Holger Freyther | 1 | |
2007-12-24 | packages/qt4: Move the staging bits from qtopia-core to qt_staging.inc, use ↵ | Holger Freyther | 1 | |
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-24 | packages/qt4/qt4-x11-free,qtopia-core: Unify configure and compile of Qt4 | Holger Freyther | 1 | |
Adjust packaging to look into the directories we configured. | ||||
2007-12-24 | package/qt4/qt4-x11-free,qtopia-core: Start sharing packaging | Holger Freyther | 1 | |
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. |