View | Details | Raw Unified | Return to bug 219641 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/pyqt.mk (+1 lines)
Lines 219-224 Link Here
219
		-d ${PYTHONPREFIX_SITELIBDIR} \
219
		-d ${PYTHONPREFIX_SITELIBDIR} \
220
		-q ${QMAKE} \
220
		-q ${QMAKE} \
221
		--confirm-license \
221
		--confirm-license \
222
		--sip ${LOCALBASE}/bin/sip-${PYTHON_VER} \
222
		--sipdir ${SIPDIR}
223
		--sipdir ${SIPDIR}
223
224
224
# One of the things PyQt looks for to determine whether to build the Qt DBus
225
# One of the things PyQt looks for to determine whether to build the Qt DBus
(-)devel/py-qt5-qscintilla2/Makefile (-1 / +2 lines)
Lines 29-35 Link Here
29
29
30
QSCIDIR=	${PREFIX}/share/qt5/qsci
30
QSCIDIR=	${PREFIX}/share/qt5/qsci
31
CONFIGURE_ARGS=	--pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \
31
CONFIGURE_ARGS=	--pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \
32
		--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR}
32
		--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \
33
		--sip ${LOCALBASE}/bin/sip-${PYTHON_VER}
33
WRKSRC=		${WRKDIR}/${DISTNAME}/Python
34
WRKSRC=		${WRKDIR}/${DISTNAME}/Python
34
ALL_TARGET=	#empty
35
ALL_TARGET=	#empty
35
36
(-)misc/py-qt4-demo/Makefile (+1 lines)
Lines 16-21 Link Here
16
16
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
USES=		python pyqt:4
18
USES=		python pyqt:4
19
USE_PYTHON=	py3kplist
19
20
20
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt4
21
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt4
21
22
(-)misc/py-qt5-demo/Makefile (+1 lines)
Lines 22-27 Link Here
22
		sql_run svg_run test_run webkit_run xml_run \
22
		sql_run svg_run test_run webkit_run xml_run \
23
		xmlpatterns_run sip_run qscintilla2_run \
23
		xmlpatterns_run sip_run qscintilla2_run \
24
		printsupport_run serialport_run webkitwidgets_run widgets_run
24
		printsupport_run serialport_run webkitwidgets_run widgets_run
25
USE_PYTHON=	py3kplist
25
26
26
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt5
27
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt5
27
28

Return to bug 219641