pkgsrc-WIP-changes archive

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

LXQt components, try to fix install path



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Feb 16 16:06:36 2020 +0100
Changeset:	8c3d6d3d4266e96fa6076578f9e0d2051e58ddce

Modified Files:
	libfm-qt/Makefile
	liblxqt/Makefile
	lximage-qt/Makefile
	lxqt-about/Makefile
	lxqt-admin/Makefile
	lxqt-build-tools/Makefile
	lxqt-config/Makefile
	lxqt-globalkeys/Makefile
	lxqt-notificationd/Makefile
	lxqt-openssh-askpass/Makefile
	lxqt-panel/Makefile
	lxqt-policykit/Makefile
	lxqt-powermanagement/Makefile
	lxqt-qtplugin/Makefile
	lxqt-runner/Makefile
	lxqt-session/Makefile
	lxqt-sudo/Makefile
	obconf-qt/Makefile
	pavucontrol-qt/Makefile
	pcmanfm-qt/Makefile
	qterminal/Makefile
	qtermwidget/Makefile

Log Message:
LXQt components, try to fix install path

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

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

diffstat:
 libfm-qt/Makefile             | 1 +
 liblxqt/Makefile              | 2 ++
 lximage-qt/Makefile           | 2 ++
 lxqt-about/Makefile           | 2 ++
 lxqt-admin/Makefile           | 1 +
 lxqt-build-tools/Makefile     | 1 +
 lxqt-config/Makefile          | 1 +
 lxqt-globalkeys/Makefile      | 2 ++
 lxqt-notificationd/Makefile   | 2 ++
 lxqt-openssh-askpass/Makefile | 2 ++
 lxqt-panel/Makefile           | 2 ++
 lxqt-policykit/Makefile       | 2 ++
 lxqt-powermanagement/Makefile | 2 ++
 lxqt-qtplugin/Makefile        | 2 ++
 lxqt-runner/Makefile          | 2 ++
 lxqt-session/Makefile         | 1 +
 lxqt-sudo/Makefile            | 1 +
 obconf-qt/Makefile            | 1 +
 pavucontrol-qt/Makefile       | 2 ++
 pcmanfm-qt/Makefile           | 2 ++
 qterminal/Makefile            | 1 +
 qtermwidget/Makefile          | 2 ++
 22 files changed, 36 insertions(+)

diffs:
diff --git a/libfm-qt/Makefile b/libfm-qt/Makefile
index 5c402de644..c3128cdcfd 100644
--- a/libfm-qt/Makefile
+++ b/libfm-qt/Makefile
@@ -18,6 +18,7 @@ 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
diff --git a/liblxqt/Makefile b/liblxqt/Makefile
index 78077485ee..6c53169e59 100644
--- a/liblxqt/Makefile
+++ b/liblxqt/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lximage-qt/Makefile b/lximage-qt/Makefile
index 8e5a42c0d6..217a6690f4 100644
--- a/lximage-qt/Makefile
+++ b/lximage-qt/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-about/Makefile b/lxqt-about/Makefile
index e0f8985c41..ba67f4120c 100644
--- a/lxqt-about/Makefile
+++ b/lxqt-about/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-admin/Makefile b/lxqt-admin/Makefile
index ee7bdbb01d..0f60561abf 100644
--- a/lxqt-admin/Makefile
+++ b/lxqt-admin/Makefile
@@ -18,6 +18,7 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CHECK_PORTABILITY_SKIP=	yes
+CMAKE_ARGS+=		-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
diff --git a/lxqt-build-tools/Makefile b/lxqt-build-tools/Makefile
index 78efac228d..563fd8d302 100644
--- a/lxqt-build-tools/Makefile
+++ b/lxqt-build-tools/Makefile
@@ -18,6 +18,7 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DLXQT_ETC_XDG_DIR=${PREFIX}/share/examples/lxqt/xdg
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
diff --git a/lxqt-config/Makefile b/lxqt-config/Makefile
index 5721fb36b3..7ecf66c4ae 100644
--- a/lxqt-config/Makefile
+++ b/lxqt-config/Makefile
@@ -18,6 +18,7 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DWITH_INPUT=OFF
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/lxqt-config \
 		-L${PREFIX}/lib/lxqt-config/
