Skip to content

Commit

Permalink
xfce-extra/xfce4-sensors-plugin: Update for lm_sensors → lm-sensors
Browse files Browse the repository at this point in the history
Closes: gentoo#12903
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny authored and Wilson Michaels committed Sep 14, 2019
1 parent 493bf96 commit 3e8b87a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -5,16 +5,16 @@ EAPI=6

inherit gnome2-utils

DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors"
DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia"

REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"

RDEPEND=">=x11-libs/gtk+-3.20:3=
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
Expand All @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3=
)
)
libnotify? ( >=x11-libs/libnotify-0.7:= )
lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= )
video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"

DEPEND="${RDEPEND}
Expand All @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
src_configure() {
local myconf=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable lm_sensors libsensors)
$(use_enable lm-sensors libsensors)
$(use_enable hddtemp)
$(use_enable hddtemp netcat)
$(use_enable acpi procacpi)
Expand Down
Expand Up @@ -5,16 +5,16 @@ EAPI=6

inherit gnome2-utils

DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors"
DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia"

REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"

RDEPEND=">=x11-libs/gtk+-3.20:3=
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
Expand All @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3=
)
)
libnotify? ( >=x11-libs/libnotify-0.7:= )
lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= )
video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"

DEPEND="${RDEPEND}
Expand All @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
src_configure() {
local myconf=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable lm_sensors libsensors)
$(use_enable lm-sensors libsensors)
$(use_enable hddtemp)
$(use_enable hddtemp netcat)
$(use_enable acpi procacpi)
Expand Down

0 comments on commit 3e8b87a

Please sign in to comment.