libgweather-3.2.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9426 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-16 00:02:39 +00:00
parent 7a0dcad9e9
commit 951011a442
3 changed files with 30 additions and 24 deletions

View File

@ -689,7 +689,7 @@ $Date$
<!ENTITY libgnomekbd-version "3.2.0">
<!ENTITY libgnome-keyring-version "3.2.2">
<!ENTITY libgtop-version "2.28.4">
<!ENTITY libgweather-version "2.30.2">
<!ENTITY libgweather-version "3.2.1">
<!ENTITY vte-version "0.24.2">
<!ENTITY zenity-version "2.30.0">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libgweather-download-http "&gnome-download-http;/libgweather/&gnome-version;/libgweather-&libgweather-version;.tar.bz2">
<!ENTITY libgweather-download-ftp "&gnome-download-ftp;/libgweather/&gnome-version;/libgweather-&libgweather-version;.tar.bz2">
<!ENTITY libgweather-md5sum "050f4ed212261c2a147c89012d5daa90">
<!ENTITY libgweather-size "7.1 MB">
<!ENTITY libgweather-buildsize "254 MB">
<!ENTITY libgweather-time "2.5 SBU">
<!ENTITY libgweather-download-http "&gnome-download-http;/libgweather/&gnome-version;/libgweather-&libgweather-version;.tar.xz">
<!ENTITY libgweather-download-ftp "&gnome-download-ftp;/libgweather/&gnome-version;/libgweather-&libgweather-version;.tar.xz">
<!ENTITY libgweather-md5sum "de91f7ed59508d2b96c319e19e27fda5">
<!ENTITY libgweather-size "4.1 MB">
<!ENTITY libgweather-buildsize "253 MB">
<!ENTITY libgweather-time "1.6 SBU">
]>
<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
@ -33,7 +33,7 @@
access weather information from online services for numerous
locations.</para>
&lfs65_checked;
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -60,13 +60,13 @@
<bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk2"/>,
<para role="required"><xref linkend="GConf"/>,
<xref linkend="gtk3"/>,
<xref linkend="intltool"/>, and
<xref linkend="libsoup"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/> and
<xref linkend="pygtk"/></para>
<para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libgweather"/></para>
@ -79,8 +79,8 @@
<para>Install <application>libgweather</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; &amp;&amp;
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -104,9 +104,6 @@ make</userinput></screen>
<emphasis role="strong">NOT</emphasis> want to compile and run a test GLIB
program.</para>
<para><option>--enable-python</option>: Use this parameter if you want to
build libgweather python bindings.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
@ -128,10 +125,16 @@ make</userinput></screen>
<seglistitem>
<seg>None</seg>
<seg>libgweather.{so,a}</seg>
<seg><envar>$GNOME_PREFIX</envar>/{include/libgweather,
lib/python&python2-majorver;/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE,
share/{gtk-doc/html/libgweather,libgweather}}</seg>
<seg>libgweather-3.so</seg>
<seg><envar>$GNOME_SYSCONFDIR</envar>/gconf/schemas,
<envar>$GNOME_PREFIX</envar>/{include/libgweather-3.0/libgweather,
share/{gtk-doc/html/libgweather-3.0,icons/gnome/{16x16/status,
22x22/status,24x24/status,32x32/status,scalable/status},libgweather,
locale/{es_AR/LC_MESSAGES,es_CL/LC_MESSAGES,es_CO/LC_MESSAGES,
es_CR/LC_MESSAGES,es_DO/LC_MESSAGES,es_EC/LC_MESSAGES,es_ES/LC_MESSAGES,
es_GT/LC_MESSAGES,es_HN/LC_MESSAGES,es_MX/LC_MESSAGES,es_NI/LC_MESSAGES,
es_PA/LC_MESSAGES,es_PE/LC_MESSAGES,es_PR/LC_MESSAGES,es_SV/LC_MESSAGES,
es_UY/LC_MESSAGES,es_VE/LC_MESSAGES}}}</seg>
</seglistitem>
</segmentedlist>
@ -140,13 +143,13 @@ make</userinput></screen>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgweather-lib">
<term><filename class='libraryfile'>libgweather.{so,a}</filename></term>
<varlistentry id="libgweather-3">
<term><filename class='libraryfile'>libgweather-3.so</filename></term>
<listitem>
<para>contains functions that allow the retrieval of weather
information.</para>
<indexterm zone="libgweather libgweather-lib">
<primary sortas="c-libgweather">libgweather.{so,a}</primary>
<indexterm zone="libgweather libgweather-3">
<primary sortas="c-libgweather-3">libgweather-3.so</primary>
</indexterm>
</listitem>
</varlistentry>

View File

@ -77,6 +77,9 @@
<listitem>
<para>[ken] - merge libgtop-2.28.4 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - merge libgweather-3.2.1 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>