pkgsrc-WIP-changes archive

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

lxqt-qtplugin, -sudo update



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Feb 19 08:36:47 2020 +0100
Changeset:	7b6607f957027f318539b8d5b178d952871800c3

Modified Files:
	lxqt-qtplugin/Makefile
	lxqt-sudo/Makefile

Log Message:
lxqt-qtplugin, -sudo update

after import of libqtxdg and 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=7b6607f957027f318539b8d5b178d952871800c3

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

diffstat:
 lxqt-qtplugin/Makefile | 6 ++----
 lxqt-sudo/Makefile     | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs:
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
index 1d6ecbe682..6e40aad2ee 100644
--- a/lxqt-qtplugin/Makefile
+++ b/lxqt-qtplugin/Makefile
@@ -17,17 +17,15 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
-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"
 .include "../../devel/libdbusmenu-qt5/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.include "../../wip/libqtxdg/buildlink3.mk"
+.include "../../x11/libqtxdg/buildlink3.mk"
 .include "../../wip/libfm-qt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-sudo/Makefile b/lxqt-sudo/Makefile
index d8f1478235..c729155a4b 100644
--- a/lxqt-sudo/Makefile
+++ b/lxqt-sudo/Makefile
@@ -18,12 +18,11 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DMSK_INSTALL_INCLUDES=/include
-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
 DEPENDS+=	sudo-[0-9]*:../../security/sudo
 


Home | Main Index | Thread Index | Old Index