Changeset fbbc908


Ignore:
Timestamp:
05/07/2019 10:12:07 AM (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:
ecf6154
Parents:
cfcb253
Message:

Various nits and fixes:
-hdparm: choose to make second method "nodump"
-kf5-frameworks: recommend kf5-intro
-nfs-utils: make /etc/exports example "nodump", and add "cat..EOF" instructions
-lightdm: change bridgehead, so that greeter is recognized as additional

download

-openbox: use 2to3 from python3, since P2 is optional
-seamonkey: make an example "nodump"
-libreoffice: add --with-system-libgpgmepp
-rxvt-unicode: make some examples "nodump"

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hdparm.xml

    rcfcb253 rfbbc908  
    117117    </para>
    118118
    119 <screen role="root"><userinput>make binprefix=/usr install</userinput></screen></note>
     119<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
    120120
    121121  </sect2>
  • kde/kf5/kf5-frameworks.xml

    rcfcb253 rfbbc908  
    8989    <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
    9090    <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
     91  </para>
     92
     93  <para role="recommended">
     94    Furthermore, the instructions below assume that the environment has been
     95    set up as described in <xref linkend="kf5-intro"/>.
    9196  </para>
    9297
  • networking/netprogs/nfs-utils.xml

    rcfcb253 rfbbc908  
    234234      over the local network, the following line may be added:</para>
    235235
    236 <screen role="root"><userinput>/home <replaceable>192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
     236<screen role="nodump"><userinput>cat &gt;&gt; /etc/exports &lt;&lt; EOF
     237<replaceable>/home 192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)
     238EOF</userinput></screen>
    237239
    238240      <note><para>Be sure to replace the directory, network address. and prefix above
  • x/dm/lightdm.xml

    rcfcb253 rfbbc908  
    8080    </itemizedlist>
    8181
     82    <bridgehead renderas="sect3">Additional download</bridgehead>
     83
    8284    <note>
    8385      <para>
     
    8991    </note>
    9092
    91     <bridgehead renderas="sect3">Lightdm-gtk-greeter Package Information</bridgehead>
    9293    <itemizedlist spacing="compact">
    9394      <listitem>
  • x/wm/openbox.xml

    rcfcb253 rfbbc908  
    103103    scripts to Python 3:</para>
    104104
    105 <screen><userinput>2to3 -w data/autostart/openbox-xdg-autostart &amp;&amp;
     105<screen><userinput>2to3-&python3-majorver; -w data/autostart/openbox-xdg-autostart &amp;&amp;
    106106sed 's/python/python3/' -i data/autostart/openbox-xdg-autostart</userinput></screen>
    107107
  • xsoft/graphweb/seamonkey.xml

    rcfcb253 rfbbc908  
    315315    </para>
    316316
    317 <screen role="root"><userinput>make -C obj* install</userinput></screen>
     317<screen role="nodump"><userinput>make -C obj* install</userinput></screen>
    318318
    319319    <note>
  • xsoft/office/libreoffice.xml

    rcfcb253 rfbbc908  
    298298    </important>
    299299
    300 <screen><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
     300<screen role="nodump"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
    301301cd libreoffice-&libreoffice-dlversion;</userinput></screen>
    302302
     
    389389             --with-system-lcms2         \
    390390             --with-system-libatomic_ops \
     391             --with-system-libgpgmepp    \
    391392             --with-system-libpng        \
    392393             --with-system-libxml        \
  • xsoft/other/rxvt-unicode.xml

    rcfcb253 rfbbc908  
    152152    <para>In order to view the defined X resources, issue:</para>
    153153
    154 <screen><userinput>xrdb -query</userinput></screen>
     154<screen role="nodump"><userinput>xrdb -query</userinput></screen>
    155155
    156156    <para>In order to add the modifications of the new user configuration file,
     
    158158    on previously define), issue:</para>
    159159
    160 <screen><userinput>xrdb -merge ~/.Xresources</userinput></screen>
     160<screen role="nodump"><userinput>xrdb -merge ~/.Xresources</userinput></screen>
    161161
    162162    <para>The <application>rxvt-unicode</application> application can also run
     
    172172    of the script:</para>
    173173
    174 <screen><userinput><literal># Start the urxvtd daemon
     174<screen role="nodump"><userinput><literal># Start the urxvtd daemon
    175175urxvtd -q -f -o &amp;</literal></userinput></screen>
    176176
  • xsoft/other/tigervnc.xml

    rcfcb253 rfbbc908  
    164164EOF
    165165
    166 install -vm644 ../media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
     166install -vm644 media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
    167167ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen>
    168168
     
    173173
    174174    <para><command>tar -xf .. xorg-server...</command>: This command extracts the
    175     standard Xorg packages into the tree in a location needed for modification.</para>
     175    standard Xorg package into the tree in a location needed for modification.</para>
    176176
    177177    <para><option>--disable ...</option>: Most options that are usually needed for
    178     the standard Xorg server are not needed fror the Xvnc instance being built.</para>
     178    the standard Xorg server are not needed for the Xvnc instance being built.</para>
    179179
    180180    <para><command>[ -e /usr/bin/Xvnc ] || ln ... Xvnc</command>: If the Xvnc server
Note: See TracChangeset for help on using the changeset viewer.