mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added new package, libgweather-2.26.2.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7955 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0e285e4dda
commit
058b29f132
@ -544,6 +544,7 @@ $Date$
|
||||
<!ENTITY gnome-user-docs-version "2.18.2">
|
||||
<!ENTITY gtk-engines-version "2.18.2">
|
||||
<!ENTITY libgtop-version "2.14.9">
|
||||
<!ENTITY libgweather-version "2.26.2.1">
|
||||
<!ENTITY nautilus-version "2.18.3">
|
||||
<!ENTITY vte-version "0.16.6">
|
||||
<!ENTITY yelp-version "2.18.1">
|
||||
|
@ -58,6 +58,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-desktop.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-backgrounds.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-menus.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgweather.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-panel.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vte.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-terminal.xml"/>
|
||||
|
152
gnome/core/libgweather.xml
Normal file
152
gnome/core/libgweather.xml
Normal file
@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!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 "cef0447b62235c4662aa9691dd9a6c92">
|
||||
<!ENTITY libgweather-size "6.1 MB">
|
||||
<!ENTITY libgweather-buildsize "221 MB">
|
||||
<!ENTITY libgweather-time "1.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
|
||||
<?dbhtml filename="libgweather.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libgweather-&libgweather-version;</title>
|
||||
|
||||
<indexterm zone="libgweather">
|
||||
<primary sortas="a-libgweather">libgweather</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libgweather</title>
|
||||
|
||||
<para>The <application>libgweather</application> package is a library to
|
||||
access weather information from online services for numerous
|
||||
locations.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libgweather-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libgweather-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libgweather-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libgweather-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libgweather-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libgweather-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libsoup"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libgweather"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libgweather</title>
|
||||
|
||||
<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; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<para><option>--disable-glibtest</option>: Use this parameter if you do
|
||||
<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/2003/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
<para><option>--enable-gtk-doc-html</option>: Use this parameter if you want
|
||||
to build documentation in html format.</para>
|
||||
|
||||
<para><option>--enable-gtk-doc-pdf</option>: Use this parameter if you want
|
||||
to build documentation in pdf format.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgweather.{so,a}</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{include/libgweather,
|
||||
share/{gtk-doc/html/libgweather,libgweather}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libgweather-lib">
|
||||
<term><filename class='libraryfile'>libgweather.{so,a}</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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -51,6 +51,9 @@
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to gnome-menus-2.26.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package. libgweather-2.26.2.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user