Changeset b94212a
- Timestamp:
- 04/22/2005 02:56:09 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a9084a66
- Parents:
- 7c2acc6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7c2acc6 rb94212a 405 405 <!-- Chapter 35 --> 406 406 <!ENTITY mozilla-version "1.7.5"> 407 <!ENTITY firefox-version "1.0. 2">407 <!ENTITY firefox-version "1.0.3"> 408 408 <!ENTITY galeon-version "1.3.18"> 409 409 <!ENTITY dillo-version "0.8.4"> -
introduction/welcome/changelog.xml
r7c2acc6 rb94212a 22 22 23 23 <itemizedlist> 24 25 <listitem><para>April 22nd, 2005 [randy]: Updated to 26 Firefox-1.0.3.</para></listitem> 24 27 25 28 <listitem><para>April 21st, 2005 [bdubbs]: Upgraded to xscreensaver-4.21. -
xsoft/graphweb/firefox.xml
r7c2acc6 rb94212a 7 7 <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2"> 8 8 <!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2"> 9 <!ENTITY firefox-md5sum "f d1a0dec3e763e93eb45c0c34b399712">9 <!ENTITY firefox-md5sum "f1a9a8da0547564a0f8a249f9d56bdf4"> 10 10 <!ENTITY firefox-size "32 MB"> 11 11 <!ENTITY firefox-buildsize "564 MB"> 12 <!ENTITY firefox-time " 10.9SBU">12 <!ENTITY firefox-time "9.8 SBU"> 13 13 ]> 14 14 … … 53 53 <para><xref linkend="libjpeg"/>, 54 54 <xref linkend="unzip"/>, 55 <xref linkend="gnome-vfs"/> ,56 <xref linkend="libgnome"/> ,55 <xref linkend="gnome-vfs"/> and 56 <xref linkend="libgnome"/> (to build the gnomevfs extension), 57 57 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/> 58 (for the GSSAPI libraries ),58 (for the GSSAPI libraries to build the negotiateauth extension), 59 59 <xref linkend="doxygen"/>, 60 60 <ulink url="http://xprint.mozdev.org/">Xprint</ulink>, … … 87 87 --enable-application=browser \ 88 88 --enable-default-toolkit=gtk2 \ 89 --enable-extensions=all,-typeaheadfind \ 89 --enable-extensions=cookie,xml-rpc,xmlextras,pref,\ 90 transformiix,universalchardet,webservices,inspector,\ 91 gnomevfs,negotiateauth \ 90 92 --enable-crypto \ 91 93 --enable-xft \ … … 125 127 user:</para> 126 128 127 <screen><userinput ><command>cd /usr/lib/firefox-&firefox-version; &&129 <screen><userinput role='root'><command>cd /usr/lib/firefox-&firefox-version; && 128 130 export LD_LIBRARY_PATH="$PWD" && 129 131 export MOZILLA_FIVE_HOME="$PWD" && … … 137 139 hierarchy.</para></note> 138 140 141 <para>Lastly, unset the build variables from the unprivileged user's 142 environment:</para> 143 144 <screen><userinput><command>unset MOZILLA_OFFICIAL && 145 unset BUILD_OFFICIAL && 146 unset MOZ_PHOENIX</command></userinput></screen> 139 147 </sect2> 140 148
Note:
See TracChangeset
for help on using the changeset viewer.