Changeset 57c1a7f


Ignore:
Timestamp:
09/15/2017 03:37:56 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
9b1042fd
Parents:
db0020a
Message:

Add role="runtime" to runtime deps
and try to clarify the procedure for
running the testsuite

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    rdb0020a r57c1a7f  
    104104      <xref linkend="lcms"/>,
    105105      <xref linkend="potrace"/> (for the bucket-fill tool),
    106       <xref linkend="lxml"/> and
    107       <xref linkend="scour"/> (both at runtime, for Save As Optimized SVG).
     106      <xref role="runtime" linkend="lxml"/> and
     107      <xref role="runtime" linkend="scour"/> (both at runtime, for Save As
     108        Optimized SVG).
    108109    </para>
    109110
     
    155156<screen><userinput>sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp</userinput></screen>
    156157
     158<!-- If there is no test suite, then this is not needed.
     159     There is none if the command below is not run. -->
    157160    <para>
    158161      If you wish to run the testsuite, download the required versions of
     
    161164    </para>
    162165
    163 <!-- If there is no test suite, then this is not needed
    164166<screen><userinput>bash download-gtest.sh</userinput></screen>
    165 -->
    166167
    167168    <para>
     
    179180
    180181    <para>
    181       <!-- To test the results, issue: <command>make check</command>. Ken or other devs,
    182       there is no test suite in this package. -renodr -->
    183       This package does not come with a test suite.
     182      To test the results, issue: <command>make check</command>.<!-- Ken or
     183      other devs, there is no test suite in this package. -renodr
     184      A small test suite is built if you download the necessary programs
     185      with the command above (bash download-gtest.sh) -pierre
     186      This package does not come with a test suite. -->
    184187    </para>
    185188
Note: See TracChangeset for help on using the changeset viewer.