Changeset 9db3353e for general/genlib


Ignore:
Timestamp:
05/02/2012 06:49:02 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:
808c12f
Parents:
6f15e833
Message:

Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'

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

File:
1 edited

Legend:

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

    r6f15e833 r9db3353e  
    3131    <title>Introduction to telepathy-glib</title>
    3232
    33     <para>The <application>telepathy-glib</application> package is a library for
    34     GLib-based Telepathy components. Telepathy is a
    35     <application>D-Bus</application> framework for unifying real time
    36     communication, including instant messaging, voice calls and video calls. It
    37     abstracts differences between protocols to provide a unified interface for
    38     applications.</para>
     33    <para>
     34      The <application>telepathy-glib</application> package is a library for
     35      GLib-based Telepathy 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.
     40    </para>
    3941
    4042    &lfs70_checked;
     
    4345    <itemizedlist spacing="compact">
    4446      <listitem>
    45         <para>Download (HTTP): <ulink url="&telepathy-glib-download-http;"/></para>
     47        <para>
     48          Download (HTTP): <ulink url="&telepathy-glib-download-http;"/>
     49        </para>
    4650      </listitem>
    4751      <listitem>
    48         <para>Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/></para>
     52        <para>
     53          Download (FTP): <ulink url="&telepathy-glib-download-ftp;"/>
     54        </para>
    4955      </listitem>
    5056      <listitem>
    51         <para>Download MD5 sum: &telepathy-glib-md5sum;</para>
     57        <para>
     58          Download MD5 sum: &telepathy-glib-md5sum;
     59        </para>
    5260      </listitem>
    5361      <listitem>
    54         <para>Download size: &telepathy-glib-size;</para>
     62        <para>
     63          Download size: &telepathy-glib-size;
     64        </para>
    5565      </listitem>
    5666      <listitem>
    57         <para>Estimated disk space required: &telepathy-glib-buildsize;</para>
     67        <para>
     68          Estimated disk space required: &telepathy-glib-buildsize;
     69        </para>
    5870      </listitem>
    5971      <listitem>
    60         <para>Estimated build time: &telepathy-glib-time;</para>
     72        <para>
     73          Estimated build time: &telepathy-glib-time;
     74        </para>
    6175      </listitem>
    6276    </itemizedlist>
     
    90104    <title>Installation of telepathy-glib</title>
    91105
    92     <para>Install <application>telepathy-glib</application> by running the following
    93     commands:</para>
     106    <para>
     107      Install <application>telepathy-glib</application> by running the following
     108      commands:
     109    </para>
    94110
    95111<screen><userinput>./configure --prefix=/usr \
     
    99115make</userinput></screen>
    100116
    101     <para>To test the results, issue: <command>make check</command>.</para>
     117    <para>
     118      To test the results, issue: <command>make check</command>.
     119    </para>
    102120
    103     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     121    <para>
     122      Now, as the <systemitem class="username">root</systemitem> user:
     123    </para>
    104124
    105125<screen role="root"><userinput>make install</userinput></screen>
     
    110130    <title>Command Explanations</title>
    111131
    112     <para><parameter>--libexecdir=/usr/lib/telepathy</parameter>:
    113     This parameter prevents creating of
    114     <filename class="directory">/usr/libexec</filename>
    115     directory.</para>
     132    <para>
     133      <parameter>--libexecdir=/usr/lib/telepathy</parameter>:
     134      This parameter prevents creating of
     135      <filename class="directory">/usr/libexec</filename> directory.
     136    </para>
    116137
    117     <para><option>--enable-vala-bindings</option>: This option builds the
    118     Vala bindings. Remove if you don't have <xref linkend="vala"/>
    119     installed.</para>
     138    <para>
     139      <option>--enable-vala-bindings</option>: This option enables
     140      building of the Vala bindings. Remove if you don't have
     141      <xref linkend="vala"/> installed.
     142    </para>
    120143
    121144    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    154177        <term><filename class='libraryfile'>libtelepathy-glib.so</filename></term>
    155178        <listitem>
    156           <para>contains the <application>telepathy-glib</application> API
    157           functions.</para>
     179          <para>
     180            contains the <application>telepathy-glib</application> API functions.
     181          </para>
    158182          <indexterm zone="telepathy-glib libtelepathy-glib">
    159183            <primary sortas="c-libtelepathy-glib">libtelepathy-glib.so</primary>
Note: See TracChangeset for help on using the changeset viewer.