Ignore:
Timestamp:
09/26/2012 07:33:59 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
816595b
Parents:
39e4c863
Message:

GNOME 3.6 Part 1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    r39e4c863 rd3e019dc  
    88           "http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
    99  <!ENTITY telepathy-glib-download-ftp  " ">
    10   <!ENTITY telepathy-glib-md5sum        "034ec8e4c3a60d4ba1da67952ef3ee2f">
    11   <!ENTITY telepathy-glib-size          "3.4 MB">
    12   <!ENTITY telepathy-glib-buildsize     "165 MB">
    13   <!ENTITY telepathy-glib-time          "2.0 SBU">
     10  <!ENTITY telepathy-glib-md5sum        "fbe730cc897c2d6cbf6a165d6cc63cdd">
     11  <!ENTITY telepathy-glib-size          "3.6 MB">
     12  <!ENTITY telepathy-glib-buildsize     "185 MB">
     13  <!ENTITY telepathy-glib-time          "1.2 SBU">
    1414]>
    1515
     
    3232
    3333    <para>
    34       The <application>Telepathy GLib</application> package is a library for
    35       GLib based <application>Telepathy</application> components. Telepathy is a
    36       <application>D-Bus</application> framework for unifying real time
    37       communication, including instant messaging, voice calls and video calls. It
    38       abstracts differences between protocols to provide a unified interface for
    39       applications.
     34      The <application>Telepathy GLib</application> contains a library used by
     35      <application>GLib</application> based <application>Telepathy</application>
     36      components. Telepathy is a <application>D-Bus</application> framework for
     37      unifying real time communication, including instant messaging, voice calls
     38      and video calls. It abstracts differences between protocols to provide a
     39      unified interface for applications.
    4040    </para>
    4141
    42     &lfs71_checked;
     42    &lfs72_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <bridgehead renderas="sect4">Required</bridgehead>
    8181    <para role="required">
    82       <xref linkend="dbus-glib"/>,
    83       <xref linkend="libxslt"/> and
    84       <xref linkend="python2"/>
     82      <xref linkend="dbus-glib"/> and
     83      <xref linkend="libxslt"/>
    8584    </para>
    8685
     
    110109
    111110<screen><userinput>./configure --prefix=/usr \
    112             --libexecdir=/usr/lib/telepathy \
    113111            --enable-vala-bindings \
    114112            --disable-static &amp;&amp;
     
    131129
    132130    <para>
    133       <parameter>--libexecdir=/usr/lib/telepathy</parameter>:
    134       This parameter prevents creating of
    135       <filename class="directory">/usr/libexec</filename> directory.
    136     </para>
    137 
    138     <para>
    139       <option>--enable-vala-bindings</option>: This option enables
     131      <option>--enable-vala-bindings</option>: This switch enables
    140132      building of the Vala bindings. Remove if you don't have
    141133      <xref linkend="vala"/> installed.
     
    162154        </seg>
    163155        <seg>
    164           /usr/include/telepathy-1.0/telepathy-glib,
    165           /usr/lib/telepathy and
     156          /usr/include/telepathy-1.0 and
    166157          /usr/share/gtk-doc/html/telepathy-glib
    167158        </seg>
     
    175166
    176167      <varlistentry id="libtelepathy-glib">
    177         <term><filename class='libraryfile'>libtelepathy-glib.so</filename></term>
     168        <term><filename class="libraryfile">libtelepathy-glib.so</filename></term>
    178169        <listitem>
    179170          <para>
Note: See TracChangeset for help on using the changeset viewer.