Changeset 572553b


Ignore:
Timestamp:
09/15/2017 07:46:45 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:
1f26133
Parents:
0bd9c19
Message:

role="runtime|nodep" in general

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

Location:
general
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r0bd9c19 r572553b  
    9797    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    9898    <para role="recommended">
    99       <xref linkend="gobject-introspection"/> (should be installed before
    100       gtk+, atk, etc.)
     99      <xref role="runtime" linkend="gobject-introspection"/>
     100      (should be installed before gtk+, atk, etc.)
    101101    </para>
    102102    <para role="optional">
     
    106106      <command>update-desktop-database</command> utilities</quote>,
    107107      which are part of
    108       <xref linkend="shared-mime-info"/> and
    109       <xref linkend="desktop-file-utils"/>, respectively.
     108      <xref role="runtime" linkend="shared-mime-info"/> and
     109      <xref role="runtime" linkend="desktop-file-utils"/>, respectively.
    110110    </para>
    111111
  • general/graphlib/graphite2.xml

    r0bd9c19 r572553b  
    115115    <bridgehead renderas="sect4">Optional (at runtime)</bridgehead>
    116116    <para role="optional">
    117       You will need at least one suitable <ulink
     117      You will need at least one suitable <ulink role="runtime"
    118118      url="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_fonts">graphite font</ulink>
    119119      for the package to be useful.
  • general/graphlib/harfbuzz.xml

    r0bd9c19 r572553b  
    7777    <para role="recommended">
    7878      <xref linkend="glib2"/> (required for Pango),
    79       <xref linkend="icu"/> and
     79      <xref linkend="icu"/>, and
    8080      <xref linkend="freetype2"/>
    81       (after <xref linkend="harfbuzz"/> is installed, reinstall
    82       <xref linkend="freetype2"/>)
     81      (after <xref role="nodep" linkend="harfbuzz"/> is installed, reinstall
     82      <xref role="nodep" linkend="freetype2"/>)
    8383    </para>
    8484
  • general/graphlib/newt.xml

    r0bd9c19 r572553b  
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="gpm"/> (runtime)
     86      <xref role="runtime" linkend="gpm"/> (runtime)
    8787    </para>
    8888
  • general/prog/git.xml

    r0bd9c19 r572553b  
    122122      <literal>--enable-jit</literal>,
    123123      <xref linkend="subversion"/> with Perl bindings (for <command>git svn</command>),
    124       <xref linkend="tk"/> (gitk, a simple <application>Git</application>
     124      <xref role="runtime" linkend="tk"/>
     125      (gitk, a simple <application>Git</application>
    125126      repository viewer, uses <application>Tk</application> at runtime), and
    126127      <xref linkend="valgrind"/>
  • general/prog/java.xml

    r0bd9c19 r572553b  
    119119    <bridgehead renderas="sect3">Java Binary Runtime Dependencies</bridgehead>
    120120    <para role="required">
    121       <xref linkend="alsa-lib"/>,
    122       <xref linkend="cups"/>,
    123       <xref linkend="giflib"/>, and
    124       <xref linkend="xorg7-lib"/>
     121      <xref role="runtime" linkend="alsa-lib"/>,
     122      <xref role="runtime" linkend="cups"/>,
     123      <xref role="runtime" linkend="giflib"/>, and
     124      <xref role="runtime" linkend="xorg7-lib"/>
    125125    </para>
    126126
  • general/prog/mercurial.xml

    r0bd9c19 r572553b  
    7171    <xref linkend="git"/>,
    7272    <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings),
    73     <xref linkend="openssh"/> (runtime, to access ssh://... repositories),
     73    <xref role="runtime" linkend="openssh"/>
     74      (runtime, to access ssh://... repositories),
    7475    <xref linkend="subversion"/> (with Python bindings),
    7576    <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
    7677    <ulink url="http://www.nongnu.org/cvs/">CVS</ulink>,
    77     <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> (required to build the documentation),
     78    <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     79      (required to build the documentation),
    7880    <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
    7981    <ulink url="http://pygments.org/">pygments</ulink>, and
  • general/sysutils/logrotate.xml

    r0bd9c19 r572553b  
    8080    <bridgehead renderas="sect4">Recommended</bridgehead>
    8181    <para role="recommended">
    82       <xref linkend="fcron"/> (runtime)
     82      <xref role="runtime" linkend="fcron"/> (runtime)
    8383    </para>
    8484
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       An <xref linkend="server-mail"/> (runtime)
     87      An <xref role="runtime" linkend="server-mail"/> (runtime)
    8888    </para>
    8989
  • general/sysutils/pm-utils.xml

    r0bd9c19 r572553b  
    8181    <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
    8282    <para role="optional">
    83       <xref linkend="hdparm"/>,
    84       <xref linkend="wireless_tools"/>,
    85       <ulink url="https://www.kernel.org/pub/software/network/ethtool/">ethtool</ulink>, and
    86       <ulink url="http://ftp.de.debian.org/debian/pool/main/v/vbetool/">vbetool</ulink>
     83      <xref role="runtime" linkend="hdparm"/>,
     84      <xref role="runtime" linkend="wireless_tools"/>,
     85      <ulink role="runtime"
     86             url="https://www.kernel.org/pub/software/network/ethtool/">
     87        ethtool</ulink>, and
     88      <ulink role="runtime"
     89             url="http://ftp.de.debian.org/debian/pool/main/v/vbetool/">
     90        vbetool</ulink>
    8791    </para>
    8892
  • general/sysutils/systemd.xml

    r0bd9c19 r572553b  
    7474    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
    7575    <para role="recommended">
    76       <xref linkend="polkit"/> and <xref linkend="python3"/> (required for the
     76      <xref role="runtime" linkend="polkit"/> and
     77      <xref role="runtime" linkend="python3"/> (also required for the
    7778       test suite)<!-- hwdb  and tests -->
    7879    </para>
  • general/sysutils/udisks2.xml

    r0bd9c19 r572553b  
    8585    <bridgehead renderas="sect4">Required at runtime</bridgehead>
    8686    <para role="required">
    87       <xref linkend="btrfs-progs"/>,
    88       <xref linkend="dosfstools"/>,
    89       <xref linkend="gptfdisk"/>,
    90       <xref linkend="mdadm"/>, and
    91       <xref linkend="xfsprogs"/>
     87      <xref role="runtime" linkend="btrfs-progs"/>,
     88      <xref role="runtime" linkend="dosfstools"/>,
     89      <xref role="runtime" linkend="gptfdisk"/>,
     90      <xref role="runtime" linkend="mdadm"/>, and
     91      <xref role="runtime" linkend="xfsprogs"/>
    9292    </para>
    9393
Note: See TracChangeset for help on using the changeset viewer.