diff options
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1-r2.ebuild | 3 | ||||
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.4.1-gnome-desktop.patch | 18 |
3 files changed, 26 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 6ca7556928ba..cc66bdb97459 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.35 2007/05/25 11:23:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.36 2007/09/11 11:47:04 bicatali Exp $ + + 11 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> + +files/celestia-1.4.1-gnome-desktop.patch, celestia-1.4.1-r2.ebuild: + Fixed desktop for gnome. Thanks Pacho Ramos + <pacho@condmat1.ciencias.uniovi.es> for his patch (bug #190999). 25 May 2007; Sébastien Fabbro <bicatali@gentoo.org> -files/celestia-1.3.2-noarts.patch, -files/makefile.am.patch, diff --git a/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild b/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild index 7d3b47e69525..62e8928c0258 100644 --- a/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r2.ebuild,v 1.7 2007/05/12 09:52:06 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild,v 1.8 2007/09/11 11:47:04 bicatali Exp $ WANT_AUTOMAKE="1.9" @@ -78,6 +78,7 @@ src_unpack() { # add a desktop file that doesn't end up in lost+found epatch "${FILESDIR}/${P}-kde-desktop.patch" + epatch "${FILESDIR}/${P}-gnome-desktop.patch" # add a ~/.celestia for extra directories epatch "${FILESDIR}/${P}-cfg.patch" diff --git a/sci-astronomy/celestia/files/celestia-1.4.1-gnome-desktop.patch b/sci-astronomy/celestia/files/celestia-1.4.1-gnome-desktop.patch new file mode 100644 index 000000000000..87cfbc927489 --- /dev/null +++ b/sci-astronomy/celestia/files/celestia-1.4.1-gnome-desktop.patch @@ -0,0 +1,18 @@ +--- src/celestia/gtk/data/celestia.desktop~ 2007-08-25 17:45:09.000000000 +0200 ++++ src/celestia/gtk/data/celestia.desktop 2007-08-25 17:45:09.000000000 +0200 +@@ -1,12 +1,11 @@ + [Desktop Entry] + Encoding=UTF-8 +-Version=1.4.0 + Type=Application + Exec=celestia + Icon=celestia +-X-GNOME-DocPath= + Terminal=false + Name=Celestia +-Comment=Space Simulator ++Comment=Space 3D Simulator ++Comment[es]=Simulador 3D del Espacio + StartupNotify=true +-Categories=Astronomy;Science;Application; ++Categories=Education;Science;Astronomy; |