Changeset 1355fcb


Ignore:
Timestamp:
07/18/2014 02:57:37 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
4270d9a
Parents:
be54b56
Message:

Changed configure switches and command explanations on ibus network-manager-applet uhttpmock and vinagre pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13465 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/ibus.xml

    rbe54b56 r1355fcb  
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="gobject-introspection"/>
     85      <xref linkend="gobject-introspection"/>,
     86      <xref linkend="gtk2"/>,
     87      <xref linkend="gtk3"/>, and
     88      <xref linkend="vala"/>
    8689    </para>
    8790
     
    106109    </para>
    107110
    108 <screen><userinput>./configure --prefix=/usr \
    109             --sysconfdir=/etc \
    110             --libexecdir=/usr/lib/ibus &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr &amp;&amp;
    111112make</userinput></screen>
    112113
  • gnome/applications/network-manager-applet.xml

    rbe54b56 r1355fcb  
    9999    <bridgehead renderas="sect4">Optional</bridgehead>
    100100    <para role="optional">
    101       <ulink url="&gnome-download-http;/gnome-bluetooth/">
    102         GNOME Bluetooth</ulink>,
     101      <xref linkend="gnome-bluetooth"/>,
    103102      <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
    104103        mobile-broadband-provider-info</ulink> (runtime), and
    105       <ulink url="http://www.freedesktop.org/software/ModemManager/">
    106         ModemManager</ulink>
     104      <xref linkend="modemmanager"/>
    107105    </para>
    108106
     
    122120
    123121<screen><userinput>./configure --prefix=/usr \
    124             --sysconfdir=/etc \
     122            --with-dbus-sys=/usr/share/dbus-1/services \
    125123            --disable-migration \
    126124            --disable-static &amp;&amp;
     
    147145      <application>GConf</application> migration tool which is
    148146      not necessary for BLFS.
     147    </para>
     148
     149    <para>
     150      <option>--with-bluetooth</option>: This switch enables
     151      the use of <application>bluetooth</application>.
     152    </para>
     153
     154    <para>
     155      <option>--with-modem-manager-1</option>: This switch enables
     156      the use of <application>modemmanager</application>.
    149157    </para>
    150158
  • gnome/applications/uhttpmock.xml

    rbe54b56 r1355fcb  
    103103
    104104<screen><userinput>./configure --prefix=/usr \
    105             --sysconfdir=/etc &amp;&amp;
     105            --disable-static &amp;&amp;
    106106make</userinput></screen>
    107107
     
    120120  <sect2 role="commands">
    121121    <title>Command Explanations</title>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/static-libraries.xml"/>
    122125
    123126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • gnome/applications/vinagre.xml

    rbe54b56 r1355fcb  
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr \
     105--disable-spice &amp;&amp;
    105106make</userinput></screen>
    106107
     
    114115
    115116<screen role="root"><userinput>make install</userinput></screen>
     117
     118  </sect2>
     119
     120<sect2 role="commands">
     121    <title>Command Explanations</title>
     122
     123    <para>
     124      <option>--disable-spice</option>: This switch disables
     125      <application>SPICE</application> protocol support.
     126    </para>
    116127
    117128  </sect2>
  • introduction/welcome/changelog.xml

    rbe54b56 r1355fcb  
    5454        </listitem>
    5555        <listitem>
    56           <para>[name] - Another changelog entry.</para>
     56          <para>[cjg] - Changed configure switches and command explanations on ibus network-manager-applet uhttpmock and vinagre pages.</para>
    5757        </listitem>
    5858      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.