Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64196 Details for
Bug 99060
firefox: cherry picking on Fedora patches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
01_firefox-1.0.6-r3-fedora--minor_fixes.patch
01_firefox-1.0.6-r3-fedora--minor_fixes.patch (text/plain), 2.43 KB, created by
TGL
on 2005-07-24 05:18:45 UTC
(
hide
)
Description:
01_firefox-1.0.6-r3-fedora--minor_fixes.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2005-07-24 05:18:45 UTC
Size:
2.43 KB
patch
obsolete
>--- mozilla-firefox-1.0.6-r3.ebuild.orig 2005-07-24 15:41:48.000000000 +0200 >+++ mozilla-firefox-1.0.6-r3.ebuild 2005-07-24 15:44:36.000000000 +0200 >@@ -3,7 +3,10 @@ > # $Header: $ > > unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 >-inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib >+inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib fdo-mime >+ >+FEDORA_VERSION="1.0.4-5" >+FEDORA_FILES="${WORKDIR}/fedora-files" > > DESCRIPTION="Firefox Web Browser" > HOMEPAGE="http://www.mozilla.org/projects/firefox/" >@@ -13,7 +16,9 @@ > mirror://gentoo/mozilla-jslibmath-alpha.patch > mirror://gentoo/mozilla-firefox-1.0.6-nsplugins.patch > mirror://gentoo/embed-typeaheadfind.patch >- http://dev.gentoo.org/~anarchy/dist/embed-typeaheadfind.patch" >+ http://dev.gentoo.org/~anarchy/dist/embed-typeaheadfind.patch >+ mirror://gentoo/firefox-fedora-files-${FEDORA_VERSION}.tar.bz2 >+ http://tdegreni.free.fr/gentoo/firefox/firefox-fedora-files-${FEDORA_VERSION}.tar.bz2" > > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" > SLOT="0" >@@ -128,6 +133,16 @@ > # patch to add border to tooltips > # https://bugzilla.mozilla.org/show_bug.cgi?id=238052 > epatch ${FILESDIR}/gtk-tooltips.patch >+ >+ ### Patches from the Fedora package >+ ### http://cvs.fedora.redhat.com/viewcvs/rpms/firefox/ >+ ### Many thanks to Christopher Aillon <caillon@redhat.com> >+ # Disable the default application checks >+ epatch ${FEDORA_FILES}/firefox-PR1-default-applications.patch >+ # Add upstream fix to reduce round trips to xserver during remote control >+ epatch ${FEDORA_FILES}/firefox-1.0-remote-intern-atoms.patch >+ # Add upstream fix to call g_set_application_name >+ epatch ${FEDORA_FILES}/firefox-1.0-g-application-name.patch > } > > src_compile() { >@@ -255,6 +270,9 @@ > > # Install docs > dodoc LEGAL LICENSE >+ >+ # Manpage from the Fedora package: >+ doman ${FEDORA_FILES}/firefox.1 > } > > pkg_postinst() { >@@ -268,6 +286,9 @@ > # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and > # thunderbird-bin ebuilds. > update_mozilla_launcher_symlinks >+ >+ # Update mimedb for the new .desktop file >+ fdo-mime_desktop_database_update > } > > pkg_postrm() { >@@ -278,4 +299,8 @@ > /usr/libexec/mozilla-launcher -register > > update_mozilla_launcher_symlinks >+ >+ # Update mimedb if .desktop file removed (real uninstall) >+ [ -f ${ROOT}/usr/share/applications/mozilla-firefox.desktop ] \ >+ || fdo-mime_desktop_database_update > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99060
:
63429
|
63430
|
63431
|
63432
|
63433
|
63434
|
64063
|
64064
|
64065
| 64196 |
64197
|
64198