pkgsrc-WIP-changes archive

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

qtcreator: Use REPLACE_BASH and REPLACE_PYTHON



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jun 14 23:21:41 2016 +0200
Changeset:	07d76bbed722aeb6ce7cf6d7c8264ed839501875

Modified Files:
	qtcreator/Makefile

Log Message:
qtcreator: Use REPLACE_BASH and REPLACE_PYTHON

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07d76bbed722aeb6ce7cf6d7c8264ed839501875

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qtcreator/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/qtcreator/Makefile b/qtcreator/Makefile
index a11ccd5..6babb4d 100644
--- a/qtcreator/Makefile
+++ b/qtcreator/Makefile
@@ -13,6 +13,10 @@ LICENSE=	gnu-lgpl-v3
 
 USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
+USE_TOOLS=	bash
+
+REPLACE_BASH+=		share/qtcreator/qbs/share/qbs/modules/bundle/update-specs.sh
+REPLACE_PYTHON+=	share/qtcreator/templates/wizards/files/python/file.py
 
 INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}/${PREFIX}
 INSTALL_TARGET=		install install_inst_qch_docs
@@ -20,6 +24,7 @@ INSTALL_TARGET=		install install_inst_qch_docs
 do-configure:
 	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile
 
+.include "../../lang/python/application.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qtscript/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index