pkgsrc-WIP-changes archive

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

qtermwidget and qterminal update



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Feb 18 09:29:20 2020 +0100
Changeset:	9db8e33d5372e4f9c1dd325ca1e27e7a28c3d307

Modified Files:
	qterminal/Makefile
	qtermwidget/Makefile

Log Message:
qtermwidget and qterminal update

after import of lxqt-build-tools

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

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

diffstat:
 qterminal/Makefile   | 3 +--
 qtermwidget/Makefile | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/qterminal/Makefile b/qterminal/Makefile
index 9d50ef3bd8..3ac1a8aceb 100644
--- a/qterminal/Makefile
+++ b/qterminal/Makefile
@@ -18,12 +18,11 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
-CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff --git a/qtermwidget/Makefile b/qtermwidget/Makefile
index c649500fe0..624ae8e523 100644
--- a/qtermwidget/Makefile
+++ b/qtermwidget/Makefile
@@ -17,14 +17,12 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
-CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
-
 LDFLAGS.NetBSD+=	-lutil
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index