Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64198 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]
04_firefox-1.0.6-r3-fedora--pango.patch
04_firefox-1.0.6-r3-fedora--pango.patch (text/plain), 2.08 KB, created by
TGL
on 2005-07-24 05:20:02 UTC
(
hide
)
Description:
04_firefox-1.0.6-r3-fedora--pango.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2005-07-24 05:20:02 UTC
Size:
2.08 KB
patch
obsolete
>--- mozilla-firefox-1.0.6-r3.ebuild.fixes+gnome 2005-07-24 15:49:20.000000000 +0200 >+++ mozilla-firefox-1.0.6-r3.ebuild 2005-07-24 15:50:41.000000000 +0200 >@@ -23,7 +23,7 @@ > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" > SLOT="0" > LICENSE="MPL-1.1 NPL-1.1" >-IUSE="gnome java mozdevelop mozsvg mozcalendar" >+IUSE="gnome java mozdevelop mozsvg mozcalendar pango" > > # xrender.pc appeared for the first time in xorg-x11-6.7.0-r2 > # and is required to build with support for cairo. #71504 >@@ -33,10 +33,12 @@ > >=x11-base/xorg-x11-6.7.0-r2 > x11-libs/cairo > ) >- >=www-client/mozilla-launcher-1.39" >+ >=www-client/mozilla-launcher-1.39 >+ pango? ( >=x11-libs/pango-1.6 )" > > DEPEND="${RDEPEND} >- java? ( >=dev-java/java-config-0.2.0 )" >+ java? ( >=dev-java/java-config-0.2.0 ) >+ pango? ( =sys-devel/autoconf-2.13* )" > > S=${WORKDIR}/mozilla > >@@ -154,6 +156,24 @@ > # Use system colors by default > epatch ${FEDORA_FILES}/firefox-1.0-gtk-system-colors.patch > fi >+ >+ if use pango ; then >+ # Use Pango for font rendering >+ epatch ${FEDORA_FILES}/mozilla-1.7.3-pango-render.patch >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-selection.patch >+ # Fix spacing in textareas >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-space-width.patch >+ # Fix italic rendering errors with certain fonts >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-rounding.patch >+ # Fix for some more cursor issues in textareas >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-direction.patch >+ # Fix build problems with bidi patch >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-bidi-justify.patch >+ # Get rid of the last few Xft references, fixing the "no fonts" problem >+ epatch ${FEDORA_FILES}/firefox-1.0-pango-cairo.patch >+ # The above patches changed configure.in >+ autoconf-2.13 || die "autoconf failed" >+ fi > } > > src_compile() { >@@ -180,6 +200,7 @@ > mozconfig_use_enable mozcalendar calendar > mozconfig_use_enable mozsvg svg > mozconfig_use_enable mozsvg svg-renderer-cairo >+ mozconfig_use_enable pango pango > mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} > #mozconfig_annotate '' --with-user-appdir=.firefox >
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