Changeset aa41434 for xsoft


Ignore:
Timestamp:
12/07/2019 05:38:33 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f68e46f
Parents:
a5403032
Message:

Fix <option> vs <parameter>, and sometimes a little more

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

Location:
xsoft/other
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gparted.xml

    ra5403032 raa41434  
    131131    </para>
    132132
    133     <para>
    134       <parameter>--enable-xhost-root</parameter>: This switch  provides an
     133<!-- this is an option, not a parameter, but is it still necessary for
     134     wayland? -->
     135    <para>
     136      <option>--enable-xhost-root</option>: This switch  provides an
    135137      interim workaround to allow GParted to run under Wayland by using xhost
    136138      to grant and revoke root access to the X11 display.
  • xsoft/other/hexchat.xml

    ra5403032 raa41434  
    111111
    112112    <para>
    113       <option>-Dwith-libcanberra=false</option>: Use this switch if you have
    114       libcanberra not installed.
     113      <parameter>-Dwith-lua=lua</parameter>: By default, this package
     114      will look for luajit. Use the normal lua instead.
    115115    </para>
    116116
    117117    <para>
    118       <option>-Dwith-lua=lua</option>: By default, this package
    119       will look for luajit. Use the normal lua instead.
     118      <option>-Dwith-libcanberra=false</option>: Use this switch if you have
     119      libcanberra not installed.
    120120    </para>
    121121
  • xsoft/other/inkscape.xml

    ra5403032 raa41434  
    232232
    233233    <para>
    234       <parameter>rm -v /usr/lib/inkscape/lib*_LIB.a</parameter>: The conversion
     234      <command>rm -v /usr/lib/inkscape/lib*_LIB.a</command>: The conversion
    235235      of the package to use <command>cmake</command> has led to these libraries
    236236      getting installed, but they are not usable (there are no header files to
  • xsoft/other/xarchiver.xml

    ra5403032 raa41434  
    126126./autogen.sh --prefix=/usr               \
    127127             --libexecdir=/usr/lib/xfce4 \
    128              --disable-gtk3              \
    129128             --docdir=/usr/share/doc/xarchiver-&xarchiver-version; &amp;&amp;
    130129make</userinput></screen>
     
    155154
    156155    <para>
    157       <parameter>--disable-gtk3</parameter>: This switch allows building
    158       against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it
    159       or replace it, if you wish to build against GTK+3.
     156      <option>--disable-gtk3</option>: This switch allows building
     157      against GTK+2.
    160158    </para>
    161159
Note: See TracChangeset for help on using the changeset viewer.