Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151526 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/agave-0.4.4-r1.ebuild (-6 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# 
3
# $Header: $
4
4
5
inherit eutils gnome2
5
inherit eutils gnome2
6
6
Lines 14-20 Link Here
14
KEYWORDS="~amd64 ~ppc ~x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
15
16
RDEPEND=">=dev-cpp/gtkmm-2.8.0
16
RDEPEND=">=dev-cpp/gtkmm-2.8.0
17
         >=dev-cpp/libglademm-2.4
17
	>=dev-cpp/libglademm-2.4
18
	dev-libs/boost
18
	dev-libs/boost
19
	gnome? ( >=gnome-base/libgnomeui-2.0 >=dev-cpp/gconfmm-2.6 )
19
	gnome? ( >=gnome-base/libgnomeui-2.0 >=dev-cpp/gconfmm-2.6 )
20
	test? ( >=dev-util/cppunit-1.10.0 )"
20
	test? ( >=dev-util/cppunit-1.10.0 )"
Lines 40-50 Link Here
40
	epatch "${FILESDIR}"/agave-4.4-gcc-4.3.patch
40
	epatch "${FILESDIR}"/agave-4.4-gcc-4.3.patch
41
}
41
}
42
42
43
44
src_install() {
43
src_install() {
45
	gnome2_src_install
44
	gnome2_src_install
46
47
	# Fix the icon name in the desktop file.
45
	# Fix the icon name in the desktop file.
48
	dosed "s:Icon=agave-icon.png:Icon=agave.png:" \
46
	dosed "s:Icon=agave-icon.png:Icon=agave.png:" \
49
			/usr/share/applications/agave.desktop
47
		/usr/share/applications/agave.desktop
50
}
48
}

Return to bug 151526