Ignore:
Timestamp:
07/27/2014 02:16:27 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
dbc3a10
Parents:
ac130d8
Message:

Fix gtk-vnc, uhttpmock and geoclue2 pages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue2-systemd.xml

    rac130d8 r3fcb1a8e  
    66
    77  <!ENTITY geoclue2-download-http
    8   "http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-&geoclue2-version;">
     8           "http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-&geoclue2-version;">
    99  <!ENTITY geoclue2-download-ftp  " ">
    1010  <!ENTITY geoclue2-md5sum        "87f91ca7db6cc7726067fcd7bc3cf9bb">
     
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus-glib"/>, and
    81       <xref linkend="json-glib"/>
    82     </para>
    83 
    84     <bridgehead renderas="sect4">Recommended if you are building GNOME</bridgehead>
    85     <para role="recommended">
    86       <xref linkend="libsoup"/> and
    87       <xref linkend="NetworkManager"/>
     80      <xref linkend="json-glib"/> and
     81      <xref linkend="libsoup"/>
    8882    </para>
    8983
    9084    <bridgehead renderas="sect4">Optional</bridgehead>
    9185    <para role="optional">
    92       <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>, and
    93       <xref linkend="gtk-doc"/>
     86      <xref linkend="libnotify"/> and
     87      <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
    9488    </para>
    9589
    9690    <para condition="html" role="usernotes">
    97       User Notes: <ulink url="&blfs-wiki;/geoclue"/>
     91      User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
    9892    </para>
    9993  </sect2>
     
    107101    </para>
    108102
    109 <screen><userinput>
    110 ./configure --prefix=/usr --disable-modem-gps-source --disable-3g-source --sysconfdir=/etc &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr       \
     104            --sysconfdir=/etc   \
     105            --disable-3g-source \
     106            --disable-modem-gps-source &amp;&amp;
    111107make</userinput></screen>
    112108
     
    120116
    121117<screen role="root"><userinput>make install</userinput></screen>
     118
    122119  </sect2>
    123120
     
    126123
    127124    <para>
    128       <option>--disable-modem-gps-source</option>: This switch disables
    129        the modem GPS backend.  Remove it if you have installed the
    130        optional <application>ModemManager</application> application.
     125      <parameter>--disable-3g-source</parameter>: This switch disables
     126      the 3G backend. Remove it if you have installed the optional
     127      <application>ModemManager</application> package.
    131128    </para>
    132129
    133130    <para>
    134       <option>--disable-3g-source</option>: This switch disables the
    135       3G backend.  Remove it if you have installed the optional
    136       <application>ModemManager</application> application.
     131      <parameter>--disable-modem-gps-source</parameter>: This switch
     132       disables the modem GPS backend. Remove it if you have installed
     133       the optional <application>ModemManager</application> package.
    137134    </para>
    138135
    139136  </sect2>
    140 
    141 
    142   <sect2 role="configuration">
    143     <title>Configuring Geoclue</title>
    144 
    145     <sect3  id="geoclue-init">
    146       <title>Systemd Units</title>
    147 
    148       <para>
    149         To start the <command>geoclue-service</command> at boot, enable
    150         the previously installed systemd unit by running the following command
    151         as the <systemitem class="username">root</systemitem> user:
    152       </para>
    153 
    154       <indexterm zone="geoclue geoclue-init">
    155         <primary sortas="f-geoclue">geoclue</primary>
    156       </indexterm>
    157 
    158 <screen role="root"><userinput>systemctl enable geoclue</userinput></screen>
    159 
    160     </sect3>
    161 
    162 </sect2>
    163137
    164138  <sect2 role="content">
     
    167141    <segmentedlist>
    168142      <segtitle>Installed Programs</segtitle>
    169       <segtitle>Installed Library</segtitle>
    170       <segtitle>Installed Directory</segtitle>
     143      <segtitle>Installed Libraries</segtitle>
     144      <segtitle>Installed Directories</segtitle>
    171145
    172146      <seglistitem>
     
    178152        </seg>
    179153        <seg>
    180           /etc/geoclue /usr/libexec/geoclue-2.0
     154          /etc/geoclue and
     155          /usr/libexec/geoclue-2.0
    181156        </seg>
    182157      </seglistitem>
     
    184159
    185160  </sect2>
     161
    186162</sect1>
Note: See TracChangeset for help on using the changeset viewer.