[blfs] 01/02: Add gweather-locations now required by libgweather.
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 347779aaf838d8f924cc759c6b749c3c5d10755d Author: Bruce Dubbs <[email protected]> AuthorDate: Wed Apr 22 23:26:33 2026 -0500 Add gweather-locations now required by libgweather. --- gnome/platform/gweather-locations.xml | 124 ++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) diff --git a/gnome/platform/gweather-locations.xml b/gnome/platform/gweather-locations.xml new file mode 100644 index 0000000000..f6b9dc9361 --- /dev/null +++ b/gnome/platform/gweather-locations.xml @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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 gweather-locations-download-http + "https://gitlab.gnome.org/GNOME/gweather-locations/-/archive/&gweather-locations-version;/gweather-locations-&gweather-locations-version;.tar.bz2"> + <!ENTITY gweather-locations-download-ftp " "> + <!ENTITY gweather-locations-md5sum "075e5355ee40b6fb387f51fdbd9099d8"> + <!ENTITY gweather-locations-size "5.0 MB"> + <!ENTITY gweather-locations-buildsize "65 MB"> + <!ENTITY gweather-locations-time "less than 0.1 SBU"> +]> + +<sect1 id="gweather-locations" xreflabel="gweather-locations-&gweather-locations-version;"> + <?dbhtml filename="gweather-locations.html"?> + + <title>gweather-locations-&gweather-locations-version;</title> + + <indexterm zone="gweather-locations"> + <primary sortas="a-gweather-locations">gweather-locations</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to gweather-locations</title> + + <para> + This package provides a location and timezone database for the libgweather library. + </para> + + &lfs130_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&gweather-locations-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&gweather-locations-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &gweather-locations-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &gweather-locations-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &gweather-locations-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &gweather-locations-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">gweather-locations Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="git"/> and + <xref linkend="pygobject3"/> + </para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of gweather-locations</title> + + <para> + Install <application>gweather-locations</application> by running the following + commands: + </para> + +<screen><userinput>mkdir build && +cd build && + +meson setup --prefix=/usr .. && +ninja</userinput></screen> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>ninja install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + None + </seg> + <seg> + Locations.bin + </seg> + <seg> + /usr/lib/gweather-locations and + /usr/share/gweather-locations + </seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page