Author: renodr
Date: Mon Oct  5 13:28:57 2020
New Revision: 23785

Log:
Changes to gnome-terminal:

- Remove --without-nautilus-extension and --disable-search-provider from 
configure on SysV
- Add gnome-shell as a recommended dependency
- Change --disable-search-provider and --without-nautilus-extension to options 
rather than parameters, and change them to be available on systemd

Changes to gnome-platform include making 'Desktop' visible on SysV and removing 
'Required runtime dependencies'. That is a holdover from before SysV had 
elogind.

Added:
   trunk/BOOK/archive/gnome/dummy-runtime.xml
      - copied unchanged from r23784, 
trunk/BOOK/gnome/platform/dummy-runtime.xml
Deleted:
   trunk/BOOK/gnome/platform/dummy-runtime.xml
Modified:
   trunk/BOOK/gnome/applications/gnome-terminal.xml
   trunk/BOOK/gnome/platform/dummy-desktop.xml
   trunk/BOOK/gnome/platform/platform.xml

Copied: trunk/BOOK/archive/gnome/dummy-runtime.xml (from r23784, 
trunk/BOOK/gnome/platform/dummy-runtime.xml)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/archive/gnome/dummy-runtime.xml  Mon Oct  5 13:28:57 2020        
(r23785, copy of r23784, trunk/BOOK/gnome/platform/dummy-runtime.xml)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";>
+
+<sect1 role="dummy" revision="sysv">
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Required Runtime Dependencies</title>
+  <para/>
+</sect1>
+

Modified: trunk/BOOK/gnome/applications/gnome-terminal.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-terminal.xml    Mon Oct  5 07:56:33 
2020        (r23784)
+++ trunk/BOOK/gnome/applications/gnome-terminal.xml    Mon Oct  5 13:28:57 
2020        (r23785)
@@ -86,6 +86,7 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
+      <xref linkend="gnome-shell"/> and
       <xref linkend="nautilus"/>
     </para>
 
@@ -109,13 +110,7 @@
       running the following commands:
     </para>
 
-<screen revision="sysv"><userinput>./configure --prefix=/usr             \
-            --disable-static          \
-            --disable-search-provider \
-            --without-nautilus-extension &amp;&amp;
-make</userinput></screen>
-
-<screen revision="systemd"><userinput>./configure --prefix=/usr       \
+<screen><userinput>./configure --prefix=/usr       \
             --disable-static    &amp;&amp;
 make</userinput></screen>
 
@@ -145,18 +140,16 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para revision="sysv">
-      <parameter>--disable-search-provider</parameter>: This switch disables
+    <para>
+      <option>--disable-search-provider</option>: This switch disables
       the <quote>search <application>gnome-shell</application></quote>
-      provider. This is necessary because 
-      <application>gnome-shell</application> is not in BLFS. Remove this if
-      you have <application>gnome-shell</application> installed.
+      provider. Use this option if you do not have gnome-shell installed.
     </para>
 
-    <para revision="sysv">
-      <parameter>--without-nautilus-extension</parameter>: This switch disables
-      the a dependency on the <application>nautilus</application> file
-      manager.
+    <para>
+      <option>--without-nautilus-extension</option>: This switch disables
+      a dependency on the <application>nautilus</application> file
+      manager. Use this option if you do not have Nautilus installed.
     </para>
 <!--
     <para>

Modified: trunk/BOOK/gnome/platform/dummy-desktop.xml
==============================================================================
--- trunk/BOOK/gnome/platform/dummy-desktop.xml Mon Oct  5 07:56:33 2020        
(r23784)
+++ trunk/BOOK/gnome/platform/dummy-desktop.xml Mon Oct  5 13:28:57 2020        
(r23785)
@@ -2,7 +2,7 @@
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";>
 
-<sect1 role="dummy" revision="systemd">
+<sect1 role="dummy">
 
   <sect1info>
     <othername>$LastChangedBy$</othername>

Modified: trunk/BOOK/gnome/platform/platform.xml
==============================================================================
--- trunk/BOOK/gnome/platform/platform.xml      Mon Oct  5 07:56:33 2020        
(r23784)
+++ trunk/BOOK/gnome/platform/platform.xml      Mon Oct  5 13:28:57 2020        
(r23785)
@@ -55,7 +55,7 @@
 <!-- GNOME Desktop -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dummy-desktop.xml"/>
   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="caribou.xml"/>-->
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dummy-runtime.xml"/>
+  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dummy-runtime.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dconf.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-backgrounds.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gvfs.xml"/>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to