Ignore:
Timestamp:
08/24/2014 11:24:00 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
7dc1acac
Parents:
8aad3f2
Message:

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14027 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r8aad3f2 rfad1ab6  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    157157
    158158<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    159 # If you have a multicore machine you can speed up the build by running
    160 # several jobs at once by uncommenting the following line and setting the
    161 # value to number of CPU cores:
    162 #mk_add_options MOZ_MAKE_FLAGS="-j4"
     159# If you have a multicore machine, firefox will now use all the cores by
     160# default. Exceptionally, you can reduce the number of cores, e.g. to 1,
     161# by uncommenting the next line and setting a valid number of CPU cores.
     162#mk_add_options MOZ_MAKE_FLAGS="-j1"
    163163
    164164# If you have installed DBus-Glib comment out this line:
     
    231231
    232232    <para>
    233       First, a bug needs to be fixed. Notice that thunderbuild needs to match
    234       the value used in mozconfig (above) for the object directory (MOZ_OBJDIR):
     233      First, a bug needs to be fixed. Notice that thunderbuild matches
     234      the value used in mozconfig (above) for the object directory
     235      (MOZ_OBJDIR):
    235236    </para>
    236237
     
    242243    </para>
    243244
    244     <note><para>
    245       If you are compiling <application>Thunderbird</application> in chroot,
    246       prepend <envar>SHELL=/bin/sh</envar> to the <!--first -->make command below.
    247     </para></note>
    248 
    249 <screen><userinput>make -f client.mk<!--
    250 make -C thunderbuild/mail/installer--></userinput></screen>
     245<screen><userinput>make -f client.mk</userinput></screen>
    251246
    252247    <para>
     
    258253      commands as the <systemitem class="username">root</systemitem> user:
    259254    </para>
    260 
    261 <!--<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    262 tar -xvf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
    263     -C /usr/lib/thunderbird-&thunderbird-version; -\-strip-components=1 &amp;&amp;
    264 ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>-->
    265255
    266256<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=</userinput></screen>
     
    275265
    276266<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
     267
    277268  </sect2>
    278269
    279270  <sect2 role="commands">
    280271    <title>Command Explanations</title>
    281 
    282     <para>
    283       <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
    284       of Makefile at the beginning of build, where a file cannot be found.
    285     </para>
    286272
    287273    <para>
     
    354340
    355341<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
    356 mkdir -pv /usr/share/pixmaps &amp;&amp;
    357342
    358343cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
     
    371356EOF
    372357
    373 ln -sfv /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
    374         /usr/share/pixmaps/thunderbird.png</userinput></screen>
     358for s in 16 22 24 32 48 256
     359do
     360install -v -Dm644 /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default${s}.png \
     361                  /usr/share/icons/hicolor/${s}x${s}/apps/thunderbird.png
     362done &amp;&amp;
     363gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
     364unset s</userinput></screen>
     365
    375366    </sect3>
     367
    376368  </sect2>
    377369
Note: See TracChangeset for help on using the changeset viewer.