summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2004-07-04 05:49:11 +0000
committerBrad Laue <brad@gentoo.org>2004-07-04 05:49:11 +0000
commit4b64a6e773a64126fb83006a6487dd12580e59de (patch)
tree45b68c6cf23b0d0d6bf23ff72dcec1250380ca17 /mail-client
parentRemove version specific icons, centralize (diff)
downloadhistorical-4b64a6e773a64126fb83006a6487dd12580e59de.tar.gz
historical-4b64a6e773a64126fb83006a6487dd12580e59de.tar.bz2
historical-4b64a6e773a64126fb83006a6487dd12580e59de.zip
Centralize thunderbird menu icons into one directory of ${FILESDIR} rather than one per version
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird.desktop2
-rw-r--r--mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.pngbin2537 -> 6499 bytes
-rw-r--r--mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild6
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
--- a/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png
+++ b/mail-client/mozilla-thunderbird-bin/files/icon/thunderbird-icon.png
Binary files 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
}