pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

x11/qt4-tools missing some tools



Hello Adam, hello to the mailing list

I do have here a working package of QtCreator (see
http://www.qtsoftware.com/products/developer-tools) which i intend to
put into pkgsrc-wip. To build it however it requires some tools that are
part of Qt4, but are not installed by the x11/qt4-tools package.

Therefore i suggest to extend the x11/qt4-tools package using the patch
attached. It adds the following targets:

  * build the subtarget tools/qdoc3/qdoc3 in the Qt4 sources
  * install tools/qdoc3/qdoc3
  * install bin/qcollectiongenerator
  * install bin/qhelpconverter
  * install bin/qhelpgenerator

The latter three binaries are already built as part of the assistant
subtargets now, they do not get installed though.

If there is a better way to do package change requests, if you need more
information or a different patch format, please tell me. I'm new here.

Regards

Florian Walpen

Index: x11/qt4-tools/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/qt4-tools/Makefile,v
retrieving revision 1.23
diff -r1.23 Makefile
15c15
< BUILD_TARGET=         sub-tools
---
> BUILD_TARGET=         sub-tools sub-tools-qdoc3
22c22
<       ${QTPREFIX}/mkspecs
---
>       ${QTPREFIX}/mkspecs ${QTPREFIX}/tools/qdoc3
34c34
< .for prog in assistant designer linguist qtconfig
---
> .for prog in assistant designer linguist qtconfig qhelpconverter 
> qhelpgenerator qcollectiongenerator
37a38,39
>       ${INSTALL_PROGRAM} ${WRKSRC}/tools/qdoc3/qdoc3 \
>               ${DESTDIR}${QTPREFIX}/tools/qdoc3/
Index: x11/qt4-tools/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/x11/qt4-tools/PLIST,v
retrieving revision 1.16
diff -r1.16 PLIST
14a15,17
> qt4/bin/qcollectiongenerator
> qt4/bin/qhelpconverter
> qt4/bin/qhelpgenerator
481a485
> qt4/tools/qdoc3/qdoc3



Home | Main Index | Thread Index | Old Index