From 4b64a6e773a64126fb83006a6487dd12580e59de Mon Sep 17 00:00:00 2001 From: Brad Laue Date: Sun, 4 Jul 2004 05:49:11 +0000 Subject: Centralize thunderbird menu icons into one directory of ${FILESDIR} rather than one per version --- .../files/icon/mozillathunderbird.desktop | 2 +- .../files/icon/thunderbird-icon.png | Bin 2537 -> 6499 bytes .../mozilla-thunderbird-bin-0.6.ebuild | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird.desktop b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird.desktop index 0539bbb46ae2..f9cc517d96dd 100644 --- a/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird.desktop +++ b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Mozilla Thunderbird Comment=Mail & News Reader -Exec=/usr/bin/MozillaThunderbird +Exec=/usr/bin/thunderbird Icon=thunderbird-icon.png Terminal=0 Type=Application diff --git a/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png b/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png index a6a613f956a7..90ff395ff5bc 100644 Binary files a/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png and b/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png differ diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild index e6df1ad0a283..9e9ec84988f4 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild,v 1.4 2004/07/01 19:49:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild,v 1.5 2004/07/04 05:49:11 brad Exp $ inherit nsplugins eutils @@ -46,10 +46,10 @@ src_install() { if use gnome then insinto /usr/share/pixmaps - doins ${FILESDIR}/${PV}/icon/thunderbird-icon.png + doins ${FILESDIR}/icon/thunderbird-icon.png insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/${PV}/icon/mozillathunderbird.desktop + doins ${FILESDIR}/icon/mozillathunderbird.desktop fi } -- cgit v1.2.3-65-gdbad