--- /usr/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild 2006-03-15 18:07:46.000000000 +0100 +++ /usr/local/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild 2006-03-31 17:26:29.000000000 +0200 @@ -73,6 +73,7 @@ fi epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch" + epatch "${FILESDIR}/makefile.am.patch" econf \ --with-${mygui} \ @@ -96,7 +97,11 @@ if [ "${mygui}" == "gnome" ]; then gnome2_src_install else - einstall || die "einstall failed" + make DESTDIR="${D}" install || die "make install failed" + for size in 16 22 32 48 ; do + insinto /usr/share/icons/hicolor/${size}x${size}/apps/ + newins ${S}/src/celestia/kde/data/hi${size}-app-${PN}.png ${PN}.png + done fi dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \