Changeset afd9074 for networking


Ignore:
Timestamp:
05/13/2020 12:27:13 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d2f49a6
Parents:
a45f297
Message:

mutt-1.14.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    ra45f297 rafd9074  
    77  <!ENTITY mutt-download-http "https://bitbucket.org/mutt/mutt/downloads/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "86f6f3e55f3af32ea55ce64da799b784">
    10   <!ENTITY mutt-size          "4.7 MB">
    11   <!ENTITY mutt-buildsize     "48 MB (add 6MB for the PDF manual)">
    12   <!ENTITY mutt-time          "0.3 SBU (add 0.2 SBU for the PDF manual)">
     9  <!ENTITY mutt-md5sum        "1d9ad55b6e4c760792c28a28cdee62b3">
     10  <!ENTITY mutt-size          "5.0 MB">
     11  <!ENTITY mutt-buildsize     "49 MB">
     12  <!ENTITY mutt-time          "0.3 SBU">
    1313]>
    1414
     
    115115    </para>
    116116
    117     <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
     117<!--<bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
    118118    <para role="optional">
    119119      <xref linkend="docbook-dsssl"/>,
     
    121121      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/> with
    122122      <command>pdfjadetex</command> installed)
    123     </para>
     123    </para>-->
    124124
    125125    <para condition="html" role="usernotes">User Notes:
     
    159159    </para>
    160160
    161 <screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
    162 ./configure --prefix=/usr                           \
    163             --sysconfdir=/etc                       \
     161<screen><userinput>./configure --prefix=/usr                            \
     162            --sysconfdir=/etc                        \
    164163            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
    165             --with-ssl                              \
    166             --enable-external-dotlock               \
    167             --enable-pop                            \
    168             --enable-imap                           \
    169             --enable-hcache                         \
    170             --enable-sidebar                        &amp;&amp;
     164            --with-ssl                               \
     165            --enable-external-dotlock                \
     166            --enable-pop                             \
     167            --enable-imap                            \
     168            --enable-hcache                          \
     169            --enable-sidebar                         &amp;&amp;
    171170make</userinput></screen>
    172171
     172<!-- PDF broken with 1.14.0
    173173    <para>
    174174      To generate the PDF manual with <xref linkend="texlive"/>, run
     
    176176    </para>
    177177
    178 <screen remap="doc"><userinput>make -C doc manual.pdf</userinput></screen>
     178<screen remap="doc"><userinput>make -C doc manual.pdf</userinput></screen>-->
    179179
    180180    <para>
     
    186186    </para>
    187187
    188     <screen role='root'><userinput>make install &amp;&amp;
    189 test -s doc/manual.txt ||
    190   install -v -m644 doc/manual.txt.shipped \
    191   /usr/share/doc/mutt-&mutt-version;/manual.txt</userinput></screen>
    192 
    193     <para>
     188    <screen role='root'><userinput>make install</userinput></screen>
     189
     190<!--<para>
    194191      If you generated the PDF manual, install it
    195192      by issuing the following command as the
     
    198195
    199196<screen role='root' remap='doc'><userinput>install -v -m644 doc/manual.pdf \
    200     /usr/share/doc/mutt-&mutt-version;</userinput></screen>
     197    /usr/share/doc/mutt-&mutt-version;</userinput></screen>-->
    201198
    202199    <note>
     
    292289    </para> -->
    293290
    294     <para>
    295       <command>test -s doc/manual.txt || install -v -m644 doc/manual.txt.shipped ...</command>:
    296       if the text manual is now empty (<application>libxslt</application> is
    297       installed, but without any of the specified text browsers), install the
    298       saved copy <emphasis>after</emphasis> running 'make install'
    299       <emphasis>(which would itself empty manual.txt if the shipped file had
    300       already been copied back)</emphasis>.
    301     </para>
    302 
    303291  </sect2>
    304292
Note: See TracChangeset for help on using the changeset viewer.