diff options
author | 2006-05-06 22:20:59 +0000 | |
---|---|---|
committer | 2006-05-06 22:20:59 +0000 | |
commit | ea6e20a8a0cefffc5bd6774c7a88a9818f309af1 (patch) | |
tree | b1100c1eaa5337272d79d9308c0f6c563e7a2fc3 /sci-astronomy | |
parent | Fix for gcc-4.1, bug #124993 (diff) | |
download | gentoo-2-ea6e20a8a0cefffc5bd6774c7a88a9818f309af1.tar.gz gentoo-2-ea6e20a8a0cefffc5bd6774c7a88a9818f309af1.tar.bz2 gentoo-2-ea6e20a8a0cefffc5bd6774c7a88a9818f309af1.zip |
Install icons for kde, thanks to polynomial-C
(Portage version: 2.1_pre10)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index ef376a512dc6..a2c301024316 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.19 2006/05/02 04:45:23 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.20 2006/05/06 22:20:59 morfic Exp $ + + 06 May 2006; Daniel Goller <morfic@gentoo.org> celestia-1.4.1.ebuild: + Install icons for kde, thanks to polynomial-C 02 May 2006; Daniel Goller <morfic@gentoo.org> celestia-1.4.1.ebuild: Calling autotools after patching makefile.am diff --git a/sci-astronomy/celestia/celestia-1.4.1.ebuild b/sci-astronomy/celestia/celestia-1.4.1.ebuild index 854bfb583163..05bb2220d354 100644 --- a/sci-astronomy/celestia/celestia-1.4.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.7 2006/05/02 04:45:23 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.8 2006/05/06 22:20:59 morfic Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -103,6 +103,10 @@ src_install() { gnome2_src_install else einstall || die "einstall 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 \ |