diff --git a/lxqt-globalkeys/Makefile b/lxqt-globalkeys/Makefile
index 425394c0de..9ed7f81466 100644
--- a/lxqt-globalkeys/Makefile
+++ b/lxqt-globalkeys/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-notificationd/Makefile b/lxqt-notificationd/Makefile
index 0612ded20a..fb76db0523 100644
--- a/lxqt-notificationd/Makefile
+++ b/lxqt-notificationd/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-openssh-askpass/Makefile b/lxqt-openssh-askpass/Makefile
index a374dd9203..14dcc3e7ca 100644
--- a/lxqt-openssh-askpass/Makefile
+++ b/lxqt-openssh-askpass/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index 842909c597..c5713d2e4f 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
 CMAKE_ARGS+=	-DCPULOAD_PLUGIN=No
diff --git a/lxqt-policykit/Makefile b/lxqt-policykit/Makefile
index 21c21afc1b..b9c13bff64 100644
--- a/lxqt-policykit/Makefile
+++ b/lxqt-policykit/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-powermanagement/Makefile b/lxqt-powermanagement/Makefile
index 3105d2f191..0bf31cb47b 100644
--- a/lxqt-powermanagement/Makefile
+++ b/lxqt-powermanagement/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
index 9368a77a17..1d6ecbe682 100644
--- a/lxqt-qtplugin/Makefile
+++ b/lxqt-qtplugin/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-runner/Makefile b/lxqt-runner/Makefile
index 90348af476..b1c23f57b0 100644
--- a/lxqt-runner/Makefile
+++ b/lxqt-runner/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/lxqt-session/Makefile b/lxqt-session/Makefile
index 1e4d0e6de1..adab81b2e1 100644
--- a/lxqt-session/Makefile
+++ b/lxqt-session/Makefile
@@ -18,6 +18,7 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DWITH_LIBUDEV=OFF
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
diff --git a/lxqt-sudo/Makefile b/lxqt-sudo/Makefile
index fd5660dbd8..d8f1478235 100644
--- a/lxqt-sudo/Makefile
+++ b/lxqt-sudo/Makefile
@@ -18,6 +18,7 @@ CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DMSK_INSTALL_INCLUDES=/include
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
diff --git a/obconf-qt/Makefile b/obconf-qt/Makefile
index 5fc04f7c2d..b8eaee3500 100644
--- a/obconf-qt/Makefile
+++ b/obconf-qt/Makefile
@@ -18,6 +18,7 @@ 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
diff --git a/pavucontrol-qt/Makefile b/pavucontrol-qt/Makefile
index 4255d2d32b..cc2d994ca6 100644
--- a/pavucontrol-qt/Makefile
+++ b/pavucontrol-qt/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/pcmanfm-qt/Makefile b/pcmanfm-qt/Makefile
index 5d5c5fbd97..d7e6d4b1da 100644
--- a/pcmanfm-qt/Makefile
+++ b/pcmanfm-qt/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
diff --git a/qterminal/Makefile b/qterminal/Makefile
index a0da8c9110..9d50ef3bd8 100644
--- a/qterminal/Makefile
+++ b/qterminal/Makefile
@@ -18,6 +18,7 @@ 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
diff --git a/qtermwidget/Makefile b/qtermwidget/Makefile
index 59c8e05281..c649500fe0 100644
--- a/qtermwidget/Makefile
+++ b/qtermwidget/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
 LDFLAGS.NetBSD+=	-lutil
 
 pre-configure:


Home | Main Index | Thread Index | Old Index