summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-15 11:35:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-15 11:35:08 +0000
commit75b6fe2e1f9ea87b234afb72b8d4ceeca78bd215 (patch)
tree08ff1c7555fa4f4ad4f9c0d58623bf2b201953fd /x11-misc/xsensors/xsensors-0.70.ebuild
parentQA, imported prefix changes (diff)
downloadgentoo-2-75b6fe2e1f9ea87b234afb72b8d4ceeca78bd215.tar.gz
gentoo-2-75b6fe2e1f9ea87b234afb72b8d4ceeca78bd215.tar.bz2
gentoo-2-75b6fe2e1f9ea87b234afb72b8d4ceeca78bd215.zip
Fix building with >= GTK+ 2.20 wrt #324101 by Helmut Jarausch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xsensors/xsensors-0.70.ebuild')
-rw-r--r--x11-misc/xsensors/xsensors-0.70.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-misc/xsensors/xsensors-0.70.ebuild b/x11-misc/xsensors/xsensors-0.70.ebuild
index 319196f5b4fb..67183565690d 100644
--- a/x11-misc/xsensors/xsensors-0.70.ebuild
+++ b/x11-misc/xsensors/xsensors-0.70.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.3 2010/06/14 20:21:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.4 2010/06/15 11:35:08 ssuominen Exp $
EAPI=2
+inherit eutils
DESCRIPTION="A hardware health information viewer, interface to lm-sensors."
HOMEPAGE="http://www.linuxhardware.org/xsensors/"
@@ -18,6 +19,10 @@ RDEPEND="x11-libs/gtk+:2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gtk220.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README TODO