Ignore:
Timestamp:
04/17/2012 10:32:34 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
1066772
Parents:
11acf130
Message:

gnome-online-accounts 3.4.0, gnome-keyring 3.4.1, libgweather 3.4.1, gnome-doc-utils 0.20.10, libgdata 0.12.0 and gconf instructions tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libgdata.xml

    r11acf130 r7bdbf35  
    55  %general-entities;
    66
    7   <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.10/libgdata-&libgdata-version;.tar.xz">
    8   <!ENTITY libgdata-download-ftp  "&gnome-download-ftp;/libgdata/0.10/libgdata-&libgdata-version;.tar.xz">
    9   <!ENTITY libgdata-md5sum        "f01492964aec95215f7c7ab45c763ae4">
    10   <!ENTITY libgdata-size          "1.1 MB">
    11   <!ENTITY libgdata-buildsize     "62 MB">
     7  <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
     8  <!ENTITY libgdata-download-ftp  "&gnome-download-ftp;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
     9  <!ENTITY libgdata-md5sum        "ccf0bd3da08a9e86acf704ef71fb73d6">
     10  <!ENTITY libgdata-size          "1.2 MB">
     11  <!ENTITY libgdata-buildsize     "45 MB">
    1212  <!ENTITY libgdata-time          "0.8 SBU">
    1313]>
     
    3535    services, and has full asynchronous support.</para>
    3636
    37     &lfs70_built;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="liboauth"/> and
    65     <xref linkend="libsoup"/></para>
     64    <para role="required">
     65      <xref linkend="liboauth"/> and
     66      <xref linkend="libsoup"/> (built with GNOME support).
     67    </para>
    6668
    6769    <bridgehead renderas="sect4">Recommended</bridgehead>
    68     <para role="recommended"><xref linkend="gobject-introspection"/></para>
     70    <para role="recommended">
     71      <xref linkend="gobject-introspection"/>
     72      (Required if building GNOME)
     73    </para>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      <xref linkend="gtk-doc"/>
     78    </para>
    6979
    7080    <para condition="html" role="usernotes">User Notes:
     
    7989    commands:</para>
    8090
    81 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8292make</userinput></screen>
    8393
     
    96106    <title>Command Explanations</title>
    97107
    98     <para><option>--enable-static=no</option>: This switch prevents the static
    99     libraries being installed.</para>
     108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     109    href="../../xincludes/static-libraries.xml"/>
     110
     111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     112    href="../../xincludes/gtk-doc-rebuild.xml"/>
    100113
    101114  </sect2>
     
    105118
    106119    <segmentedlist>
    107       <segtitle>Installed Programs</segtitle>
    108120      <segtitle>Installed Library</segtitle>
    109121      <segtitle>Installed Directories</segtitle>
    110122
    111123      <seglistitem>
    112         <seg>None</seg>
    113         <seg>libgdata.{so,a}</seg>
    114         <seg>/usr/{include/libgdata/gdata/{app,atom,gcontact,gd,media,
    115         services/{calendar,contacts,documents,picasaweb,youtube}},
    116         share/gtk-doc/html/gdata}</seg>
     124        <seg>
     125          libgdata.so
     126        </seg>
     127        <seg>
     128          /usr/include/libgdata and /usr/share/gtk-doc/html/gdata
     129        </seg>
    117130      </seglistitem>
    118131    </segmentedlist>
     
    124137
    125138      <varlistentry id="libgdata-lib">
    126         <term><filename class='libraryfile'>libgdata.{so,a}</filename></term>
     139        <term><filename class='libraryfile'>libgdata.so</filename></term>
    127140        <listitem>
    128141          <para>contains the <application>libgdata</application> API
    129142          functions.</para>
    130143          <indexterm zone="libgdata libgdata-lib">
    131             <primary sortas="c-libgdata">libgdata.{so,a}</primary>
     144            <primary sortas="c-libgdata">libgdata.so</primary>
    132145          </indexterm>
    133146        </listitem>
Note: See TracChangeset for help on using the changeset viewer.