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

Collapse All | Expand All

(-)/usr/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild (-1 / +6 lines)
Lines 73-78 Link Here
73
	fi
73
	fi
74
74
75
	epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch"
75
	epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch"
76
	epatch "${FILESDIR}/makefile.am.patch"
76
77
77
	econf \
78
	econf \
78
		--with-${mygui} \
79
		--with-${mygui} \
Lines 96-102 Link Here
96
	if [ "${mygui}" == "gnome" ]; then
97
	if [ "${mygui}" == "gnome" ]; then
97
		gnome2_src_install
98
		gnome2_src_install
98
	else
99
	else
99
		einstall	|| die "einstall failed"
100
		make DESTDIR="${D}" install	|| die "make install failed"
101
		for size in 16 22 32 48 ; do
102
			insinto /usr/share/icons/hicolor/${size}x${size}/apps/
103
			newins ${S}/src/celestia/kde/data/hi${size}-app-${PN}.png ${PN}.png
104
		done
100
	fi
105
	fi
101
106
102
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \
107
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \

Return to bug 128218