Changeset 0d7900a for general/genlib


Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

Location:
general/genlib
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    ra161de9 r0d7900a  
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    99     href="../../xincludes/static-libraries.xml"/>   
     99    href="../../xincludes/static-libraries.xml"/>
    100100
    101101  </sect2>
  • general/genlib/genlib.xml

    ra161de9 r0d7900a  
    9595  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ptlib.xml"/>
    9696  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qca.xml"/>
    97   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sbc.xml"/> 
     97  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sbc.xml"/>
    9898  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slib.xml"/>
    9999  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="talloc.xml"/>
  • general/genlib/glib2.xml

    ra161de9 r0d7900a  
    3232    <para>
    3333      The <application>GLib</application> package contains a low-level
    34       libraries useful for providing data structure handling for C, portability 
     34      libraries useful for providing data structure handling for C, portability
    3535      wrappers and interfaces for such runtime functionality as an
    3636      event loop, threads, dynamic loading and an object system.
     
    8080      <xref linkend="pkgconfig"/> and
    8181      <xref linkend="python2"/>
    82     </para> 
     82    </para>
    8383
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    9696    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    9797    <para role="optional">
    98       Quoted directly from the <filename>INSTALL</filename> file; 
     98      Quoted directly from the <filename>INSTALL</filename> file;
    9999      <quote>Some of the mimetype-related functionality in GIO requires the
    100100      <command>update-mime-database</command> and
    101       <command>update-desktop-database</command> utilities</quote>, 
     101      <command>update-desktop-database</command> utilities</quote>,
    102102      which are part of
    103103      <xref linkend="shared-mime-info"/> and
     
    175175          glib-compile-resources, glib-compile-schemas,
    176176          glib-genmarshal, glib-gettextize, glib-mkenums,
    177           gobject-query, gresource, gsettings, gtester 
     177          gobject-query, gresource, gsettings, gtester
    178178          and gtester-report
    179179        </seg>
     
    218218        <listitem>
    219219          <para>
    220             is used to generate code and/or documentation for one or 
     220            is used to generate code and/or documentation for one or
    221221            more <application>D-Bus</application> interfaces.
    222222          </para>
     
    231231        <listitem>
    232232          <para>
    233             is used to create a giomodule.cache file in the listed directories. 
     233            is used to create a giomodule.cache file in the listed directories.
    234234            This file lists the implemented extension points for each module
    235235            that has been found.
     
    245245        <listitem>
    246246          <para>
    247             is used to read the resource description from file and 
    248             the files that it references to create a binary resource 
     247            is used to read the resource description from file and
     248            the files that it references to create a binary resource
    249249            bundle that is suitable for use with the GResource API.
    250250          </para>
     
    259259        <listitem>
    260260          <para>
    261             is used to compile all the GSettings XML schema files 
    262             in directory into a binary file with the name gschemas.compiled 
     261            is used to compile all the GSettings XML schema files
     262            in directory into a binary file with the name gschemas.compiled
    263263            that can be used by GSettings.
    264264          </para>
  • general/genlib/gobject-introspection.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY gobject-introspection-download-http 
     7  <!ENTITY gobject-introspection-download-http
    88           "&gnome-download-http;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz">
    9   <!ENTITY gobject-introspection-download-ftp 
     9  <!ENTITY gobject-introspection-download-ftp
    1010           "&gnome-download-ftp;/gobject-introspection/1.34/gobject-introspection-&gobject-introspection-version;.tar.xz">
    1111  <!ENTITY gobject-introspection-md5sum        "9dc9822eb2912e9b73e51ae67fe86145">
  • general/genlib/json-c.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       The <application>JSON-C</application> implements a reference counting 
    34       object model that allows you to easily construct JSON objects in C, 
     33      The <application>JSON-C</application> implements a reference counting
     34      object model that allows you to easily construct JSON objects in C,
    3535      output them as JSON formatted strings and parse JSON formatted strings
    3636      back into the C representation of JSON objects.
  • general/genlib/keyutils.xml

    ra161de9 r0d7900a  
    3434    more to gain and retain the authorization and encryption keys required to
    3535    perform secure operations.</para>
    36    
     36
    3737    &lfs72_checked;
    3838
  • general/genlib/libatomic_ops.xml

    ra161de9 r0d7900a  
    8888
    8989    <para>
    90       To check the results, issue 
     90      To check the results, issue
    9191      <command>LD_LIBRARY_PATH=../src/.libs make check</command>.
    9292    </para>
     
    9797
    9898<screen role="root"><userinput>make install</userinput></screen>
    99  
     99
    100100  </sect2>
    101101
     
    105105    <para>
    106106      <command>sed -i 's#AC_PROG_RANLIB ...</command>: These
    107       <command>sed</command>s massage the autotool files so that a shared 
     107      <command>sed</command>s massage the autotool files so that a shared
    108108      library is built, the tests pass, and the docs are installed in an
    109109      appropriate directory.
  • general/genlib/libcroco.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       The <application>libcroco</application> package contains 
     33      The <application>libcroco</application> package contains
    3434      a standalone CSS2 parsing and manipulation library.
    3535    </para>
     
    101101
    102102    <para>
    103       To run the test suite, run 
     103      To run the test suite, run
    104104      <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.
    105105   </para>
     
    155155        <listitem>
    156156          <para>
    157             is used to parse one or more CSS files specified on 
     157            is used to parse one or more CSS files specified on
    158158            the command line.
    159159          </para>
  • general/genlib/libdaemon.xml

    ra161de9 r0d7900a  
    113113
    114114    <para>
    115       If you built the API documentation, install it using the following commands 
     115      If you built the API documentation, install it using the following commands
    116116      as the <systemitem class="username">root</systemitem> user:
    117117    </para>
  • general/genlib/libdbusmenuqt.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to libdbusmenu-qt</title>
    3131
    32     <para>This library provides a Qt implementation of the DBusMenu specs which goal 
     32    <para>This library provides a Qt implementation of the DBusMenu specs which goal
    3333    is to expose menus on DBus.</para>
    3434
     
    105105    <title>Command Explanations</title>
    106106
    107     <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building 
     107    <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building
    108108    the API documentation. Omit it if you have <application>doxygen</application>
    109109    and want the documentation.</para>
  • general/genlib/libgsf.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       The <application>libgsf</application> package contains the library 
     33      The <application>libgsf</application> package contains the library
    3434      used for providing an extensible input/output abstraction layer for
    3535      structured file formats.
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="gdk-pixbuf"/> 
     85      <xref linkend="gdk-pixbuf"/>
    8686      (To build gsf-office-thumbnailer)
    8787    </para>
     
    177177          <para>
    178178            is used internally by <application>GNOME</application> applications
    179             such as <application>Nautilus</application> to generate 
     179            such as <application>Nautilus</application> to generate
    180180            thumbnails of several types of office application files.
    181181          </para>
  • general/genlib/libidl.xml

    ra161de9 r0d7900a  
    8383makeinfo --plaintext -o libIDL2.txt libIDL2.texi</userinput></screen>
    8484
    85     <para>If you have 
     85    <para>If you have
    8686    <application>Live TeX</application> installed and wish to
    8787    build alternate forms of the documentation, issue the following
  • general/genlib/libidn.xml

    ra161de9 r0d7900a  
    3232    <para>
    3333      <application>Libidn</application> is a package designed for
    34       internationalized string handling based on the 
     34      internationalized string handling based on the
    3535      <ulink url="http://www.ietf.org/rfc/rfc3454.txt">Stringprep</ulink>,
    3636      <ulink url="http://www.ietf.org/rfc/rfc3492.txt">Punycode</ulink> and
  • general/genlib/libunistring.xml

    ra161de9 r0d7900a  
    3333    Unicode strings and for manipulating C strings according to the Unicode
    3434    standard.</para>
    35    
     35
    3636    &lfs72_checked;
    3737
  • general/genlib/lzo.xml

    ra161de9 r0d7900a  
    120120        </seg>
    121121        <seg>
    122           /usr/include/lzo and 
     122          /usr/include/lzo and
    123123          /usr/share/doc/lzo
    124124        </seg>
  • general/genlib/qca.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to Qca</title>
    3131
    32     <para><application>Qca</application> aims to provide a straightforward 
    33     and cross-platform crypto API, using <application>Qt</application> datatypes 
    34     and conventions. <application>Qca</application> separates the API from 
     32    <para><application>Qca</application> aims to provide a straightforward
     33    and cross-platform crypto API, using <application>Qt</application> datatypes
     34    and conventions. <application>Qca</application> separates the API from
    3535    the implementation, using plugins known as Providers.</para>
    3636
     
    100100    <title>Command Explanations</title>
    101101
    102     <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with 
    103     <application>GCC</application> 4.7. It is safe to omit when compiling with 
     102    <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
     103    <application>GCC</application> 4.7. It is safe to omit when compiling with
    104104    older <application>GCC</application> versions.</para>
    105105
  • general/genlib/slib.xml

    ra161de9 r0d7900a  
    124124
    125125<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} /usr/share/doc/slib-&slib-version;</userinput></screen>
    126  --> 
     126 -->
    127127 </sect2>
    128128
  • general/genlib/telepathy-farstream.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY telepathy-farstream-download-http 
     7  <!ENTITY telepathy-farstream-download-http
    88           "http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-&telepathy-farstream-version;.tar.gz">
    99  <!ENTITY telepathy-farstream-download-ftp  " ">
  • general/genlib/telepathy-glib.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY telepathy-glib-download-http 
     7  <!ENTITY telepathy-glib-download-http
    88           "http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-&telepathy-glib-version;.tar.gz">
    99  <!ENTITY telepathy-glib-download-ftp  " ">
     
    130130    <para>
    131131      <option>--enable-vala-bindings</option>: This switch enables
    132       building of the Vala bindings. Remove if you don't have 
     132      building of the Vala bindings. Remove if you don't have
    133133      <xref linkend="vala"/> installed.
    134134    </para>
  • general/genlib/telepathy-logger.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY telepathy-logger-download-http 
     7  <!ENTITY telepathy-logger-download-http
    88           "http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-&telepathy-logger-version;.tar.bz2">
    99  <!ENTITY telepathy-logger-download-ftp  " ">
     
    3333    <para>
    3434      The <application>Telepathy Logger</application> package is a headless
    35       observer client that logs information received by the 
     35      observer client that logs information received by the
    3636      <application>Telepathy</application> framework. It features pluggable
    3737      backends to log different sorts of messages in different formats.
     
    114114      To test the results, issue: <command>make check</command>.
    115115    </para>
    116  
     116
    117117    <para>
    118118      Now, as the <systemitem class="username">root</systemitem> user:
  • general/genlib/telepathy-mission-control.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY telepathy-mission-control-download-http 
     7  <!ENTITY telepathy-mission-control-download-http
    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  " ">
     
    154154        <seg>
    155155          /usr/include/mission-control-5.5,
    156           /usr/lib/telepathy and 
     156          /usr/lib/telepathy and
    157157          /usr/share/gtk-doc/html/mission-control-plugins
    158158        </seg>
     
    193193        <term><command>mission-control-5</command></term>
    194194        <listitem>
    195           <para> 
     195          <para>
    196196            is a <application>D-Bus</application> service which runs on the session
    197197            bus to implement AccountManager and ChannelDispatcher services described
Note: See TracChangeset for help on using the changeset viewer.