Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-12-27 | packages/qt4/qt_staging.inc: Stage the .prl and semi private Qt libraries. | Holger Freyther | 1 | |
2007-12-27 | packages/qt4/qt_packaging.inc: Fix packaging of the QtUiTools${QT_LIBINFIX} | Holger Freyther | 2 | |
2007-12-27 | packages/qt4/qtopia-core: Force building of tools, demos and examples | Holger Freyther | 2 | |
2007-12-27 | packages/qt4/qt_staging.inc: Manually fix the .la files to say installed=no | Holger Freyther | 1 | |
2007-12-27 | Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake | Holger Freyther | 7 | |
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_staging.inc: Fix place of the include and library directory | Holger Freyther | 1 | |
2007-12-26 | packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Bump the PR as the packaging ↵ | Holger Freyther | 2 | |
did change | ||||
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 | qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a ↵ | Holger Freyther | 1 | |
default module -Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables. | ||||
2007-12-26 | packages/qt4/files/0005-fix-mkspecs.patch: Remove the O2 we want OE to ↵ | Holger Freyther | 1 | |
decide the tuning! | ||||
2007-12-26 | packages/qt4/: Share some more patches (no host includes, cross-compile) ↵ | Holger Freyther | 10 | |
between Embedded and X11 -Use the CROSSARCH hack/patch on QtopiaCore as well -Do not search /usr/include for freetype and openssl on Qt as well -Do not build a qmake version (needed a diversion due different configure scripts) | ||||
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 | 3 | |
-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_configuration.inc: ccache and pch conflict with each other | Holger Freyther | 1 | |
The time spent on recompiling outweights the time saved using pch. So disable pch and have better recompile times. | ||||
2007-12-25 | packages/qt4/qt_configuration.inc: Keep PARALLEL_MAKE untouched the ↵ | Holger Freyther | 1 | |
buildsystem should handle deps | ||||
2007-12-25 | packages/qt4/qt_packaging.inc: Only install Qtopia translations if they exist. | Holger Freyther | 1 | |
2007-12-25 | packages/qt4/qt_configuration.inc: Make use of the new QT_CONF_PATH, correct ↵ | Holger Freyther | 1 | |
the configure line Generate a qt.conf in do_configure with the paths we pass to the ./configure script. | ||||
2007-12-24 | packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Require the ↵ | Holger Freyther | 2 | |
qt_configuration.inc as well (add fontconfig to the depends of the X11 build as well, I wish I would have an interactive mode for mtn...) | ||||
2007-12-24 | packages/qt4/qtopia-core_4.2.0: Use the common ${PN}.inc as well | Holger Freyther | 1 | |
2007-12-24 | packages/qt4: Move the staging bits from qtopia-core to qt_staging.inc, use ↵ | Holger Freyther | 6 | |
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: Change the order, move the config ↵ | Holger Freyther | 2 | |
flags to the .inc files | ||||
2007-12-24 | packages/qt4/qt_configuration.inc: Put the header files somewhere else | Holger Freyther | 1 | |
2007-12-24 | packages/qt4/qtopia-core.inc: Use the same patches as Qt/X11 | Holger Freyther | 1 | |
Do not build the tools, fix the mksepcs | ||||
2007-12-24 | packages/qt4/qt4-x11-free,qtopia-core: Unify configure and compile of Qt4 | Holger Freyther | 8 | |
Adjust packaging to look into the directories we configured. | ||||
2007-12-24 | packages/qt4/qtopia-core,qt4-x11-free: Make it share the DEPENDS and inherits | Holger Freyther | 3 | |
2007-12-24 | packages/qt4/qt4-x11-free, qtopia-core: Move boilerplate lines to a .inc file | Holger Freyther | 4 | |
2007-12-24 | package/qt4/qt4-x11-free,qtopia-core: Start sharing packaging | Holger Freyther | 3 | |
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. | ||||
2007-12-23 | packages/qt4: Move QtopiaCore over to the qt4_arch.inc | Holger Freyther | 3 | |
2007-12-23 | packages/qt4/qt4_arch.inc: No tabs, 4 spaces are wonderful | Holger Freyther | 1 | |
2007-12-23 | Move Qt/X11 and Qt/Embedded (known as QtopiaCore) to a qt4 directory. We ↵ | Holger Freyther | 26 | |
will see a great unification in this directory. Besides the name Qt/X11 and Qt/Emebedded (QtopiaCore) are the same package with a different configure script. The aim is to share configuring, compiling, staging and packaging between these modules and making it more easy to try a bleeding qt snapshot. |