Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53157 - mail-client/thunderbird is missing several things in ${FILESDIR}
Summary: mail-client/thunderbird is missing several things in ${FILESDIR}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-06 13:13 UTC by Robert Moss (RETIRED)
Modified: 2004-06-16 08:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Moss (RETIRED) gentoo-dev 2004-06-06 13:13:16 UTC
ls -R /usr/portage/mail-client/mozilla-thunderbird-bin/files

/usr/portage/mail-client/mozilla-thunderbird-bin/files:
0.5                                 digest-mozilla-thunderbird-bin-0.6
0.6                                 icon
MozillaThunderbird                  thunderbird
digest-mozilla-thunderbird-bin-0.4  thunderbird-0.3-antialiasing-patch
digest-mozilla-thunderbird-bin-0.5

/usr/portage/mail-client/mozilla-thunderbird-bin/files/0.5:
icon

/usr/portage/mail-client/mozilla-thunderbird-bin/files/0.5/icon:
mozillathunderbird.desktop  thunderbird-icon.png

/usr/portage/mail-client/mozilla-thunderbird-bin/files/0.6:
icon

/usr/portage/mail-client/mozilla-thunderbird-bin/files/0.6/icon:
mozillathunderbird.desktop  thunderbird-icon.png

/usr/portage/mail-client/mozilla-thunderbird-bin/files/icon:
mozillathunderbird.desktop  thunderbird-icon.png


ls -R /usr/portage/mail-client/mozilla-thunderbird/files

/usr/portage/mail-client/mozilla-thunderbird/files:
MozillaThunderbird                 digest-mozilla-thunderbird-0.6
digest-mozilla-thunderbird-0.3-r1  digest-mozilla-thunderbird-0.6-r1
digest-mozilla-thunderbird-0.4     enigmail
digest-mozilla-thunderbird-0.5     mozilla-thunderbird-amd64.patch
digest-mozilla-thunderbird-0.5-r1  thunderbird

/usr/portage/mail-client/mozilla-thunderbird/files/enigmail:
Makefile-enigmail  Makefile-ipc


As you can see, we're missing icon/, 0.5/icon/ and 0.6/icon/. This isn't good, as it means that you don't get an entry in the menu. They are referenced in the ebuild - they just aren't there:

    if use gnome; then
        insinto /usr/share/pixmaps
        doins ${FILESDIR}/icon/thunderbird-icon.png

        # Fix comment of menu entry
        insinto /usr/share/gnome/apps/Internet
        doins ${FILESDIR}/icon/mozillathunderbird.desktop
    fi


Is there any chance this could be fixed so I can have my icon back?! I can do it manually, but that isn't exactly ideal...

Reproducible: Always
Steps to Reproduce:
Comment 1 Robert Moss (RETIRED) gentoo-dev 2004-06-06 13:14:14 UTC
Re-assigning to mozilla@gentoo.org, as this is a Mozilla family bug.
Comment 2 Robert Moss (RETIRED) gentoo-dev 2004-06-16 08:57:47 UTC
Well you managed to fix this one without even noticing the bug! Closing.