diff options
author | 2013-04-11 02:19:46 +0000 | |
---|---|---|
committer | 2013-04-11 02:19:46 +0000 | |
commit | 989cc6f0b39cb793993ebc63f887b1fbe6cc7c63 (patch) | |
tree | 360302410c2484a6a27edafbc24e1e19067b7157 /www-client/seamonkey-bin | |
parent | Stable channel bump. (diff) | |
download | gentoo-2-989cc6f0b39cb793993ebc63f887b1fbe6cc7c63.tar.gz gentoo-2-989cc6f0b39cb793993ebc63f887b1fbe6cc7c63.tar.bz2 gentoo-2-989cc6f0b39cb793993ebc63f887b1fbe6cc7c63.zip |
Remove binary icon, use icon from tarball instead
(Portage version: 2.2.0_alpha171/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/files/icon/seamonkey-bin.png | bin | 3428 -> 0 bytes | |||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild | 4 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 079b1dedad1f..e011a2b5df27 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.176 2013/04/09 16:07:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.177 2013/04/11 02:19:46 jdhore Exp $ + + 11 Apr 2013; Jeff Horelick <jdhore@gentoo.org> -files/icon/seamonkey-bin.png, + seamonkey-bin-2.16.2.ebuild, seamonkey-bin-2.17.ebuild: + Remove binary icon, use icon from tarball instead 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-bin-2.17.ebuild: Stable for x86, wrt bug #464226 diff --git a/www-client/seamonkey-bin/files/icon/seamonkey-bin.png b/www-client/seamonkey-bin/files/icon/seamonkey-bin.png Binary files differdeleted file mode 100644 index 4bc58a2747a8..000000000000 --- a/www-client/seamonkey-bin/files/icon/seamonkey-bin.png +++ /dev/null diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild index 653ef4f49465..e68dd464833c 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild,v 1.3 2013/03/13 17:03:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.16.2.ebuild,v 1.4 2013/04/11 02:19:46 jdhore Exp $ EAPI="4" @@ -75,7 +75,7 @@ EOF fperms 0755 /usr/bin/seamonkey-bin # Install icon and .desktop for menu entry - doicon "${FILESDIR}/icon/${PN}.png" + newicon "${S}"/chrome/icons/default/default48.png ${PN}-icon.png domenu "${FILESDIR}/icon/${PN}.desktop" if use startup-notification; then diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild index b8e467709eea..6d47dd1d0a19 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild,v 1.3 2013/04/09 16:07:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.17.ebuild,v 1.4 2013/04/11 02:19:46 jdhore Exp $ EAPI="4" @@ -75,7 +75,7 @@ EOF fperms 0755 /usr/bin/seamonkey-bin # Install icon and .desktop for menu entry - doicon "${FILESDIR}/icon/${PN}.png" + newicon "${S}"/chrome/icons/default/default48.png ${PN}-icon.png domenu "${FILESDIR}/icon/${PN}.desktop" if use startup-notification; then |