diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:41:36 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:41:36 +0000 |
commit | 297b3c00134c647a84f1acd762e58fe5859dcab4 (patch) | |
tree | 9dc45f8811a27d88d3339ee590f28dda73ff95c1 /sci-visualization | |
parent | fix utf-8 borkage in ChangeLog - dont inherit mailer eclass (diff) | |
download | gentoo-2-297b3c00134c647a84f1acd762e58fe5859dcab4.tar.gz gentoo-2-297b3c00134c647a84f1acd762e58fe5859dcab4.tar.bz2 gentoo-2-297b3c00134c647a84f1acd762e58fe5859dcab4.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/quickplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.13.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-visualization/quickplot/ChangeLog b/sci-visualization/quickplot/ChangeLog index bc1bb176e510..bd7d7c78bc95 100644 --- a/sci-visualization/quickplot/ChangeLog +++ b/sci-visualization/quickplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/quickplot -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.4 2007/06/11 08:39:33 cryos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.5 2008/02/29 20:41:36 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> quickplot-0.8.5.ebuild, + quickplot-0.8.13.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 11 Jun 2007; Marcus D. Hanwell <cryos@gentoo.org> quickplot-0.8.13.ebuild: Marked stable on amd64. diff --git a/sci-visualization/quickplot/quickplot-0.8.13.ebuild b/sci-visualization/quickplot/quickplot-0.8.13.ebuild index 8cc613061b6e..da71d5737a6b 100644 --- a/sci-visualization/quickplot/quickplot-0.8.13.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13.ebuild,v 1.2 2007/06/11 08:39:33 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13.ebuild,v 1.3 2008/02/29 20:41:36 carlo Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install () { rm COPYING quickplot_icon.png ChangeLog mv ${D}/usr/share/pixmaps/quickplot_icon.png \ ${D}/usr/share/pixmaps/quickplot.png - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot.png Graphics + make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv ${D}/usr/share/applications/quickplot\ --no-pipe.desktop \ ${D}/usr/share/applications/quickplot.desktop } diff --git a/sci-visualization/quickplot/quickplot-0.8.5.ebuild b/sci-visualization/quickplot/quickplot-0.8.5.ebuild index 6d5f8c984ad5..2d1991769a72 100644 --- a/sci-visualization/quickplot/quickplot-0.8.5.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.5.ebuild,v 1.1 2006/01/29 20:16:16 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.5.ebuild,v 1.2 2008/02/29 20:41:36 carlo Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install () { rm COPYING quickplot_icon.png ChangeLog mv ${D}/usr/share/pixmaps/quickplot_icon.png \ ${D}/usr/share/pixmaps/quickplot.png - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot.png Graphics + make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv ${D}/usr/share/applications/quickplot\ --no-pipe.desktop \ ${D}/usr/share/applications/quickplot.desktop } |