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-cpp/gconfmm-2.6 |
18 |
dev-libs/boost |
19 |
dev-libs/boost |
19 |
gnome? ( >=gnome-base/libgnomeui-2.0 >=dev-cpp/gconfmm-2.6 ) |
20 |
gnome? ( >=gnome-base/libgnomeui-2.0 >=dev-cpp/gconfmm-2.6 ) |
20 |
test? ( >=dev-util/cppunit-1.10.0 )" |
21 |
test? ( >=dev-util/cppunit-1.10.0 )" |
Lines 40-50
Link Here
|
40 |
epatch "${FILESDIR}"/agave-4.4-gcc-4.3.patch |
41 |
epatch "${FILESDIR}"/agave-4.4-gcc-4.3.patch |
41 |
} |
42 |
} |
42 |
|
43 |
|
43 |
|
|
|
44 |
src_install() { |
44 |
src_install() { |
45 |
gnome2_src_install |
45 |
gnome2_src_install |
46 |
|
|
|
47 |
# Fix the icon name in the desktop file. |
46 |
# Fix the icon name in the desktop file. |
48 |
dosed "s:Icon=agave-icon.png:Icon=agave.png:" \ |
47 |
dosed "s:Icon=agave-icon.png:Icon=agave.png:" \ |
49 |
/usr/share/applications/agave.desktop |
48 |
/usr/share/applications/agave.desktop |
50 |
} |
49 |
} |