Changeset d3ea9e8


Ignore:
Timestamp:
11/18/2017 10:17:57 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
76c3cd71
Parents:
9dac80b
Message:

Update to shfs-3.3.1.
Add docutils-0.14.

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

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    r9dac80b rd3ea9e8  
    8282      </bridgehead>
    8383      <para role="optional">
    84         <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
    85         <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     84        <xref linkend="docutils"/> and
     85        <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink>
    8686      </para>
    8787
  • general/prog/mercurial.xml

    r9dac80b rd3ea9e8  
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    7070    <para role="optional">
     71    <xref linkend="docutils"/>
     72      (required to build the documentation),
    7173    <xref linkend="git"/>,
    7274    <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings),
     
    7678    <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
    7779    <ulink url="http://www.nongnu.org/cvs/">CVS</ulink>,
    78     <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
    79       (required to build the documentation),
    8080    <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
    8181    <ulink url="http://pygments.org/">pygments</ulink>, and
     
    9797<screen><userinput>make build</userinput></screen>
    9898
    99     <para>To build the documentation (requires
    100     <application>Docutils</application>), issue:</para>
     99    <para>To build the documentation (requires <xref linkend="docutils"/>),
     100    issue:</para>
    101101
    102102<screen><userinput>make doc</userinput></screen>
  • general/prog/python-modules.xml

    r9dac80b rd3ea9e8  
    3939      <listitem>
    4040        <para>
     41          <xref linkend="docutils"/>
     42        </para>
     43      </listitem>
     44      <listitem>
     45        <para>
    4146          <xref linkend="pyatspi2"/>
    4247        </para>
    4348      </listitem>
    44 <!--     
    45       <listitem>
    46         <para>
    47           <xref linkend="py2cairo"/>
    48         </para>
    49       </listitem>
    50 -->
    5149      <listitem>
    5250        <para>
     
    138136
    139137  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     138    href="docutils.xml"/>
     139
     140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140141    href="pyatspi2.xml"/>
    141142<!--
  • introduction/welcome/changelog.xml

    r9dac80b rd3ea9e8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] -  Update to shfs-3.3.1. Fixes
     49          <ulink url="&blfs-ticket-root;10016">#10016</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] -  Add docutils-0.14. </para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] -  Update to pciutils-3.5.6. Fixes
    4956          <ulink url="&blfs-ticket-root;10043">#10043</ulink>.</para>
  • packages.ent

    r9dac80b rd3ea9e8  
    6161<!ENTITY reiser-version               "3.6.27">
    6262<!ENTITY smartmontools-version        "6.6">
    63 <!ENTITY sshfs-version                "3.2.0">
     63<!ENTITY sshfs-version                "3.3.1">
    6464<!--<!ENTITY sshfs-fuse-download-version  "2_5">-->
    6565<!ENTITY xfsprogs-version             "4.13.1">
     
    399399<!-- Python module versions used in the Python Modules instructions -->
    400400<!ENTITY Beaker-version               "1.9.0">
     401<!ENTITY docutils-version             "0.14">
    401402<!ENTITY dbus-python-version          "1.2.4">
    402403<!ENTITY funcsigs-version             "1.0.2">
  • postlfs/filesystems/sshfs.xml

    r9dac80b rd3ea9e8  
    88    "https://github.com/libfuse/sshfs/releases/download/sshfs-&sshfs-version;/sshfs-&sshfs-version;.tar.gz">
    99  <!ENTITY sshfs-download-ftp  " ">
    10   <!ENTITY sshfs-md5sum        "dee189442efb22e08d4f233af8626ce7">
    11   <!ENTITY sshfs-size          "164 KB">
     10  <!ENTITY sshfs-md5sum        "f261fe7ec77adc3a53f2116f3b8cb8ab">
     11  <!ENTITY sshfs-size          "48 KB">
    1212  <!ENTITY sshfs-buildsize     "1.9 MB">
    1313  <!ENTITY sshfs-time          "less than 0.1 SBU">
     
    8282      <xref linkend="glib2"/>, and
    8383      <xref linkend="openssh"/>.
     84    </para>
     85
     86    <bridgehead renderas="sect4">Optional</bridgehead>
     87    <para role="optional">
     88      <xref linkend="docutils"/> (required to build the man page)
    8489    </para>
    8590
  • x/dm/sddm.xml

    r9dac80b rd3ea9e8  
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <ulink url="http://sourceforge.net/projects/docutils/">Docutils</ulink>
    91       (for the man pages)
     90      <xref linkend="docutils"/> (for the man pages)
    9291    </para>
    9392
     
    198197      <option>-DBUILD_MAN_PAGES=ON</option>: This switch may be used if you want
    199198      the man pages to be installed. Notice that you need
    200       <ulink url="http://sourceforge.net/projects/docutils/">Docutils</ulink>
    201       to build them.
     199      <xref linkend="docutils"/> to build them.
    202200    </para>
    203201
Note: See TracChangeset for help on using the changeset viewer.