diff options
author | 2008-02-29 20:16:01 +0000 | |
---|---|---|
committer | 2008-02-29 20:16:01 +0000 | |
commit | d25a16e7efe176d3701816245e8b61a60289dff8 (patch) | |
tree | 3005e0bdd7ca49b4938ac4cf9f406a0cf8baa3f1 /net-misc/putty | |
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')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.60.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 120560acdf2c..3d9af3a473b0 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.38 2008/02/22 14:25:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.39 2008/02/29 20:16:01 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> putty-0.60.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Feb 2008; Raúl Porcel <armin76@gentoo.org> putty-0.60.ebuild: alpha/sparc/x86 stable 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 |