--- /tmp/agave-0.4.4-r1.ebuild 2008-11-05 19:25:46.506489615 +0100 +++ agave-0.4.4-r1.ebuild 2008-11-05 19:15:19.000000000 +0100 @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# +# $Header: $ inherit eutils gnome2 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-cpp/gtkmm-2.8.0 - >=dev-cpp/libglademm-2.4 + >=dev-cpp/libglademm-2.4 dev-libs/boost gnome? ( >=gnome-base/libgnomeui-2.0 >=dev-cpp/gconfmm-2.6 ) test? ( >=dev-util/cppunit-1.10.0 )" @@ -40,11 +40,9 @@ epatch "${FILESDIR}"/agave-4.4-gcc-4.3.patch } - src_install() { gnome2_src_install - # Fix the icon name in the desktop file. dosed "s:Icon=agave-icon.png:Icon=agave.png:" \ - /usr/share/applications/agave.desktop + /usr/share/applications/agave.desktop }