pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-panel-0.14.1, reviewed
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat Feb 8 21:22:58 2020 +0100
Changeset: 22bd449d7e194be9089e56a2cdb65e5e33a5a7ea
Modified Files:
lxqt-panel/Makefile
Log Message:
lxqt-panel-0.14.1, reviewed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22bd449d7e194be9089e56a2cdb65e5e33a5a7ea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-panel/Makefile | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diffs:
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index a39a3050d5..9f7412a804 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
CMAKE_ARGS+= -DCPULOAD_PLUGIN=No
CMAKE_ARGS+= -DKBINDICATOR_PLUGIN=No
CMAKE_ARGS+= -DMOUNT_PLUGIN=No
@@ -24,8 +26,15 @@ CMAKE_ARGS+= -DSENSORS_PLUGIN=No
CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=No
CMAKE_ARGS+= -DSYSSTAT_PLUGIN=No
CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
-
-INSTALLATION_DIRS+= bin lib
+.elif ${OPSYS} == "Linux"
+CMAKE_ARGS+= -DCPULOAD_PLUGIN=Yes
+CMAKE_ARGS+= -DKBINDICATOR_PLUGIN=Yes
+CMAKE_ARGS+= -DMOUNT_PLUGIN=Yes
+CMAKE_ARGS+= -DSENSORS_PLUGIN=Yes
+CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=Yes
+CMAKE_ARGS+= -DSYSSTAT_PLUGIN=Yes
+CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
+.endif
pre-configure:
${MKDIR} -p ${WRKSRC}/build
@@ -38,6 +47,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"
+.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../sysutils/solid/buildlink3.mk"
.include "../../x11/kwindowsystem/buildlink3.mk"
.include "../../x11/kguiaddons/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index