diff options
author | 2007-09-17 13:03:53 +0000 | |
---|---|---|
committer | 2007-09-17 13:03:53 +0000 | |
commit | 63dc2720b14b114fd2646397d74ee32dadefd366 (patch) | |
tree | 3e55c3e9b4f7240a8ce40610c518fd67a790fbcf /www-client | |
parent | ia64 stable wrt #192445 (diff) | |
download | gentoo-2-63dc2720b14b114fd2646397d74ee32dadefd366.tar.gz gentoo-2-63dc2720b14b114fd2646397d74ee32dadefd366.tar.bz2 gentoo-2-63dc2720b14b114fd2646397d74ee32dadefd366.zip |
Fix icon, bug #192426, thanks to Pacho Ramos <pacho at condmat1 dot ciencias dot uniovi dotes>
(Portage version: 2.1.3.9)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 607fadb3c5db..20b8a640d896 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.25 2007/08/11 15:11:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.26 2007/09/17 13:03:53 armin76 Exp $ + + 17 Sep 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.4.ebuild: + Fix icon, bug #192426, thanks to Pacho Ramos <pacho at condmat1 dot ciencias + dot uniovi dotes> 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> -seamonkey-bin-1.1.3.ebuild: diff --git a/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild index f47ae45a10de..f8625dc912a7 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild,v 1.3 2007/08/11 15:04:27 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.4.ebuild,v 1.4 2007/09/17 13:03:53 armin76 Exp $ inherit eutils mozilla-launcher multilib @@ -49,7 +49,7 @@ src_install() { install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME} # Install icon and .desktop for menu entry - doicon ${FILESDIR}/icon/${PN}-icon.png + doicon ${FILESDIR}/icon/${PN}.png domenu ${FILESDIR}/icon/${PN}.desktop } |