diff options
author | Brad Laue <brad@gentoo.org> | 2004-07-04 05:51:46 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-07-04 05:51:46 +0000 |
commit | 0ae85953950abef5b4fe1de3b55d0d7168161744 (patch) | |
tree | 3ecd7a91d3cb94237c85598b0db03a63b58c37a2 /mail-client/mozilla-thunderbird-bin | |
parent | Centralize thunderbird menu icons into one directory of ${FILESDIR} rather th... (diff) | |
download | historical-0ae85953950abef5b4fe1de3b55d0d7168161744.tar.gz historical-0ae85953950abef5b4fe1de3b55d0d7168161744.tar.bz2 historical-0ae85953950abef5b4fe1de3b55d0d7168161744.zip |
Centralize icon placement in 0.7.ebuild
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
4 files changed, 19 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog index 62e35483e0f3..d687ae64d866 100644 --- a/mail-client/mozilla-thunderbird-bin/ChangeLog +++ b/mail-client/mozilla-thunderbird-bin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/mozilla-thunderbird-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.7 2004/07/01 19:49:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.8 2004/07/04 05:51:46 brad Exp $ + + 04 Jul 2004; Brad Laue <brad@gentoo.org> + +files/icon/mozillathunderbird-bin-icon.png, + +files/icon/mozillathunderbird-bin.desktop, + mozilla-thunderbird-bin-0.7.ebuild: + Move thunderbird menu icon to a subdirectory of files/ instead of creating a + new directory with each version. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mozilla-thunderbird-bin-0.5.ebuild, mozilla-thunderbird-bin-0.6.ebuild, diff --git a/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin-icon.png b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin-icon.png Binary files differnew file mode 100644 index 000000000000..90ff395ff5bc --- /dev/null +++ b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin-icon.png diff --git a/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin.desktop b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin.desktop new file mode 100644 index 000000000000..7fdb61334656 --- /dev/null +++ b/mail-client/mozilla-thunderbird-bin/files/icon/mozillathunderbird-bin.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Mozilla Thunderbird (bin) +Comment=Mail & News Reader +Exec=/usr/bin/thunderbird-bin +Icon=thunderbird-bin-icon.png +Terminal=false +Type=Application +Categories=Application;Network; diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild index b4a704dd4dbf..6bff517cafc6 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.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.7.ebuild,v 1.5 2004/07/01 19:49:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild,v 1.6 2004/07/04 05:51:46 brad Exp $ inherit nsplugins eutils mozilla-launcher @@ -46,11 +46,11 @@ src_install() { # Install icon and .desktop for menu entry if use gnome; then insinto /usr/share/pixmaps - doins ${FILESDIR}/${PV}/icon/mozillathunderbird-bin-icon.png + doins ${FILESDIR}/icon/mozillathunderbird-bin-icon.png # Fix bug 54179: Install .desktop file into /usr/share/applications # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) insinto /usr/share/applications - doins ${FILESDIR}/${PV}/icon/mozillathunderbird-bin.desktop + doins ${FILESDIR}/icon/mozillathunderbird-bin.desktop fi # Normally thunderbird-bin-0.7 must be run as root once before it |