diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-12-09 12:06:35 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-12-09 12:06:35 +0000 |
commit | 946b7b06f62ce682167421fb85df15ec6213c801 (patch) | |
tree | 56751fdc4802adee7ad21b4193ed55177e193f1a /sci-physics | |
parent | Depend on >= gstreamer-0.10.21 wrt #250339, thanks to Jeroen Roovers. (diff) | |
download | gentoo-2-946b7b06f62ce682167421fb85df15ec6213c801.tar.gz gentoo-2-946b7b06f62ce682167421fb85df15ec6213c801.tar.bz2 gentoo-2-946b7b06f62ce682167421fb85df15ec6213c801.zip |
Polishing desktop entry
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lightspeed/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/lightspeed/ChangeLog b/sci-physics/lightspeed/ChangeLog index c2629a5ba40a..b47563b65dee 100644 --- a/sci-physics/lightspeed/ChangeLog +++ b/sci-physics/lightspeed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/lightspeed # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.9 2008/05/21 14:15:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.10 2008/12/09 12:06:35 bicatali Exp $ + + 09 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org> + lightspeed-1.2a-r1.ebuild: + Polishing desktop entry 21 May 2008; Samuli Suominen <drac@gentoo.org> lightspeed-1.2a-r1.ebuild: Use newicon instead of doicon to install properly. Remove filetype extension diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild index 52971d9afe4b..888cb1e7253a 100644 --- a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild +++ b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.5 2008/05/21 14:15:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.6 2008/12/09 12:06:35 bicatali Exp $ inherit eutils @@ -40,8 +40,7 @@ src_compile() { econf \ --with-gtk=2 \ $(use_enable nls) \ - $(use_with truetype ftgl) \ - || die "econf failed" + $(use_with truetype ftgl) emake || die "emake failed" for i in ${LANGS}; do use linguas_${i} && emake ${i}.gmo @@ -51,7 +50,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon src/icon.xpm lightspeed.xpm - make_desktop_entry ${PN} "Light Speed!" ${PN} "Science;Physics;Education" + make_desktop_entry ${PN} "Light Speed! Relativistic Simulator" dodoc AUTHORS ChangeLog MATH NEWS README TODO || die newdoc debian/changelog ChangeLog.Debian || die cd ${S2} |