Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52210 - Ebuild for Gnome Hardware Monitor 1.0.1
Summary: Ebuild for Gnome Hardware Monitor 1.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://www.cs.aau.dk/~olau/hardware-m...
Whiteboard:
Keywords:
: 43879 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-27 13:13 UTC by Rob Sharp
Modified: 2005-01-28 19:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for gnome hardware monitor 1.0.1 (hardware-monitor-1.0.1.ebuild,764 bytes, text/plain)
2004-05-27 13:13 UTC, Rob Sharp
Details
Ebuild for Hardware Monitor 1.0.1 (updated to reflect new location) (hardware-monitor-1.0.1.ebuild,764 bytes, text/plain)
2004-05-27 15:11 UTC, Rob Sharp
Details
hardware-monitor-1.0.1.ebuild (hardware-monitor-1.0.1.ebuild,699 bytes, text/plain)
2004-05-27 19:51 UTC, Joe McCann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Sharp 2004-05-27 13:13:02 UTC
The Hardware Monitor applet is a small program for the Gnome panel which tries to be a beautiful all-round solution to hardware monitoring. It also tries to be user-friendly and generally nice and sensible, integrating pleasantly with the rest of your Gnome desktop.
Comment 1 Rob Sharp 2004-05-27 13:13:41 UTC
Created attachment 32162 [details]
Ebuild for gnome hardware monitor 1.0.1

Latest version from author.
Comment 2 Rob Sharp 2004-05-27 15:11:11 UTC
Created attachment 32169 [details]
Ebuild for Hardware Monitor 1.0.1 (updated to reflect new location)

Hardware-Monitor is a Gnome applet that allows easy monitoring of system
devices, including i2c (lm_sensors etc).

It can display the information in a variety of ways, including a very nice
"flame" graph.
Comment 3 Joe McCann (RETIRED) gentoo-dev 2004-05-27 19:51:14 UTC
Created attachment 32186 [details]
hardware-monitor-1.0.1.ebuild

Here is an updated version of the attatched ebuild. It adds intltool and
pkgconfig depends and adjusts the gnomemm deps to install the proper
versions(now that newer 2.4 and 2.6 versions are out and mm packages are
slotted) There may still be a few issues with some of the mm deps(I ran into
one with gconfmm) because the mm ebuilds contain >= instead of = for their
deps. emerge -p hardware-monitor will show everything that is needed though.

Also please attatch ebuilds as plain text next time.
Comment 4 foser (RETIRED) gentoo-dev 2004-05-28 03:12:51 UTC
*** Bug 43879 has been marked as a duplicate of this bug. ***
Comment 5 Rob Sharp 2004-05-28 06:52:06 UTC
Comment on attachment 32169 [details]
Ebuild for Hardware Monitor 1.0.1 (updated to reflect new location)

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

inherit gnome2

DESCRIPTION="Gnome2 Hardware Monitor Applet using gnomemm"
HOMEPAGE="http://www.cs.aau.dk/~olau/hardware-monitor/"
SRC_URI="http://www.cs.aau.dk/~olau/hardware-monitor/source/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86 ~ppc"
# can add lmsensor stuff
IUSE=""

DEPEND=">=dev-cpp/gtkmm-2.0
	>=dev-cpp/libgnomemm-1.3.9
	>=dev-cpp/libgnomeuimm-1.3.11
	>=dev-cpp/libglademm-2.0.0
	>=dev-cpp/libgnomecanvasmm-2.0.0
	>=dev-cpp/gconfmm-2.0.1
	>=gnome-base/gnome-panel-2.0
	>=gnome-base/libgtop-2.0"
Comment 6 Rob Sharp 2004-05-28 06:52:47 UTC
Comment on attachment 32162 [details]
Ebuild for gnome hardware monitor 1.0.1

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

inherit gnome2

DESCRIPTION="Gnome2 Hardware Monitor Applet using gnomemm"
HOMEPAGE="http://www.cs.auc.dk/~olau/hardware-monitor/"
SRC_URI="http://www.cs.auc.dk/~olau/hardware-monitor/source/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86 ~ppc"
# can add lmsensor stuff
IUSE=""

DEPEND=">=dev-cpp/gtkmm-2.0
	>=dev-cpp/libgnomemm-1.3.9
	>=dev-cpp/libgnomeuimm-1.3.11
	>=dev-cpp/libglademm-2.0.0
	>=dev-cpp/libgnomecanvasmm-2.0.0
	>=dev-cpp/gconfmm-2.0.1
	>=gnome-base/gnome-panel-2.0
	>=gnome-base/libgtop-2.0"
Comment 7 Thies Edeling 2004-05-31 04:33:00 UTC
it seems libgnomemm 1.3.9 & libgnomeuimm 1.3.11 are not in portage anymore 
Comment 8 Rob Sharp 2004-05-31 11:04:42 UTC
Comment on attachment 32169 [details]
Ebuild for Hardware Monitor 1.0.1 (updated to reflect new location)

Please use ebuild http://bugs.gentoo.org/attachment.cgi?id=32169&action=view
instead, as it depends on libgnomeui-2.0 instead.
Comment 9 Rob Sharp 2004-05-31 11:05:49 UTC
Comment on attachment 32169 [details]
Ebuild for Hardware Monitor 1.0.1 (updated to reflect new location)

Apologies, make that http://bugs.gentoo.org/attachment.cgi?id=32186&action=view
Comment 10 Joe McCann (RETIRED) gentoo-dev 2005-01-28 19:12:49 UTC
in tree,closing old bug