summaryrefslogtreecommitdiff
path: root/x11/qt4-qdbus
AgeCommit message (Collapse)AuthorFilesLines
2009-07-15Fix destdir installation.joerg1-2/+2
2009-07-07user-destdir supportjoerg1-5/+9
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso1-1/+9
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-24Update qt4 to 4.4.0markd2-26/+42
Qt 4.4 introduces many new features as well as many improvements and bugfixes over the 4.3.x series. For more details, see the online documentation which is included in this distribution. The documentation is also available at http://doc.trolltech.com/4.4 The Qt version 4.4 series is binary compatible with the 4.3.x series. A long list of changes can be found in the changes-4.4.0 file in the distribution. Update OKed (and initial work provided) by adam@..
2008-02-18Needs pkg-config to find dbus.wiz1-1/+3
2007-12-12s/${WRKOBJ}/${WRKDIR}/markd1-3/+3
2007-12-06Initial import of QT4 DBus support.markd4-0/+97
Building as a separate package means that assistant doesn't have DBus support built in but I don't think thats a problem.