Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64065 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-r1-fedora--pango.patch
04_firefox-1.0.6-r1-fedora--pango.patch (text/plain), 2.08 KB, created by
TGL
on 2005-07-22 09:19:27 UTC
(
hide
)
Description:
04_firefox-1.0.6-r1-fedora--pango.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2005-07-22 09:19:27 UTC
Size:
2.08 KB
patch
obsolete
>--- mozilla-firefox-1.0.6-r1.ebuild.fixes+gnome 2005-07-22 17:50:40.000000000 +0200 >+++ mozilla-firefox-1.0.6-r1.ebuild 2005-07-22 18:04:54.000000000 +0200 >@@ -22,7 +22,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 >@@ -32,10 +32,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 > >@@ -132,6 +134,23 @@ > # 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() { >@@ -158,6 +177,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