Summary: | Ebuild for www-client/firefox-9999 (mercurial) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Raneland <raniz> |
Component: | New packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | www-client/firefox-9999.ebuild |
Description
Daniel Raneland
2011-08-17 22:36:57 UTC
Created attachment 283699 [details]
www-client/firefox-9999.ebuild
Works OK for me on amd64. I installed the beta release (firefox 7). The only problem I had with it was that my plugins (flash, java, gecko, etc.) didn't work as they are installed into /usr/lib/firefox/plugins. Symlinking that folder to the installation path (/usr/lib/firefox-7.0) solved this problem for me. i tested trunk + pgo (alsa dbus ipc libnotify methodjit pgo startup-notification trunk webm) here and that needs some changes: src_compile() { if use pgo; then addpredict /root addpredict /etc/gconf addpredict /dev/dri The nightly folder is missing some icons compared to the official folder, so the line use trunk && icon_path="${S}/browser/branding/nightly" could be removed completely i think, i simply copied over all the icons and called ebuild merge again. (In reply to comment #2) > Works OK for me on amd64. I installed the beta release (firefox 7). The only > problem I had with it was that my plugins (flash, java, gecko, etc.) didn't > work as they are installed into /usr/lib/firefox/plugins. Symlinking that > folder to the installation path (/usr/lib/firefox-7.0) solved this problem for > me. Yeah, it seems that all folders are named firefox-7.0 in the beta channel, I'll see if I can force it to drop the version number somehow. I'll also take a look at pgo and the nightly icons. Will probably fix it tomorrow. We will not add a snapshot or live ebuild to the tree, we do not have the man power in the mozilla herd to handle such ebuilds. @Daniel Raneland as this bug is resolved as WONTFIX due to missing man power this might be a candidate for sunrise overlay (http://overlays.gentoo.org/proj/sunrise) or your own user overlay hosted at overlays.gentoo.org (http://blog.hartwork.org/?p=843)? I think many people might be interested in this ebuild. |