summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-02-14 01:50:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-02-14 01:50:50 +0000
commit13773badd4297b0893bede781ce4ae34a812891e (patch)
tree4cbf77fb37a4615232ee9f0d6e02ff93f3ef91d4 /sci-astronomy
parentcommit improved ebuild thanks to mr_bones_ and abcd (diff)
downloadgentoo-2-13773badd4297b0893bede781ce4ae34a812891e.tar.gz
gentoo-2-13773badd4297b0893bede781ce4ae34a812891e.tar.bz2
gentoo-2-13773badd4297b0893bede781ce4ae34a812891e.zip
make desktop file pass desktop-file-validate
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/stellarium-0.10.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index e3ea016f6211..3a84eb4a41c3 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.56 2010/02/06 22:32:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.57 2010/02/14 01:50:50 mr_bones_ Exp $
+
+ 14 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ stellarium-0.10.3.ebuild:
+ make desktop file pass desktop-file-validate
06 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
stellarium-0.10.3.ebuild, metadata.xml:
diff --git a/sci-astronomy/stellarium/stellarium-0.10.3.ebuild b/sci-astronomy/stellarium/stellarium-0.10.3.ebuild
index 73975bd47f2e..702a6438e29a 100644
--- a/sci-astronomy/stellarium/stellarium-0.10.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.3.ebuild,v 1.2 2010/02/06 22:32:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.3.ebuild,v 1.3 2010/02/14 01:50:50 mr_bones_ Exp $
EAPI=2
inherit cmake-utils eutils
@@ -53,6 +53,6 @@ src_install() {
doins "${DISTDIR}"/stars_[45678]_[12]v0_0*.cat || die "doins failed"
fi
newicon doc/images/stellarium-logo.png ${PN}.png
- make_desktop_entry ${PN} Stellarium ${PN} "Education;Science;Astronomy;"
+ make_desktop_entry ${PN} Stellarium ${PN} "Education;Science;Astronomy"
dodoc AUTHORS ChangeLog README
}