Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    r1ec0251 r64135787  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "6156dc2f19b0a067bdbc0fb7f81e2017">
    10   <!ENTITY zsh-size          "3.0 MB">
    11   <!ENTITY zsh-buildsize     "61 MB (includes installing documentation -
    12                               additional 2 MB for PDF documentation)">
    13   <!ENTITY zsh-time          "0.8 SBU (additional 2 SBU for tests)">
    14 
    15   <!ENTITY zsh-doc-md5sum    "1eea70e7401a7a2116fa8de6ee5e8d32">
     9  <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     10  <!ENTITY zsh-size          "3.1 MB">
     11  <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     12  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
    1615  <!ENTITY zsh-doc-size      "2.9 MB">
    1716]>
     
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
    8382    <para role="optional">
    84       <xref linkend="pcre"/>
     83      <xref linkend="pcre"/> and
     84      <xref linkend="valgrind"/>
    8585    </para>
    8686
     
    9898<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
    9999
    100     <note>
     100<!--    <note>
    101101      <para>
    102102        Using a script to build with "su -c script" may produce a funny
    103103        configure error message: "no controlling tty". If this happens, add
    104         the switch --with-tcsetpgrp to configure.
     104        the switch -\-with-tcsetpgrp to configure.
    105105      </para>
    106106    </note>
    107 
     107-->
    108108    <para>Install <application>zsh</application> by running the following
    109109    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.