pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-panel, reverse conditional
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat May 30 15:31:32 2020 +0200
Changeset: d69e632e9c616a244989bfe8cb9b58d15ac2b1e6
Modified Files:
lxqt-panel/Makefile
lxqt-panel/PLIST
Log Message:
lxqt-panel, reverse conditional
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d69e632e9c616a244989bfe8cb9b58d15ac2b1e6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-panel/Makefile | 3 ++-
lxqt-panel/PLIST | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diffs:
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index 741ea936fd..43deb6e2a8 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -19,7 +19,7 @@ CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+.if ${OPSYS} != "Linux"
CMAKE_ARGS+= -DCPULOAD_PLUGIN=No
CMAKE_ARGS+= -DKBINDICATOR_PLUGIN=No
CMAKE_ARGS+= -DMOUNT_PLUGIN=No
@@ -27,6 +27,7 @@ CMAKE_ARGS+= -DSENSORS_PLUGIN=No
CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=No
CMAKE_ARGS+= -DSYSSTAT_PLUGIN=No
CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
+CMAKE_ARGS+= -DBACKLIGHT_PLUGIN=No
.endif
MENU_CONF= share/examples/lxqt/xdg/menus
diff --git a/lxqt-panel/PLIST b/lxqt-panel/PLIST
index 6593c6048d..41d4e898ad 100644
--- a/lxqt-panel/PLIST
+++ b/lxqt-panel/PLIST
@@ -4,7 +4,6 @@ include/lxqt/ilxqtpanel.h
include/lxqt/ilxqtpanelplugin.h
include/lxqt/lxqtpanelglobals.h
include/lxqt/pluginsettings.h
-lib/lxqt-panel/libbacklight.so
lib/lxqt-panel/libcolorpicker.so
lib/lxqt-panel/libdirectorymenu.so
lib/lxqt-panel/libvolume.so
@@ -14,7 +13,6 @@ share/desktop-directories/lxqt-settings.directory
share/examples/lxqt/xdg/autostart/lxqt-panel.desktop
share/examples/lxqt/xdg/lxqt/panel.conf
share/examples/lxqt/xdg/menus/lxqt-applications.menu
-share/lxqt/lxqt-panel/backlight.desktop
share/lxqt/lxqt-panel/colorpicker.desktop
share/lxqt/lxqt-panel/desktopswitch.desktop
share/lxqt/lxqt-panel/directorymenu.desktop
Home |
Main Index |
Thread Index |
Old Index