Changeset fcd66369


Ignore:
Timestamp:
09/06/2013 07:35:03 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
40452959
Parents:
931f38f
Message:

add option to install firefox and thunderbird with system cairo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11779 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r931f38f rfcd66369  
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">Additional Download (if linking against xulrunner)</bridgehead>
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing='compact'>
    7777      <listitem>
    7878        <para>Recommended patch: <ulink
    7979        url="&patch-root;/firefox-&firefox-version;-search_box_fix-1.patch"/></para>
     80      </listitem>
     81      <listitem>
     82        <para>Optional patch: <ulink
     83        url="&patch-root;/firefox-&firefox-version;-system_cairo-1.patch"/></para>
    8084      </listitem>
    8185    </itemizedlist>
     
    172176
    173177# Uncomment these lines if you have installed optional dependencies:
    174 # GStreamer is necesary for H.264 video playback in HTML5 Video Player
     178# GStreamer is necessary for H.264 video playback in HTML5 Video Player
    175179#ac_add_options --enable-gstreamer
    176180#ac_add_options --enable-system-hunspell
    177181#ac_add_options --enable-startup-notification
     182
     183# Uncomment this line if you compiled Cairo with --enable-tee switch and want
     184# to use it instead of the bundled one:
     185#ac_add_options --enable-system-cairo
    178186
    179187# If you have not installed Yasm then uncomment this line:
     
    235243
    236244    <para>
     245      If you are building against a system-installed <application>Cairo</application>
     246      apply the patch:
     247    </para>
     248
     249<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_cairo-1.patch
     250</userinput></screen>
     251
     252    <para>
    237253      Compile <application>Firefox</application> by issuing the following
    238254      commands:
     
    396412
    397413cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
    398 [Desktop Entry]
     414<literal>[Desktop Entry]
    399415Encoding=UTF-8
    400416Name=Firefox Web Browser
     
    407423Categories=GNOME;GTK;Network;WebBrowser;
    408424MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
    409 StartupNotify=true
     425StartupNotify=true</literal>
    410426EOF
    411427
  • xsoft/other/thunderbird.xml

    r931f38f rfcd66369  
    7171          Estimated build time: &thunderbird-time;
    7272        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing='compact'>
     78      <listitem>
     79        <para>Optional patch: <ulink
     80        url="&patch-root;/thunderbird-&thunderbird-version;-system_cairo-1.patch"/></para>
    7381      </listitem>
    7482    </itemizedlist>
     
    154162#ac_add_options --enable-startup-notification
    155163
     164# Uncomment this line if you compiled Cairo with --enable-tee switch and want
     165# to use it instead of the bundled one:
     166#ac_add_options --enable-system-cairo
     167
    156168# If you have not installed Yasm then uncomment this line:
    157169#ac_add_options --disable-webm
     
    198210mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
    199211EOF</userinput></screen>
     212
     213    <para>
     214      If you are building against a system-installed <application>Cairo</application>
     215      apply the patch:
     216    </para>
     217
     218<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_cairo-1.patch
     219</userinput></screen>
    200220
    201221    <para>
     
    323343
    324344cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
    325 [Desktop Entry]
     345<literal>[Desktop Entry]
    326346Encoding=UTF-8
    327347Name=Thunderbird Mail
     
    334354Categories=Application;Network;Email;
    335355MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;
    336 StartupNotify=true
     356StartupNotify=true</literal>
    337357EOF
    338358
Note: See TracChangeset for help on using the changeset viewer.