diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-03-08 09:45:18 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-03-08 09:45:18 +0000 |
commit | ad464f817fe51d3feff6f8b9e0e7f7910ea5b7ee (patch) | |
tree | d60f2e8fdb756c97d3de0718a74c4bdc92c3b82a /sci-astronomy | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-ad464f817fe51d3feff6f8b9e0e7f7910ea5b7ee.tar.gz gentoo-2-ad464f817fe51d3feff6f8b9e0e7f7910ea5b7ee.tar.bz2 gentoo-2-ad464f817fe51d3feff6f8b9e0e7f7910ea5b7ee.zip |
fixed desktop file for kde
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1-r2.ebuild | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.4.1-kde-desktop.patch | 14 |
3 files changed, 23 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index cc560f7eeda8..8629951b4d38 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2007/02/12 22:44:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.29 2007/03/08 09:45:18 bicatali Exp $ + + 08 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org> + +files/celestia-1.4.1-kde-desktop.patch, celestia-1.4.1-r2.ebuild: + fixed desktop file for kde. *celestia-1.4.1-r2 (12 Feb 2007) diff --git a/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild b/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild index 9f8b21bc29ec..e406ac45882f 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.1 2007/02/12 22:44:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1-r2.ebuild,v 1.2 2007/03/08 09:45:18 bicatali Exp $ WANT_AUTOMAKE="1.9" @@ -76,6 +76,9 @@ src_unpack() { # fix kde datadir in makefile.am and .desktop location epatch "${FILESDIR}/${P}-kde-datadir.patch" + # add a desktop file that doesn't end up in lost+found + epatch "${FILESDIR}/${P}-kde-desktop.patch" + # add a ~/.celestia for extra directories epatch "${FILESDIR}/${P}-cfg.patch" diff --git a/sci-astronomy/celestia/files/celestia-1.4.1-kde-desktop.patch b/sci-astronomy/celestia/files/celestia-1.4.1-kde-desktop.patch new file mode 100644 index 000000000000..59fb10425e48 --- /dev/null +++ b/sci-astronomy/celestia/files/celestia-1.4.1-kde-desktop.patch @@ -0,0 +1,14 @@ +--- src/celestia/kde/data/celestia.desktop.orig 2007-03-07 19:34:36.000000000 +0000 ++++ src/celestia/kde/data/celestia.desktop 2007-03-07 19:46:41.000000000 +0000 +@@ -1,8 +1,10 @@ + [Desktop Entry] ++Encoding=UTF-8 + Name=Celestia +-Comment=Celestia ++Comment=Space 3D Simulator + Exec=celestia %f + Terminal=false + Icon=celestia.png + MimeType=application/x-celestia-script + Type=Application ++Categories=Qt;KDE;Science; |