pkgsrc-WIP-changes archive

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

lxqt-panel update after imports to main branch



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

Modified Files:
	lxqt-panel/Makefile

Log Message:
lxqt-panel update after imports to main branch

Allow to choose pulseaudio or not.

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

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

diffstat:
 lxqt-panel/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index c5713d2e4f..c4f275f6cc 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -17,8 +17,6 @@ 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
@@ -28,12 +26,14 @@ CMAKE_ARGS+=	-DSENSORS_PLUGIN=No
 CMAKE_ARGS+=	-DNETWORKMONITOR_PLUGIN=No
 CMAKE_ARGS+=	-DSYSSTAT_PLUGIN=No
 CMAKE_ARGS+=	-DVOLUME_USE_ALSA=No
+# Uncomment the following line if you do not wish to use pulseaudio
+#CMAKE_ARGS+=	-DVOLUME_USE_PULSEAUDIO=No
 .endif
 
 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+=	lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
 
@@ -41,6 +41,7 @@ DEPENDS+=	lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../devel/libdbusmenu-qt5/buildlink3.mk"
 .include "../../wip/lxqt-globalkeys/buildlink3.mk"
+# Comment the following line if you do not wish to use pulseaudio
 .include "../../audio/pulseaudio/buildlink3.mk"
 .include "../../sysutils/solid/buildlink3.mk"
 .include "../../x11/kwindowsystem/buildlink3.mk"


Home | Main Index | Thread Index | Old Index