diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:16:01 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:16:01 +0000 |
commit | d25a16e7efe176d3701816245e8b61a60289dff8 (patch) | |
tree | 3005e0bdd7ca49b4938ac4cf9f406a0cf8baa3f1 /net-misc/putty/putty-0.60.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-d25a16e7efe176d3701816245e8b61a60289dff8.tar.gz gentoo-2-d25a16e7efe176d3701816245e8b61a60289dff8.tar.bz2 gentoo-2-d25a16e7efe176d3701816245e8b61a60289dff8.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/putty/putty-0.60.ebuild')
-rw-r--r-- | net-misc/putty/putty-0.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/putty/putty-0.60.ebuild b/net-misc/putty/putty-0.60.ebuild index d17b2a756032..b6fb19004578 100644 --- a/net-misc/putty/putty-0.60.ebuild +++ b/net-misc/putty/putty-0.60.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/net-misc/putty/putty-0.60.ebuild,v 1.3 2008/02/22 14:25:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.4 2008/02/29 20:16:01 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -47,7 +47,7 @@ src_install() { # install desktop file provided by Gustav Schaffter in #49577 use gtk && { doicon "${FILESDIR}"/${PN}.xpm - make_desktop_entry "putty" "PuTTY" putty.xpm "Network" + make_desktop_entry "putty" "PuTTY" putty "Network" } if test ! -c /dev/ptmx; then |