View | Details | Raw Unified | Return to bug 142448
Collapse All | Expand All

(-)Makefile (-5 / +1 lines)
Lines 32-38 Link Here
32
		PATH=${WRKSRC}/bin:$$PATH
32
		PATH=${WRKSRC}/bin:$$PATH
33
ALL_TARGET=	sub-src
33
ALL_TARGET=	sub-src
34
34
35
PKGMESSAGE=	${WRKDIR}/message
35
SUB_FILES=	pkg-message
36
36
37
OPTIONS=	IDE "Enable the QSA Workbench (embedded scripting IDE)" on
37
OPTIONS=	IDE "Enable the QSA Workbench (embedded scripting IDE)" on
38
38
Lines 54-63 Link Here
54
# Disconnect a broken example from the build
54
# Disconnect a broken example from the build
55
	@${REINPLACE_CMD} -e 's|enums||g' ${WRKSRC}/examples/examples.pro
55
	@${REINPLACE_CMD} -e 's|enums||g' ${WRKSRC}/examples/examples.pro
56
56
57
post-build:
58
	@${CAT} ${PKGDIR}/pkg-message \
59
		| ${SED} -e 's,%%PREFIX%%,${PREFIX},g' > ${PKGMESSAGE}
60
61
do-install:
57
do-install:
62
	@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
58
	@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
63
	Makefile.qsa ${INSTALL_TARGET})
59
	Makefile.qsa ${INSTALL_TARGET})
(-)pkg-message (-10 lines)
Removed Link Here
1
2
To add the QSA documentation to your QT-Assistant's profile, execute
3
4
assistant -addContentfile %%PREFIX%%/share/doc/qsa/html/*.xml to add the docs
5
6
and
7
8
assistant -removeContentfile %%PREFIX%%/share/doc/qsa/html/*.xml to remove them
9
10
(-)files/pkg-message.in (+10 lines)
Added Link Here
1
2
To add the QSA documentation to your QT-Assistant's profile, execute
3
4
assistant -addContentfile %%PREFIX%%/share/doc/qsa/html/*.xml to add the docs
5
6
and
7
8
assistant -removeContentfile %%PREFIX%%/share/doc/qsa/html/*.xml to remove them
9
10

Return to bug 142448