different plugins for non-linux-os
This commit is contained in:
parent
8840ffdca4
commit
6508730be3
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
lxqt-panel (0.10.0-6) unstable; urgency=medium
|
||||||
|
|
||||||
|
* different handling of non-linux-os:
|
||||||
|
- hurd: no cpuload-, networkmonitor-, volume- and sensors-plugin
|
||||||
|
- kfreebsd: no cpuload-, networkmonitor- and volume-plugin
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Mon, 28 Dec 2015 17:07:30 +0100
|
||||||
|
|
||||||
lxqt-panel (0.10.0-5) unstable; urgency=medium
|
lxqt-panel (0.10.0-5) unstable; urgency=medium
|
||||||
|
|
||||||
* Build volume-plugin only for linux.
|
* Build volume-plugin only for linux.
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -20,7 +20,7 @@ Build-Depends: cmake (>= 3.0.2),
|
|||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 1.3.0),
|
libqt5xdg-dev (>= 1.3.0),
|
||||||
libsensors4-dev,
|
libsensors4-dev [!hurd-any],
|
||||||
libstatgrab-dev [linux-any],
|
libstatgrab-dev [linux-any],
|
||||||
libsysstat-qt5-0-dev (>= 0.3.0),
|
libsysstat-qt5-0-dev (>= 0.3.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -5,10 +5,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|||||||
|
|
||||||
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||||
|
|
||||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
||||||
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO
|
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(DEB_HOST_AECH_OS), hurd)
|
||||||
|
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO -DSENSORS_PLUGIN=NO
|
||||||
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake \
|
dh ${@} --buildsystem cmake \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user