Changeset f7b62325


Ignore:
Timestamp:
07/24/2014 06:33:03 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
b5041d8b
Parents:
a020d1ba
Message:

Minor fixes for telepathy section.

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

Location:
gnome-systemd/telepathy
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/telepathy/telepathy-glib.xml

    ra020d1ba rf7b62325  
    8080    <bridgehead renderas="sect4">Required</bridgehead>
    8181    <para role="required">
    82       <xref linkend="dbus-glib"/>, and
     82      <xref linkend="dbus-glib"/> and
    8383      <xref linkend="libxslt"/>
    8484    </para>
  • gnome-systemd/telepathy/telepathy-logger.xml

    ra020d1ba rf7b62325  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus-glib"/>,
    81       <xref linkend="libxml2"/>,
    82       <xref linkend="sqlite"/>, and
     80      <xref linkend="sqlite"/> and
    8381      <xref linkend="telepathy-glib"/>
    8482    </para>
     
    107105    </para>
    108106
    109 <screen><userinput>./configure --prefix=/usr \
    110             --libexecdir=/usr/lib/telepathy \
    111             --disable-static &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    112108make</userinput></screen>
    113109
     
    152148        <seg>
    153149          /usr/include/telepathy-logger-0.2,
    154           /usr/lib/telepathy,
    155150          /usr/share/gtk-doc/html/telepathy-logger and
    156151          /usr/share/telepathy
  • gnome-systemd/telepathy/telepathy-mission-control.xml

    ra020d1ba rf7b62325  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="telepathy-glib"/>,
    81       <xref linkend="dbus-glib"/>, and
    82       <xref linkend="libxslt"/>
     80      <xref linkend="telepathy-glib"/>
    8381    </para>
    8482
    8583    <bridgehead renderas="sect4">Recommended</bridgehead>
    8684    <para role="recommended">
    87       <xref linkend="NetworkManager"/>, and
    88       <xref linkend="upower"/>
     85      <xref linkend="NetworkManager"/>
    8986    </para>
    9087
    9188    <bridgehead renderas="sect4">Optional</bridgehead>
    9289    <para role="optional">
    93       <xref linkend="gtk-doc"/>
     90      <xref linkend="gtk-doc"/>,
     91      <ulink url="&gnome-download-http;/libgnome-keyring">libgnome-keyring</ulink> and
     92      <xref linkend="upower"/>
    9493    </para>
    9594
     
    107106    </para>
    108107
    109 <screen><userinput>./configure --prefix=/usr \
    110             --libexecdir=/usr/lib/telepathy \
    111             --enable-gnome-keyring \
    112             --disable-static &amp;&amp;
     108<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    113109make</userinput></screen>
    114110
Note: See TracChangeset for help on using the changeset viewer.