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/celestia/files | |
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/celestia/files')
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.4.1-kde-desktop.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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; |