Changeset aff1dbb for general


Ignore:
Timestamp:
01/25/2019 03:10:31 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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:
2764f35d
Parents:
07a48bb
Message:

Adjust udisks2 dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    r07a48bb raff1dbb  
    8686    <para role="required">
    8787      <xref role="runtime" linkend="btrfs-progs"/>,
     88      <phrase revision="sysv"><xref role="runtime" linkend="dbus"/>,</phrase>
    8889      <xref role="runtime" linkend="dosfstools"/>,
    8990      <xref role="runtime" linkend="gptfdisk"/>,
     
    104105    <bridgehead renderas="sect4">Optional</bridgehead>
    105106    <para role="optional">
     107      <xref linkend="dbus-python"/> (for the integration tests),
    106108      <xref linkend="gtk-doc"/>,
    107109      <xref linkend="lvm2"/>,
    108       <xref linkend="ntfs-3g"/>, and
     110      <xref linkend="ntfs-3g"/>,
     111      <xref linkend="pygobject3"/> (for the integration tests),
     112      <ulink url="https://github.com/relan/exfat">exFAT</ulink>, and
    109113      <ulink url="https://github.com/sahlberg/libiscsi">libiscsi</ulink>
    110114    </para>
     
    127131            --localstatedir=/var \
    128132            --disable-static     &amp;&amp;
    129 make                             &amp;&amp;
    130 sed -i -r 's/^ +\././' doc/man/*.[158]</userinput></screen>
    131 
    132     <para>
    133       To test the results, issue: <command>make check</command>.
     133make</userinput></screen>
     134
     135    <para>
     136      To test the results, issue: <command>make check</command>. A more
     137      thorough test can be run with <command>make ci</command>. You must first
     138      create the directories
     139      <filename class="directory">/var/run/udisks2</filename> and
     140      <filename class="directory">/var/lib/udisks2</filename>, and the optional
     141      python modules should be present.
    134142    </para>
    135143
     
    143151  <sect2 role="commands">
    144152    <title>Command Explanations</title>
    145 
    146     <para>
    147       <command>sed ...</command>: Fix up the generated man pages.
    148     </para>
    149153
    150154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.