Changeset 4def8b6 for xsoft


Ignore:
Timestamp:
10/03/2014 11:29:03 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
582944a
Parents:
9812278
Message:

Update to thunderbird-31.1.2.
Thunar-1.6.3, Firefox-32.0.1 and SeaMonkey-2.29.1: fixes and tweaks.

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r9812278 r4def8b6  
    160160
    161161<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    162 # If you have a multicore machine, firefox will now use all the cores by
     162<literal># If you have a multicore machine, firefox will now use all the cores by
    163163# default. Exceptionally, you can reduce the number of cores, e.g. to 1,
    164164# by uncommenting the next line and setting a valid number of CPU cores.
     
    230230ac_add_options --with-system-zlib
    231231
    232 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
     232mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
    233233EOF</userinput></screen>
    234234
  • xsoft/graphweb/seamonkey.xml

    r9812278 r4def8b6  
    146146    </para>
    147147
    148 <screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; EOF
    149 # If you have a multicore machine you can speed up the build by running
     148<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
     149<literal># If you have a multicore machine you can speed up the build by running
    150150# several jobs at once, but if you have a single core, delete this line:
    151151mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
     
    189189ac_add_options --disable-updater
    190190ac_add_options --enable-application=suite
     191ac_add_options --enable-optimize
    191192ac_add_options --enable-shared
    192193ac_add_options --enable-system-cairo
     
    196197ac_add_options --with-system-jpeg
    197198ac_add_options --with-system-png
    198 ac_add_options --with-system-zlib
     199ac_add_options --with-system-zlib</literal>
    199200EOF</userinput></screen>
    200201
     
    218219    </note>
    219220
    220 <screen><userinput>make -f client.mk</userinput></screen>
     221<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
     222make -f client.mk</userinput></screen>
    221223
    222224    <para>
     
    253255
    254256    <para>
     257      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     258      On this version of seamonkey, an old bug has reappeared in 32-bit builds.
     259      With optimization, the install fails with a Python error.  This
     260      command will fix i686 builds and preserve the optimization on x86_64.
     261    </para>
     262
     263    <para>
    255264      <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
    256       at the beginning of the build.
     265      of Makefile at the beginning of the build, where a file cannot be found.
    257266    </para>
    258267
  • xsoft/other/thunderbird.xml

    r9812278 r4def8b6  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "92a36f2e4916529c1226aa283dc160a6">
    12   <!ENTITY thunderbird-size              "163 MB">
    13   <!ENTITY thunderbird-buildsize         "4.6 GB (62 MB installed)">
    14   <!ENTITY thunderbird-time              "50 SBU">
     11  <!ENTITY thunderbird-md5sum            "1c8061066e42cef89fe5eed7a0d25dcd">
     12  <!ENTITY thunderbird-size              "164 MB">
     13  <!ENTITY thunderbird-buildsize         " 3.7 GB (68 MB installed)">
     14  <!ENTITY thunderbird-time              "47 SBU">
    1515]>
    1616
     
    236236    </para>
    237237
     238<!-- might be necessary
     239test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    238240<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
    239241
     
    280282  <sect2 role="commands">
    281283    <title>Command Explanations</title>
     284<!-- might be necessary
     285    <para>
     286      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>: On this
     287      version of thunderbird, an old bug has reappeared in 32-bit builds.  With
     288      optimization, the install fails with a Python error.  This command will
     289      fix i686 builds and preserve the optimization on x86_64.
     290    </para>-->
    282291
    283292    <para>
     
    354363    </para>
    355364
    356 <screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
    357 mkdir -pv /usr/share/pixmaps &amp;&amp;
     365<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    358366
    359367cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.