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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.