Ignore:
Timestamp:
05/16/2012 04:39:28 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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/glib-networking.xml

    rc099902d r7ded7e3  
    99  <!ENTITY glib-networking-download-ftp 
    1010           "&gnome-download-ftp;/glib-networking/2.32/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "af0282deb9c5b5770b2caed18579c761">
    12   <!ENTITY glib-networking-size          "324 KB">
    13   <!ENTITY glib-networking-buildsize     "8.6 MB">
     11  <!ENTITY glib-networking-md5sum        "bbad85de0a1466fdfd696e06d84b8f0d">
     12  <!ENTITY glib-networking-size          "326 KB">
     13  <!ENTITY glib-networking-buildsize     "8.0 MB">
    1414  <!ENTITY glib-networking-time          "0.2 SBU">
    1515]>
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to glib-networking</title>
     32    <title>Introduction to GLib Networking</title>
    3333
    34     <para>The <application>glib-networking</application> package contains
    35     Network-related gio modules for <application>GLib</application>.</para>
     34    <para>
     35      The <application>GLib Networking</application> package contains
     36      Network related gio modules for <application>GLib</application>.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&glib-networking-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&glib-networking-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&glib-networking-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&glib-networking-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &glib-networking-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &glib-networking-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &glib-networking-size;</para>
     59        <para>
     60          Download size: &glib-networking-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &glib-networking-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &glib-networking-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &glib-networking-time;</para>
     69        <para>
     70          Estimated build time: &glib-networking-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
    6074
    61     <bridgehead renderas="sect3">glib-networking Dependencies</bridgehead>
     75    <bridgehead renderas="sect3">GLib Networking Dependencies</bridgehead>
    6276
    6377    <bridgehead renderas="sect4">Required</bridgehead>
     
    7589    <para role="optional">
    7690      <xref linkend="libgcrypt"/> and
    77       <ulink url="http://code.google.com/p/libproxy/">Libproxy</ulink>.
     91      <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>
    7892    </para>
    7993
    8094    <para condition="html" role="usernotes">User Notes:
    81     <ulink url="&blfs-wiki;/glib-networking"/></para>
    82 
     95      <ulink url="&blfs-wiki;/glib-networking"/>
     96    </para>
    8397  </sect2>
    8498
    8599  <sect2 role="installation">
    86     <title>Installation of glib-networking</title>
     100    <title>Installation of GLib Networking</title>
    87101
    88     <para>Install <application>glib-networking</application> by running the following
    89     commands:</para>
     102    <para>
     103      Install <application>GLib Networking</application> by running the following
     104      commands:
     105    </para>
    90106
    91107<screen><userinput>./configure --prefix=/usr \
     
    95111make</userinput></screen>
    96112
    97     <para>To test the results, issue: <command>make check</command>.</para>
     113    <para>
     114      To test the results, issue: <command>make check</command>.
     115    </para>
    98116
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    100120
    101121<screen role="root"><userinput>make install</userinput></screen>
     
    106126    <title>Command Explanations</title>
    107127
    108     <para><parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter> :
    109     This parameter specifies where the trusted root certificates are
    110     located.</para>
     128    <para>
     129      <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
     130      This parameter specifies where the trusted root certificates are
     131      located.
     132    </para>
    111133
    112134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../../xincludes/static-libraries.xml"/>
     135      href="../../xincludes/static-libraries.xml"/>
    114136
    115137  </sect2>
Note: See TracChangeset for help on using the changeset viewer.