From 95d476fec3b42331358ef0507fbbb04c5477e8da Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 23 Jul 2005 00:32:23 +0000 Subject: - Add patch from Christian Persch to make the file chooser modal - Change default behavior of opening links from external apps to: New Tab - New build options: --enable-system-cairo --enable-svg --enable-canvas --- firefox-mozconfig | 3 +++ firefox-redhat-default-prefs.js | 2 +- firefox.spec | 18 +++++++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/firefox-mozconfig b/firefox-mozconfig index 2ffecbc..b7e9f64 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,6 +14,9 @@ ac_add_options --enable-default-toolkit=gtk2 ac_add_options --disable-xprint ac_add_options --disable-strip ac_add_options --enable-pango +ac_add_options --enable-system-cairo +ac_add_options --enable-svg +ac_add_options --enable-canvas export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 7cbcefe..de36822 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -1,7 +1,7 @@ pref("app.update.enabled", false); pref("app.update.autoInstallEnabled", false); pref("browser.display.use_system_colors", true); -pref("browser.link.open_external", 2); +pref("browser.link.open_external", 3); pref("browser.startup.homepage", "chrome://browser-region/locale/region.properties"); pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); diff --git a/firefox.spec b/firefox.spec index e8c252f..fd76b7c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -4,13 +4,14 @@ ExcludeArch: ppc64 ppc %define indexhtml file:///usr/share/doc/HTML/index.html %define desktop_file_utils_version 0.9 %define nspr_version 4.6 +%define cairo_version 0.5 %define official_branding 0 Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.1 -Release: 0.2.3.deerpark.alpha2 +Release: 0.2.4.deerpark.alpha2 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -61,12 +62,14 @@ Patch42: firefox-1.1-uriloader.patch Patch80: firefox-1.0-pango-cairo.patch # patches from upstream (Patch100+) +Patch100: firefox-1.1-modal-filechooser.patch # --------------------------------------------------- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nspr-devel >= %{nspr_version} +BuildRequires: cairo-devel >= %{cairo_version} BuildRequires: libpng-devel, libjpeg-devel BuildRequires: zlib-devel, zip BuildRequires: libIDL-devel @@ -121,6 +124,7 @@ compliance, performance and portability. %patch41 -p0 %patch42 -p0 %patch80 -p1 +%patch100 -p0 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -254,10 +258,18 @@ fi #--------------------------------------------------------------------- %changelog -* Wed Jul 20 2005 Christopher Aillon 1.1-0.2.3-deerpark.alpha2 +* Fri Jul 22 2005 Christopher Aillon 1.1-0.2.4.deerpark.alpha2 +- Add patch from Christian Persch to make the file chooser modal +- Change default behavior of opening links from external apps to: New Tab +- New build options: + --enable-system-cairo + --enable-svg + --enable-canvas + +* Wed Jul 20 2005 Christopher Aillon 1.1-0.2.3.deerpark.alpha2 - Update firefox-1.1-uriloader.patch to fix crashes when calling into gnome-vfs2 -* Tue Jul 19 2005 Christopher Aillon 1.1-0.2.2-deerpark.alpha2 +* Tue Jul 19 2005 Christopher Aillon 1.1-0.2.2.deerpark.alpha2 - Do away with firefox-rebuild-databases.pl * Mon Jul 18 2005 Christopher Aillon 1.1-0.2.1.deerpark.alpha2 -- cgit