pkgsrc-WIP-changes archive

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

lxqt-themes, obconf-qt and pavucontrol-qt update



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Feb 18 16:33:42 2020 +0100
Changeset:	73176f0d41dcbcbcb60999bf674b3f2fbc08d5ab

Modified Files:
	lxqt-themes/Makefile
	obconf-qt/Makefile
	pavucontrol-qt/Makefile

Log Message:
lxqt-themes, obconf-qt and pavucontrol-qt 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=73176f0d41dcbcbcb60999bf674b3f2fbc08d5ab

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

diffstat:
 lxqt-themes/Makefile    | 2 +-
 obconf-qt/Makefile      | 3 +--
 pavucontrol-qt/Makefile | 4 +---
 3 files changed, 3 insertions(+), 6 deletions(-)

diffs:
diff --git a/lxqt-themes/Makefile b/lxqt-themes/Makefile
index 06c82d8967..8f3e2e9653 100644
--- a/lxqt-themes/Makefile
+++ b/lxqt-themes/Makefile
@@ -20,7 +20,7 @@ CMAKE_ARG_PATH=	..
 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
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/obconf-qt/Makefile b/obconf-qt/Makefile
index b8eaee3500..fa227468a3 100644
--- a/obconf-qt/Makefile
+++ b/obconf-qt/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-qtx11extras/buildlink3.mk"
diff --git a/pavucontrol-qt/Makefile b/pavucontrol-qt/Makefile
index cc2d994ca6..ba6b8adaed 100644
--- a/pavucontrol-qt/Makefile
+++ b/pavucontrol-qt/Makefile
@@ -17,12 +17,10 @@ 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"


Home | Main Index | Thread Index | Old Index