diff options
author | adam <adam@pkgsrc.org> | 2011-03-03 05:50:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-03 05:50:03 +0000 |
commit | 8ba4414cb82fd68577ce4eccabaa9609d79cfcd3 (patch) | |
tree | 387f15f8d5b42a6bbad64cfa0ffcff282752c037 /x11/qt4-tools | |
parent | 6c1eb839470fde509d842f2059f076aa2360ef29 (diff) | |
download | pkgsrc-8ba4414cb82fd68577ce4eccabaa9609d79cfcd3.tar.gz |
Changes 4.7.2:
This is a maintenance release which contains bug-fixes based on feedback and
contributions since the Qt 4.7.1 release back in November. It also marks the
official release of Qt Quick.
Qt Quick is a new feature within Qt that makes it easy to create light-weight
apps and UIs. It contains the new QML language, the Qt Declarative module, and
new tooling in Qt Creator to easily build apps.
PkgSrc: now builds with Clang.
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 | ||||
-rw-r--r-- | x11/qt4-tools/PLIST | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index dc7c7026092..d5ccabd3b0e 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.39 2011/01/13 13:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2011/03/03 05:50:04 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} -PKGREVISION= 2 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST index bbfa87f550a..4e16b8e823d 100644 --- a/x11/qt4-tools/PLIST +++ b/x11/qt4-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2011/01/12 07:18:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2011/03/03 05:50:04 adam Exp $ lib/pkgconfig/QtCLucene.pc lib/pkgconfig/QtDesigner.pc lib/pkgconfig/QtDesignerComponents.pc @@ -160,6 +160,7 @@ qt4/mkspecs/common/mac.conf qt4/mkspecs/common/posix/qplatformdefs.h qt4/mkspecs/common/qmake.conf qt4/mkspecs/common/qws.conf +qt4/mkspecs/common/symbian/appCaptionForTranslation.cpp qt4/mkspecs/common/symbian/header-wrappers/AknBitmapAnimation.h qt4/mkspecs/common/symbian/header-wrappers/AknDoc.h qt4/mkspecs/common/symbian/header-wrappers/AknFontAccess.h @@ -179,6 +180,7 @@ qt4/mkspecs/common/symbian/header-wrappers/ApDataHandler.h qt4/mkspecs/common/symbian/header-wrappers/ApUtils.h qt4/mkspecs/common/symbian/header-wrappers/CDirectoryLocalizer.h qt4/mkspecs/common/symbian/header-wrappers/DocumentHandler.h +qt4/mkspecs/common/symbian/packageNameForTranslation.cpp qt4/mkspecs/common/symbian/qplatformdefs.h qt4/mkspecs/common/symbian/stl-off/new qt4/mkspecs/common/symbian/symbian-makefile.conf @@ -229,6 +231,7 @@ qt4/mkspecs/features/qtestlib.prf qt4/mkspecs/features/qtopia.prf qt4/mkspecs/features/qtopiainc.prf qt4/mkspecs/features/qtopialib.prf +qt4/mkspecs/features/qttest_p4.prf qt4/mkspecs/features/release.prf qt4/mkspecs/features/resources.prf qt4/mkspecs/features/shared.prf @@ -247,6 +250,7 @@ qt4/mkspecs/features/symbian/default_post.prf qt4/mkspecs/features/symbian/default_pre.prf qt4/mkspecs/features/symbian/do_not_build_as_thumb.prf qt4/mkspecs/features/symbian/epocallowdlldata.prf +qt4/mkspecs/features/symbian/localize_deployment.prf qt4/mkspecs/features/symbian/moc.prf qt4/mkspecs/features/symbian/nested_exceptions.prf qt4/mkspecs/features/symbian/opengl.prf |