Changeset 95a5b485 for xsoft


Ignore:
Timestamp:
10/08/2006 08:55:56 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
4be5ad2
Parents:
fd0a8cd
Message:

Updated firefox and thunderbird/enigmail. Closes #2150, #2151 and #2171.

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

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rfd0a8cd r95a5b485  
    77  <!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!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        "3a659d384744cab77f90920f6d529c89">
     9  <!ENTITY firefox-md5sum        "518cbd99a3fe663237070013e5cdb1a4">
    1010  <!ENTITY firefox-size          "33.9 MB">
    1111  <!ENTITY firefox-buildsize     "548 MB">
  • xsoft/other/thunderbird.xml

    rfd0a8cd r95a5b485  
    1919  <!ENTITY thunderbird-download-http     "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    2020  <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    21   <!ENTITY thunderbird-md5sum            "b09d29f912c2133a75b44f4801fc62b0">
     21  <!ENTITY thunderbird-md5sum            "c3933149147567471000e53dbeac7429">
    2222  <!ENTITY thunderbird-size              "34.3 MB">
    2323  <!ENTITY thunderbird-buildsize         "597 MB">
    2424  <!ENTITY thunderbird-time              "18.1 SBU">
    2525
    26   <!ENTITY thunderbird-enigmail-version  "0.94.0">
     26  <!ENTITY thunderbird-enigmail-version  "0.94.1">
    2727  <!ENTITY thunderbird-enigmail-download "http://www.mozilla-enigmail.org/downloads/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
    28   <!ENTITY thunderbird-enigmail-md5sum   "d326c302c1d2d68217fffcaa01ca7632">
     28  <!ENTITY thunderbird-enigmail-md5sum   "b255e7a77ecea435934bfa1872e99f6a">
    2929]>
    3030
     
    276276
    277277<screen><userinput>tar -xf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C mailnews/extensions &amp;&amp;
    278 cd mailnews/extensions/enigmail &amp;&amp;
    279 
    280 ./makemake -r &amp;&amp;
    281 cd ../../.. &amp;&amp;
     278( cd mailnews/extensions/enigmail &amp;&amp; ./makemake -r ) &amp;&amp;
    282279
    283280make -C ../thunderbird-build/mailnews/extensions/enigmail &amp;&amp;
     
    390387    the package.</para>
    391388
    392     <para><command>./makemake -r</command>: This command is used to recursively
    393     create <filename>Makefile</filename>s in the current directory.</para>
     389    <para><command>( cd mailnews/... &amp;&amp; ./makemake -r )</command>:
     390    This command is used to recursively create <filename>Makefile</filename>s
     391    in the <filename class='directory'>enigmail</filename> directory.</para>
    394392
    395393    <para><command>make -C ... xpi</command>: This command builds the
Note: See TracChangeset for help on using the changeset viewer.