|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild,v 1.4 2008/11/16 16:36:55 flameeyes Exp $ | # $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.1.ebuild,v 1.4 2008/11/16 16:36:55 flameeyes Exp $ |
| |
inherit gnome2 eutils flag-o-matic |
inherit autotools gnome2 eutils |
| |
DESCRIPTION="GNOME panel applet to display readings from hardware sensors" | DESCRIPTION="GNOME panel applet to display readings from hardware sensors" |
HOMEPAGE="http://sensors-applet.sourceforge.net/" | HOMEPAGE="http://sensors-applet.sourceforge.net/" |
|
|
$(use_with lm_sensors libsensors) \ | $(use_with lm_sensors libsensors) \ |
$(use_enable libnotify)" | $(use_enable libnotify)" |
| |
# Bug #221817 |
# Fix nvidia library detection, bug #221817 |
use nvidia && append-ldflags -Wl,--no-as-needed |
if use nvidia; then |
|
epatch "${FILESDIR}/${P}-nvidia-check.patch" |
|
eautoreconf |
|
fi |
} | } |