Changeset fe1e1de for gnome/applications


Ignore:
Timestamp:
10/05/2020 08:28:57 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
1e6c9b3
Parents:
8d45c9a
Message:

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.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-terminal.xml

    r8d45c9a rfe1e1de  
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
     89      <xref linkend="gnome-shell"/> and
    8990      <xref linkend="nautilus"/>
    9091    </para>
     
    110111    </para>
    111112
    112 <screen revision="sysv"><userinput>./configure --prefix=/usr             \
    113             --disable-static          \
    114             --disable-search-provider \
    115             --without-nautilus-extension &amp;&amp;
    116 make</userinput></screen>
    117 
    118 <screen revision="systemd"><userinput>./configure --prefix=/usr       \
     113<screen><userinput>./configure --prefix=/usr       \
    119114            --disable-static    &amp;&amp;
    120115make</userinput></screen>
     
    146141    <title>Command Explanations</title>
    147142
    148     <para revision="sysv">
    149       <parameter>--disable-search-provider</parameter>: This switch disables
     143    <para>
     144      <option>--disable-search-provider</option>: This switch disables
    150145      the <quote>search <application>gnome-shell</application></quote>
    151       provider. This is necessary because
    152       <application>gnome-shell</application> is not in BLFS. Remove this if
    153       you have <application>gnome-shell</application> installed.
    154     </para>
    155 
    156     <para revision="sysv">
    157       <parameter>--without-nautilus-extension</parameter>: This switch disables
    158       the a dependency on the <application>nautilus</application> file
    159       manager.
     146      provider. Use this option if you do not have gnome-shell installed.
     147    </para>
     148
     149    <para>
     150      <option>--without-nautilus-extension</option>: This switch disables
     151      a dependency on the <application>nautilus</application> file
     152      manager. Use this option if you do not have Nautilus installed.
    160153    </para>
    161154<!--
Note: See TracChangeset for help on using the changeset viewer.