pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt4-tools build/install qdoc3 and some assistant p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f23a21c06406
branches: trunk
changeset: 396576:f23a21c06406
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Jul 27 19:57:51 2009 +0000
description:
build/install qdoc3 and some assistant parts, needed for QtCreator,
from Florian Walpen per mail to pkgsrc-users,
bump PKGREVISION
diffstat:
x11/qt4-tools/Makefile | 13 +++++++++----
x11/qt4-tools/PLIST | 6 +++++-
2 files changed, 14 insertions(+), 5 deletions(-)
diffs (72 lines):
diff -r ffe98f56ab8f -r f23a21c06406 x11/qt4-tools/Makefile
--- a/x11/qt4-tools/Makefile Mon Jul 27 19:55:11 2009 +0000
+++ b/x11/qt4-tools/Makefile Mon Jul 27 19:57:51 2009 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2008/10/26 14:02:33 adam Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/27 19:57:51 drochner Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
+PKGREVISION= 1
+
PKGNAME= qt4-tools-${QTVERSION}
COMMENT= QT GUI (WYSIWYG) builder and other tools
@@ -12,14 +14,14 @@
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
CONFIGURE_ARGS+= -DQT_NO_DBUS
-BUILD_TARGET= sub-tools
+BUILD_TARGET= sub-tools sub-tools-qdoc3
BUILD_QT4= yes
UNLIMIT_RESOURCES= datasize
INSTALLATION_DIRS= ${QTPREFIX}/bin ${QTPREFIX}/lib lib/pkgconfig \
${QTPREFIX}/plugins/designer ${QTPREFIX}/phrasebooks \
- ${QTPREFIX}/mkspecs
+ ${QTPREFIX}/mkspecs ${QTPREFIX}/tools/qdoc3
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
post-configure:
@@ -31,10 +33,13 @@
.for prog in assistant_adp lrelease lupdate pixeltool qmake qt3to4
${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} ${DESTDIR}${QTPREFIX}/bin/
.endfor
-.for prog in assistant designer linguist qtconfig
+.for prog in assistant designer linguist qtconfig qhelpconverter \
+ qhelpgenerator qcollectiongenerator
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
${DESTDIR}${QTPREFIX}/bin
.endfor
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/qdoc3/qdoc3 \
+ ${DESTDIR}${QTPREFIX}/tools/qdoc3/
cd ${WRKSRC}/tools/assistant/lib && env ${MAKE_ENV} ${INSTALL_ENV} \
${MAKE_PROGRAM} install_flat_headers install_targ_headers
cd ${WRKSRC}/tools/assistant/compat/lib && env ${MAKE_ENV} ${INSTALL_ENV} \
diff -r ffe98f56ab8f -r f23a21c06406 x11/qt4-tools/PLIST
--- a/x11/qt4-tools/PLIST Mon Jul 27 19:55:11 2009 +0000
+++ b/x11/qt4-tools/PLIST Mon Jul 27 19:57:51 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2009/07/07 16:36:05 drochner Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/07/27 19:57:51 drochner Exp $
lib/pkgconfig/QtAssistantClient.pc
lib/pkgconfig/QtCLucene.pc
lib/pkgconfig/QtDesigner.pc
@@ -12,6 +12,9 @@
qt4/bin/lrelease
qt4/bin/lupdate
qt4/bin/pixeltool
+qt4/bin/qcollectiongenerator
+qt4/bin/qhelpconverter
+qt4/bin/qhelpgenerator
qt4/bin/qmake
qt4/bin/qt3to4
qt4/bin/qtconfig
@@ -479,3 +482,4 @@
qt4/phrasebooks/spanish.qph
qt4/phrasebooks/swedish.qph
qt4/plugins/designer/libqt3supportwidgets.la
+qt4/tools/qdoc3/qdoc3
Home |
Main Index |
Thread Index |
Old Index