Changeset 57d78e0


Ignore:
Timestamp:
10/05/2014 01:40:19 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
8a19a62
Parents:
f87a1fd
Message:

Merge more updates from trunk.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    rf87a1fd r57d78e0  
    416416
    417417<!-- Chapter 23 -->
    418 <!ENTITY openldap-version             "2.4.39">
     418<!ENTITY openldap-version             "2.4.40">
    419419<!ENTITY soprano-version              "2.9.4">
    420420<!ENTITY unbound-version              "1.4.22">
     
    599599<!ENTITY rox-filer-version            "2.11">
    600600<!ENTITY rxvt-unicode-version         "9.20">
    601 <!ENTITY thunderbird-version          "31.1.1">
     601<!ENTITY thunderbird-version          "31.1.2">
    602602<!ENTITY tigervnc-version             "1.3.1">
    603603<!ENTITY transmission-version         "2.84">
  • server/other/openldap-systemd.xml

    rf87a1fd r57d78e0  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "b0d5ee4b252c841dec6b332d679cf943">
    10   <!ENTITY openldap-size          "5.3 MB">
    11   <!ENTITY openldap-buildsize     "48 MB (client) 103 MB (server)">
    12   <!ENTITY openldap-time          "0.9 SBU (client) 1.8 SBU (server)">
     9  <!ENTITY openldap-md5sum        "423c1f23d2a0cb96b3e9baf7e9d7dda7">
     10  <!ENTITY openldap-size          "5.4 MB">
     11  <!ENTITY openldap-buildsize     "47 MB (client) 101 MB (server - additional 5 MB for the tests)">
     12  <!ENTITY openldap-time          "0.9 SBU (client) 1.8 SBU (server - additional 3.4 SBU for the tests)">
    1313]>
    1414
  • xsoft/other/thunderbird.xml

    rf87a1fd r57d78e0  
    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
     
    240240    </para>
    241241
     242<!-- might be necessary
     243test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    242244<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
    243245
     
    274276  <sect2 role="commands">
    275277    <title>Command Explanations</title>
     278<!-- might be necessary
     279    <para>
     280      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>: On this
     281      version of thunderbird, an old bug has reappeared in 32-bit builds.  With
     282      optimization, the install fails with a Python error.  This command will
     283      fix i686 builds and preserve the optimization on x86_64.
     284    </para>-->
    276285
    277286    <para>
     
    343352    </para>
    344353
    345 <screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
     354<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    346355
    347356cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.