Changeset f67554b0


Ignore:
Timestamp:
08/20/2019 03:55:54 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, 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:
21699c7e
Parents:
cdbf1b46
Message:

Various tweaks for the sake of jhalfs:
dconf, speex, sane: change the second package information to

"Additional Downloads". Include unpack instructions
for the second package in all cases. Also remove
the requirement that the user be in group sane for
building (works without that)

faac, faad2: add remap="test" to tests
rox-filer, logrotate: make some configuration instruction nodump
gnome-menus: make the (almost deprecated) gsettings instruction nodump
ncftp: make second method nodump

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    rcdbf1b46 rf67554b0  
    195195  <para>You can designate multiple files in one entry:</para>
    196196
    197 <screen role="root"><userinput>cat &gt; /etc/logrotate.d/example.log &lt;&lt; EOF
     197<screen role="nodump"><userinput>cat &gt; /etc/logrotate.d/example.log &lt;&lt; EOF
    198198<literal>file1
    199199file2
     
    234234    </para>
    235235
    236 <screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.daily/logrotate.sh &lt;&lt; "EOF" &amp;&amp;
     236<screen role="root" revision="sysv"><userinput>install -vdm 754 /etc/cron.daily            &amp;&amp;
     237cat &gt; /etc/cron.daily/logrotate.sh &lt;&lt; "EOF" &amp;&amp;
    237238<literal>#!/bin/bash
    238239/usr/sbin/logrotate /etc/logrotate.conf</literal>
  • gnome/platform/dconf.xml

    rcdbf1b46 rf67554b0  
    9191    </itemizedlist>
    9292
    93     <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     93    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9494    <itemizedlist spacing="compact">
    9595      <listitem>
  • gnome/platform/gnome-menus.xml

    rcdbf1b46 rf67554b0  
    106106      </para>
    107107
    108 <screen role="root"><userinput>gsettings reset-recursively org.gnome.desktop.app-folders</userinput></screen></note>
     108<screen role="nodump"><userinput>gsettings reset-recursively org.gnome.desktop.app-folders</userinput></screen></note>
    109109
    110110    <para>
  • multimedia/libdriv/faac.xml

    rcdbf1b46 rf67554b0  
    7878    file is installed by the <xref linkend="alsa-utils"/> package:</para>
    7979
    80 <screen><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen>
     80<screen remap="test"><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen>
    8181
    8282    <para>Then, decode the result using the <command>faad</command> program
     
    8585    <xref linkend="alsa-utils"/> package:</para>
    8686
    87 <screen><userinput>faad Front_Left.mp4
     87<screen remap="test"><userinput>faad Front_Left.mp4
    8888aplay Front_Left.wav</userinput></screen>
    8989
  • multimedia/libdriv/faad2.xml

    rcdbf1b46 rf67554b0  
    8585    functionality can be tested by decoding the sample AAC file:</para>
    8686
    87 <screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
     87<screen remap="test"><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
    8888
    8989    <para>This should display a copyright message and the following
     
    105105    from the <xref linkend="alsa-utils"/> package):</para>
    106106
    107 <screen><userinput>aplay sample.wav</userinput></screen>
     107<screen remap="test"><userinput>aplay sample.wav</userinput></screen>
    108108
    109109    <para><command>aplay</command> should identify the file as
  • multimedia/libdriv/speex.xml

    rcdbf1b46 rf67554b0  
    6767    </itemizedlist>
    6868
    69     <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     69    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7070    <itemizedlist spacing="compact">
    7171      <listitem>
  • networking/netprogs/ncftp.xml

    rcdbf1b46 rf67554b0  
    104104    functionality linked in statically) run the following commands:</para>
    105105
    106 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     106<screen role="nodump"><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    107107make</userinput></screen>
    108108
     
    111111    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    112112
    113 <screen role='root'><userinput>make install</userinput></screen>
     113<screen role="nodump"><userinput>make install</userinput></screen>
    114114
    115115  </sect2>
  • pst/scanning/sane.xml

    rcdbf1b46 rf67554b0  
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Front Ends Package Information</bridgehead>
     74    <bridgehead renderas="sect3">Additional Downloads (Front Ends)</bridgehead>
    7575    <itemizedlist spacing='compact'>
    7676      <listitem>
     
    154154<screen role="root"><userinput>groupadd -g 70 scanner</userinput></screen>
    155155
     156<!-- The following seems to be obsolete: I've built sane several times
     157     as user pierre without adding it to the scanner group
    156158      <note>
    157159        <para>
     
    171173        </para>
    172174      </note>
    173 
     175-->
    174176      <para>For a USB scanner, if you are linking to <xref linkend="libusb"/>,
    175177      include the configure switch --enable-libusb_1_0. Install
     
    213215      use the following commands:</para>
    214216
    215 <screen><userinput>sed -i -e "/SANE_CAP_ALWAYS_SETTABLE/d" src/gtkglue.c &amp;&amp;
     217<screen><userinput>tar -xf ../sane-frontends-&sane-fe-version;.tar.gz &amp;&amp;
     218cd sane-frontends-&sane-fe-version;                &amp;&amp;
     219
     220sed -i -e "/SANE_CAP_ALWAYS_SETTABLE/d" src/gtkglue.c &amp;&amp;
    216221./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    217222make</userinput></screen>
  • xsoft/other/rox-filer.xml

    rcdbf1b46 rf67554b0  
    196196      </para>
    197197
    198 <screen><userinput>cat &gt; /path/to/hostname/AppRun &lt;&lt; "HERE_DOC"
     198<screen role="nodump"><userinput>cat &gt; /path/to/hostname/AppRun &lt;&lt; "HERE_DOC"
    199199#!/bin/bash
    200200
Note: See TracChangeset for help on using the changeset viewer.