diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:39:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:39:59 +0000 |
commit | 2d5152268ebdb12d2ff03e18f12d0cc02cc9bbb6 (patch) | |
tree | 44a172a38831f0385232a4ed57e26c3112818c4c /sci-electronics/eagle/eagle-4.16_p1.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-2d5152268ebdb12d2ff03e18f12d0cc02cc9bbb6.tar.gz historical-2d5152268ebdb12d2ff03e18f12d0cc02cc9bbb6.tar.bz2 historical-2d5152268ebdb12d2ff03e18f12d0cc02cc9bbb6.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-electronics/eagle/eagle-4.16_p1.ebuild')
-rw-r--r-- | sci-electronics/eagle/eagle-4.16_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/eagle/eagle-4.16_p1.ebuild b/sci-electronics/eagle/eagle-4.16_p1.ebuild index 26b3c71f753c..b41bd72c9d3d 100644 --- a/sci-electronics/eagle/eagle-4.16_p1.ebuild +++ b/sci-electronics/eagle/eagle-4.16_p1.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-electronics/eagle/eagle-4.16_p1.ebuild,v 1.6 2007/11/10 22:52:51 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/eagle-4.16_p1.ebuild,v 1.7 2008/02/29 20:38:42 carlo Exp $ inherit eutils @@ -65,7 +65,7 @@ src_install() { # Create desktop entry doicon bin/${PN}.xpm - make_desktop_entry ${PN} ${PN} ${PN}.xpm "Graphics;Electronics" + make_desktop_entry ${PN} ${PN} ${PN} "Graphics;Electronics" } |