Changeset d3e019dc


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

Location:
general/genlib
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r39e4c863 rd3e019dc  
    9797  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slib.xml"/>
    9898  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="talloc.xml"/>
    99   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-farstream.xml"/>
    10099  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-glib.xml"/>
    101100  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-logger.xml"/>
     101  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-farstream.xml"/>
    102102  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-mission-control.xml"/>
    103103  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/>
  • general/genlib/glib2.xml

    r39e4c863 rd3e019dc  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.32/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.32/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "bf84fefd9c1a5b5a7a38736f4ddd674a">
    10   <!ENTITY glib2-size          "5.9 MB">
    11   <!ENTITY glib2-buildsize     "180 MB">
    12   <!ENTITY glib2-time          "1.5 SBU (additional 4.0 SBU to run the test suite)">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.34/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.34/glib-&glib2-version;.tar.xz">
     9  <!ENTITY glib2-md5sum        "d80aef668f981b5dcf157633d13081c0">
     10  <!ENTITY glib2-size          "6.1 MB">
     11  <!ENTITY glib2-buildsize     "195 MB">
     12  <!ENTITY glib2-time          "1.6 SBU (additional 5.0 SBU to run the test suite)">
    1313]>
    1414
     
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="pcre"/> (built with unicode properties)
     86      <xref linkend="pcre"/> (built with Unicode properties)
    8787    </para>
    8888
     
    9090    <para role="optional">
    9191      <xref linkend="attr"/>,
    92       <xref linkend="dbus"/> (required to run the tests),
    93       <xref linkend="gamin"/> and
     92      <xref linkend="dbus"/> (required to run the tests) and
    9493      <xref linkend="gtk-doc"/>
    95     </para>
    96 
    97     <para>
    98       <application>Gamin</application> requires
    99       <application>GLib</application> in order to compile; therefore,
    100       you must first install <application>GLib</application>,
    101       then compile <application>Gamin</application>, and recompile
    102       <application>GLib</application> against it.
    10394    </para>
    10495
     
    127118    </para>
    128119
    129 <screen><userinput>./configure --prefix=/usr \
    130             --sysconfdir=/etc \
    131             --with-pcre=system &amp;&amp;
     120<screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
    132121make</userinput></screen>
    133122
     
    162151
    163152    <para>
    164       <parameter>--with-pcre=system</parameter>: This parameter causes the
     153      <parameter>--with-pcre=system</parameter>: This switch causes the
    165154      build to use a system-provided version of the
    166155      <application>PCRE</application> library instead of an internal
     
    191180        <seg>
    192181          libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
    193           libgobject-2.0.so, libgthread-2.0.so and libgiofam.so
     182          libgobject-2.0.so and libgthread-2.0.so
    194183        </seg>
    195184        <seg>
    196           /usr/include/{gio-unix-2.0,glib-2.0},
    197           /usr/lib/{gdbus-2.0,gio,glib-2.0},
    198           /usr/share/glib-2.0 and
    199           /usr/share/gtk-doc/html/{gio,glib,gobject}
     185          /usr/include/gio-unix-2.0,
     186          /usr/include/glib-2.0,
     187          /usr/lib/gdbus-2.0,
     188          /usr/lib/gio,
     189          /usr/lib/glib-2.0,
     190          /usr/share/glib-2.0,
     191          /usr/share/gtk-doc/html/gio,
     192          /usr/share/gtk-doc/html/glib and
     193          /usr/share/gtk-doc/html/gobject
    200194        </seg>
    201195      </seglistitem>
     
    211205        <listitem>
    212206          <para>
    213             is a simple used tool for working with D-Bus objects.
     207            is a simple tool used for working with
     208            <application>D-Bus</application> objects.
    214209          </para>
    215210          <indexterm zone="glib2 gdbus">
     
    237232          <para>
    238233            is used to create a giomodule.cache file in the listed directories.
    239             This file lists the implemented extension points for each module that has
    240             been found.
     234            This file lists the implemented extension points for each module
     235            that has been found.
    241236          </para>
    242237          <indexterm zone="glib2 gio-querymodules">
  • general/genlib/glibmm.xml

    r39e4c863 rd3e019dc  
    55  %general-entities;
    66
    7   <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz">
    8   <!ENTITY glibmm-download-ftp  "&gnome-download-ftp;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz">
    9   <!ENTITY glibmm-md5sum        "8e5dd06610bd205f4c9cbc11453c0010">
    10   <!ENTITY glibmm-size          "5.0 MB">
    11   <!ENTITY glibmm-buildsize     "130 MB">
    12   <!ENTITY glibmm-time          "1.2 SBU">
     7  <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.33/glibmm-&glibmm-version;.tar.xz">
     8  <!ENTITY glibmm-download-ftp  "&gnome-download-ftp;/glibmm/2.33/glibmm-&glibmm-version;.tar.xz">
     9  <!ENTITY glibmm-md5sum        "9ea635a53d8af6abb9a5be6b29458f1d">
     10  <!ENTITY glibmm-size          "5.5 MB">
     11  <!ENTITY glibmm-buildsize     "135 MB">
     12  <!ENTITY glibmm-time          "1.4 SBU">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs70_checked;
     37    &lfs72_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120120        </seg>
    121121        <seg>
    122           /usr/include/{giomm-2.4,glibmm-2.4},
    123           /usr/lib/{giomm-2.4,glibmm-2.4},
     122          /usr/include/giomm-2.4,
     123          /usr/include/glibmm-2.4,
     124          /usr/lib/giomm-2.4,
     125          /usr/lib/glibmm-2.4,
    124126          /usr/share/devhelp/books/glibmm-2.4 and
    125127          /usr/share/doc/glibmm-2.4
     
    133135      <?dbhtml list-presentation="table"?>
    134136
    135       <varlistentry id="libgiomm-2.4">
    136         <term><filename class='libraryfile'>libgiomm-2.4.so</filename></term>
     137      <varlistentry id="libgiomm-2">
     138        <term><filename class="libraryfile">libgiomm-2.4.so</filename></term>
    137139        <listitem>
    138140          <para>
    139141            contains the Gio API classes.
    140142          </para>
    141           <indexterm zone="glibmm libgiomm-2.4">
    142             <primary sortas="c-libgiomm-2.4">libgiomm-2.4.so</primary>
     143          <indexterm zone="glibmm libgiomm-2">
     144            <primary sortas="c-libgiomm-2">libgiomm-2.4.so</primary>
    143145          </indexterm>
    144146        </listitem>
    145147      </varlistentry>
    146148
    147       <varlistentry id="libglibmm-2.4">
    148         <term><filename class='libraryfile'>libglibmm-2.4.so</filename></term>
     149      <varlistentry id="libglibmm-2">
     150        <term><filename class="libraryfile">libglibmm-2.4.so</filename></term>
    149151        <listitem>
    150152          <para>
    151153            contains the <application>GLib</application> API classes.
    152154          </para>
    153           <indexterm zone="glibmm libglibmm-2.4">
    154             <primary sortas="c-libglibmm-2.4">libglibmm-2.4.so</primary>
     155          <indexterm zone="glibmm libglibmm-2">
     156            <primary sortas="c-libglibmm-2">libglibmm-2.4.so</primary>
    155157          </indexterm>
    156158        </listitem>
  • general/genlib/gobject-introspection.xml

    r39e4c863 rd3e019dc  
    66
    77  <!ENTITY gobject-introspection-download-http
    8            "&gnome-download-http;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz">
     8           "&gnome-download-http;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz">
    99  <!ENTITY gobject-introspection-download-ftp 
    10            "&gnome-download-ftp;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz">
    11   <!ENTITY gobject-introspection-md5sum        "7bbdb696c37bb98aef5af02c4b8975e3">
     10           "&gnome-download-ftp;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz">
     11  <!ENTITY gobject-introspection-md5sum        "0902ae3b31871ea00167720e06acaa40">
    1212  <!ENTITY gobject-introspection-size          "1.1 MB">
    1313  <!ENTITY gobject-introspection-buildsize     "40 MB">
    14   <!ENTITY gobject-introspection-time          "0.6 SBU">
     14  <!ENTITY gobject-introspection-time          "0.3 SBU">
    1515]>
    1616
     
    9898    </para>
    9999
    100 <screen><userinput>./configure --prefix=/usr \
    101             --disable-tests \
    102             --disable-static &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    103101make</userinput></screen>
    104102
     
    117115  <sect2 role="commands">
    118116    <title>Command Explanations</title>
    119 
    120     <para>
    121       <parameter>--disable-tests</parameter>: This parameter disable test
    122       libraries. Remove the parameter if you have <application>Cairo</application>
    123       installed and would like the tests to be performed.
    124     </para>
    125117
    126118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    150142        <seg>
    151143          /usr/include/gobject-introspection-1.0,
    152           /usr/lib/{girepository-1.0,gobject-introspection},
    153           /usr/share/{gir-1.0,gobject-introspection-1.0} and
     144          /usr/lib/girepository-1.0,
     145          /usr/lib/gobject-introspection,
     146          /usr/share/gir-1.0,
     147          /usr/share/gobject-introspection-1.0 and
    154148          /usr/share/gtk-doc/html/gi
    155149        </seg>
     
    200194
    201195      <varlistentry id="libgirepository-1.0">
    202         <term><filename class='libraryfile'>libgirepository-1.0.so</filename></term>
     196        <term><filename class="libraryfile">libgirepository-1.0.so</filename></term>
    203197        <listitem>
    204198          <para>
  • general/genlib/json-glib.xml

    r39e4c863 rd3e019dc  
    55  %general-entities;
    66
    7   <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/0.14/json-glib-&json-glib-version;.tar.xz">
    8   <!ENTITY json-glib-download-ftp  "&gnome-download-ftp;/json-glib/0.14/json-glib-&json-glib-version;.tar.xz">
    9   <!ENTITY json-glib-md5sum        "2a22832c4654156a35b38ee027f6f065">
    10   <!ENTITY json-glib-size          "435 KB">
    11   <!ENTITY json-glib-buildsize     "9.8 MB">
    12   <!ENTITY json-glib-time          "0.1 SBU">
     7  <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/0.15/json-glib-&json-glib-version;.tar.xz">
     8  <!ENTITY json-glib-download-ftp  "&gnome-download-ftp;/json-glib/0.15/json-glib-&json-glib-version;.tar.xz">
     9  <!ENTITY json-glib-md5sum        "494332526f87956d05f32a9b12f3f286">
     10  <!ENTITY json-glib-size          "452 KB">
     11  <!ENTITY json-glib-buildsize     "11 MB">
     12  <!ENTITY json-glib-time          "0.2 SBU">
    1313]>
    1414
     
    149149
    150150      <varlistentry id="libjson-glib-1">
    151         <term><filename class='libraryfile'>libjson-glib-1.0.so</filename></term>
     151        <term><filename class="libraryfile">libjson-glib-1.0.so</filename></term>
    152152        <listitem>
    153153          <para>
  • general/genlib/libgsf.xml

    r39e4c863 rd3e019dc  
    77  <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
    88  <!ENTITY libgsf-download-ftp  "&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
    9   <!ENTITY libgsf-md5sum        "3e71b5af1999e62495c6750e51dbbe02">
    10   <!ENTITY libgsf-size          "504 KB">
    11   <!ENTITY libgsf-buildsize     "13 MB">
    12   <!ENTITY libgsf-time          "0.5 SBU">
     9  <!ENTITY libgsf-md5sum        "2dd29e9d2bb22a6dfe55761188636c5d">
     10  <!ENTITY libgsf-size          "512 KB">
     11  <!ENTITY libgsf-buildsize     "14 MB">
     12  <!ENTITY libgsf-time          "0.1 SBU">
    1313]>
    1414
     
    111111
    112112    <para>
    113       Running <command>make check</command> will build a battery of test
    114       programs which are built using the just-created
    115       <filename class="libraryfile">libgsf-1</filename> library. All the programs
    116       should build successfully with no errors displayed.
     113      To test the results, issue: <command>make check</command>.
    117114    </para>
    118115
  • general/genlib/libsigc++.xml

    r39e4c863 rd3e019dc  
    77  <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.2/libsigc++-&libsigc-version;.tar.xz">
    88  <!ENTITY libsigc-download-ftp  "&gnome-download-ftp;/libsigc++/2.2/libsigc++-&libsigc-version;.tar.xz">
    9   <!ENTITY libsigc-md5sum        "73419b477f3bb9ddb9905c88a92f4b4c">
    10   <!ENTITY libsigc-size          "2.8 MB">
    11   <!ENTITY libsigc-buildsize     "32 MB">
     9  <!ENTITY libsigc-md5sum        "815d0c6d61601f51bbcaeef6826606b0">
     10  <!ENTITY libsigc-size          "3.2 MB">
     11  <!ENTITY libsigc-buildsize     "36 MB">
    1212  <!ENTITY libsigc-time          "less than 0.1 SBU">
    1313]>
  • general/genlib/telepathy-farstream.xml

    r39e4c863 rd3e019dc  
    88           "http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-&telepathy-farstream-version;.tar.gz">
    99  <!ENTITY telepathy-farstream-download-ftp  " ">
    10   <!ENTITY telepathy-farstream-md5sum        "52d110f8a9f27bce0a6c2c07e18aee56">
    11   <!ENTITY telepathy-farstream-size          "644 KB">
    12   <!ENTITY telepathy-farstream-buildsize     "7.0 MB">
     10  <!ENTITY telepathy-farstream-md5sum        "d154350f9f1e3bdba87617c0668481a5">
     11  <!ENTITY telepathy-farstream-size          "584 KB">
     12  <!ENTITY telepathy-farstream-buildsize     "6.0 MB">
    1313  <!ENTITY telepathy-farstream-time          "0.1 SBU">
    1414]>
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <ulink url="http://gstreamer.freedesktop.org/src/gst-python/">
    87       GStreamer Python Bindings</ulink>,
    88       <xref linkend="gtk-doc"/> and
    89       <xref linkend="pygobject3"/>
     86      <xref linkend="gtk-doc"/>
    9087    </para>
    9188
     
    103100    </para>
    104101
    105 <screen><userinput>./configure --prefix=/usr \
    106             --disable-python \
    107             --disable-static &amp;&amp;
     102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    108103make</userinput></screen>
    109104
     
    122117    <title>Command Explanations</title>
    123118
    124     <para>
    125       <option>--disable-python</option>: This switch disables
    126       building of the <application>Python</application> bindings.
    127       Remove if you have optional <application>Python</application>
    128       bindings installed.
    129     </para>
    130 
    131119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132120      href="../../xincludes/static-libraries.xml"/>
     
    141129
    142130    <segmentedlist>
    143       <segtitle>Installed Libraries</segtitle>
     131      <segtitle>Installed Library</segtitle>
    144132      <segtitle>Installed Directories</segtitle>
    145133
    146134      <seglistitem>
    147135        <seg>
    148           libtelepathy-farstream.so and tpfarstream.so (Python Module)
     136          libtelepathy-farstream.so
    149137        </seg>
    150138        <seg>
     
    164152        <listitem>
    165153          <para>
    166             contains the <application>Telepathy Farstream</application> API functions.
     154            contains <application>Telepathy Farstream</application> API functions.
    167155          </para>
    168156          <indexterm zone="telepathy-farstream libtelepathy-farstream">
  • 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>
  • general/genlib/telepathy-mission-control.xml

    r39e4c863 rd3e019dc  
    88           "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-&telepathy-mission-control-version;.tar.gz">
    99  <!ENTITY telepathy-mission-control-download-ftp  " ">
    10   <!ENTITY telepathy-mission-control-md5sum        "79449fd2e1b02fc6cb5c6adc447e2bb6">
    11   <!ENTITY telepathy-mission-control-size          "1012 KB">
    12   <!ENTITY telepathy-mission-control-buildsize     "26 MB">
    13   <!ENTITY telepathy-mission-control-time          "0.4 SBU">
     10  <!ENTITY telepathy-mission-control-md5sum        "3af60fa448b8fd56b65fac185a41f288">
     11  <!ENTITY telepathy-mission-control-size          "1.0 MB">
     12  <!ENTITY telepathy-mission-control-buildsize     "23 MB">
     13  <!ENTITY telepathy-mission-control-time          "0.3 SBU">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs71_checked;
     40    &lfs72_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    115115
    116116    <para>
    117       To test the results, issue: <command>make check</command>.
     117      This package does not come with a testsuite.
    118118    </para>
    119119
     
    128128  <sect2 role="commands">
    129129    <title>Command Explanations</title>
    130 
    131     <para>
    132       <parameter>--libexecdir=/usr/lib/telepathy</parameter>:
    133       This parameter ensures <filename>mission-control-5</filename>
    134       is installed in a location conforming with the FHS instead of
    135       <filename class="directory">/usr/libexec/</filename>.
    136     </para>
    137130
    138131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    160153        </seg>
    161154        <seg>
    162           /usr/include/mission-control-5.5 and
     155          /usr/include/mission-control-5.5,
     156          /usr/lib/telepathy and
    163157          /usr/share/gtk-doc/html/mission-control-plugins
    164158        </seg>
     
    211205
    212206      <varlistentry id="libmission-control-plugins">
    213         <term><filename class='libraryfile'>libmission-control-plugins.so</filename></term>
     207        <term><filename class="libraryfile">libmission-control-plugins.so</filename></term>
    214208        <listitem>
    215209          <para>
Note: See TracChangeset for help on using the changeset viewer.