Author: renodr
Date: Wed Aug 16 06:54:05 2017
New Revision: 19025
Log:
Archive appstream-glib
Armin will fix the currency script later.
Added:
trunk/BOOK/archive/appstream-glib-new.xml
- copied unchanged from r19024,
trunk/BOOK/general/genlib/appstream-glib.xml
Deleted:
trunk/BOOK/general/genlib/appstream-glib.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/genlib.xml
trunk/BOOK/gnome/applications/cheese.xml
trunk/BOOK/gnome/applications/gnome-color-manager.xml
trunk/BOOK/gnome/applications/gnome-disk-utility.xml
trunk/BOOK/gnome/applications/gnome-logs.xml
trunk/BOOK/gnome/applications/gnome-power-manager.xml
trunk/BOOK/gnome/applications/gnome-system-monitor.xml
trunk/BOOK/gnome/applications/gnome-terminal.xml
trunk/BOOK/gnome/applications/gnome-weather.xml
trunk/BOOK/gnome/applications/gucharmap.xml
trunk/BOOK/gnome/applications/vinagre.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
Copied: trunk/BOOK/archive/appstream-glib-new.xml (from r19024,
trunk/BOOK/general/genlib/appstream-glib.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/appstream-glib-new.xml Wed Aug 16 06:54:05 2017
(r19025, copy of r19024, trunk/BOOK/general/genlib/appstream-glib.xml)
@@ -0,0 +1,237 @@
+<?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 appstream-glib-download-http
+
"https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
+ <!ENTITY appstream-glib-download-ftp " ">
+ <!ENTITY appstream-glib-md5sum "2122471fff15bb9421313d2110ce538a">
+ <!ENTITY appstream-glib-size "1.9 MB">
+ <!ENTITY appstream-glib-buildsize "26 MB (with tests)">
+ <!ENTITY appstream-glib-time "0.4 SBU (with tests)">
+]>
+
+<sect1 id="appstream-glib" xreflabel="Appstream-GLib-&appstream-glib-version;"
revision="systemd">
+ <?dbhtml filename="appstream-glib.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Appstream-GLib-&appstream-glib-version;</title>
+
+ <indexterm zone="appstream-glib">
+ <primary sortas="a-Appstream-GLib">Appstream-GLib</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Appstream-GLib</title>
+
+ <para>
+ The <application>Appstream-GLib</application> package contains a library
+ that provides GObjects and helper methods to make it easy to read and
+ write AppStream metadata. It also provides a simple DOM implementation
+ that makes it easy to edit nodes and convert to and from the
+ standardized XML representation.
+ </para>
+
+ &lfs80_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&appstream-glib-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&appstream-glib-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &appstream-glib-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &appstream-glib-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &appstream-glib-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &appstream-glib-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Appstream-GLib Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gdk-pixbuf"/>,
+ <xref linkend="json-glib"/>,
+ <xref linkend="libarchive"/>,
+ <xref linkend="libsoup"/> and
+ <xref linkend="pango"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="gcab"/>,
+ <xref linkend="gobject-introspection"/>,
+ <xref linkend="gtk3"/> and
+ <xref linkend="yaml"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="DocBook"/>,
+ <xref linkend="docbook-xsl"/> and
+ <xref linkend="libxslt"/> (to build manual pages) and
+ <xref linkend="gtk-doc"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/appstream-glib"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Appstream-GLib</title>
+
+ <para>
+ Install <application>Appstream-GLib</application> by running the
following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </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/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ <para>
+ <option>--disable-builder</option>: Use this switch if
+ you have not installed <xref linkend="gcab"/> and
+ <xref linkend="gtk3"/>.
+ </para>
+
+ <para>
+ <option>--disable-dep11</option>: Use this switch if you
+ have not installed <xref linkend="yaml"/>.
+ </para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ appstream-builder, appstream-compose, and appstream-util
+ </seg>
+ <seg>
+ libappstream-builder.so and libappstream-glib.so
+ </seg>
+ <seg>
+ /usr/include/libappstream-builder,
+ /usr/include/libappstream-glib,
+ /usr/lib/asb-plugins-5,
+ /usr/share/gtk-doc/html/appstream-glib, and
+ /usr/share/installed-tests/appstream-glib
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="appdata-validate">
+ <term><command>appdata-validate</command></term>
+ <listitem>
+ <para>
+ is used to validate AppData for formatting and style guidelines.
+ </para>
+ <indexterm zone="appstream-glib appdata-validate">
+ <primary sortas="b-appdata-validate">appdata-validate</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="appstream-builder">
+ <term><command>appstream-builder</command></term>
+ <listitem>
+ <para>
+ is a developers tool to build metadata.
+ </para>
+ <indexterm zone="appstream-glib appstream-builder">
+ <primary sortas="b-appstream-builder">appstream-builder</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="appstream-util">
+ <term><command>appstream-util</command></term>
+ <listitem>
+ <para>
+ is a management tool for <command>appstream-builder</command>.
+ </para>
+ <indexterm zone="appstream-glib appstream-util">
+ <primary sortas="b-appstream-util">appstream-util</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libappstream-glib">
+ <term><filename
class="libraryfile">libappstream-glib.so</filename></term>
+ <listitem>
+ <para>
+ contains objects and helper methods to help with reading and
writing
+ AppStream metadata.
+ </para>
+ <indexterm zone="appstream-glib libappstream-glib">
+ <primary
sortas="c-libappstream-glib">libappstream-glib.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Aug 16 06:26:12 2017 (r19024)
+++ trunk/BOOK/general.ent Wed Aug 16 06:54:05 2017 (r19025)
@@ -58,6 +58,7 @@
<!ENTITY xorg-download-http "https://www.x.org/pub/individual">
<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
<!ENTITY pypi "https://pypi.python.org/pypi">
+<!ENTITY appstream-glib-url
"http://people.freedesktop.org/~hughsient/appstream-glib/releases">
<!-- These entities are used to identify versions of LFS
packages referenced throughout the BLFS book. -->
Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml Wed Aug 16 06:26:12 2017
(r19024)
+++ trunk/BOOK/general/genlib/genlib.xml Wed Aug 16 06:54:05 2017
(r19025)
@@ -44,7 +44,7 @@
it is explained why you may want to install them.</para>
<!-- systemd only -->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="appstream-glib.xml"/>
+ <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="appstream-glib.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/>
Modified: trunk/BOOK/gnome/applications/cheese.xml
==============================================================================
--- trunk/BOOK/gnome/applications/cheese.xml Wed Aug 16 06:26:12 2017
(r19024)
+++ trunk/BOOK/gnome/applications/cheese.xml Wed Aug 16 06:54:05 2017
(r19025)
@@ -104,9 +104,10 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <phrase revision="systemd"><xref linkend="appstream-glib"/>,</phrase>
+<!-- <phrase revision="systemd"><xref
linkend="appstream-glib"/>,</phrase> -->
<xref linkend="gtk-doc"/>,
<xref linkend="libxslt"/>,
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV
</ulink>, and
<ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus
SendTo</ulink>
</para>
Modified: trunk/BOOK/gnome/applications/gnome-color-manager.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-color-manager.xml Wed Aug 16
06:26:12 2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-color-manager.xml Wed Aug 16
06:54:05 2017 (r19025)
@@ -94,7 +94,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="appstream-glib"/> and
+<!-- <xref linkend="appstream-glib"/> and -->
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
<xref linkend="docbook-utils"/>
</para>
Modified: trunk/BOOK/gnome/applications/gnome-disk-utility.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-disk-utility.xml Wed Aug 16
06:26:12 2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-disk-utility.xml Wed Aug 16
06:54:05 2017 (r19025)
@@ -86,7 +86,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="appstream-glib"/>
+<!-- <xref linkend="appstream-glib"/> -->
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/gnome/applications/gnome-logs.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-logs.xml Wed Aug 16 06:26:12
2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-logs.xml Wed Aug 16 06:54:05
2017 (r19025)
@@ -84,11 +84,12 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="Optional">
- <xref linkend="appstream-glib"/>,
+<!-- <xref linkend="appstream-glib"/>, -->
<xref linkend="desktop-file-utils"/> (for the test suite), and
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>,
- <xref linkend="libxslt"/> (to build manual pages), and
+ <xref linkend="libxslt"/> (to build manual pages),
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>, and
<ulink url="https://pypi.python.org/pypi/dogtail">dogtail</ulink>
</para>
Modified: trunk/BOOK/gnome/applications/gnome-power-manager.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-power-manager.xml Wed Aug 16
06:26:12 2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-power-manager.xml Wed Aug 16
06:54:05 2017 (r19025)
@@ -83,7 +83,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="docbook-utils"/> and
- <xref linkend="appstream-glib"/>
+<!-- <xref linkend="appstream-glib"/> -->
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/gnome/applications/gnome-system-monitor.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-system-monitor.xml Wed Aug 16
06:26:12 2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-system-monitor.xml Wed Aug 16
06:54:05 2017 (r19025)
@@ -94,9 +94,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <phrase revision="systemd"><xref linkend="appstream-glib"/> and</phrase>
- <xref linkend="desktop-file-utils"/><phrase revision="sysv"> and
- <ulink
url="http://people.freedesktop.org/~hughsient/appstream-glib/releases">appstream-glib</ulink></phrase>
+<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/>
and</phrase> -->
+ <xref linkend="desktop-file-utils"/> and
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/gnome/applications/gnome-terminal.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-terminal.xml Wed Aug 16 06:26:12
2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-terminal.xml Wed Aug 16 06:54:05
2017 (r19025)
@@ -91,9 +91,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <phrase revision="systemd"><xref linkend="appstream-glib"/>,</phrase>
- <xref linkend="desktop-file-utils"/>
- <phrase revision="sysv">and <ulink
url="http://people.freedesktop.org/~hughsient/appstream-glib/releases">appstream-glib</ulink></phrase>
+<!-- <phrase revision="systemd"><xref
linkend="appstream-glib"/>,</phrase> -->
+ <xref linkend="desktop-file-utils"/>,
+ and <ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/gnome/applications/gnome-weather.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-weather.xml Wed Aug 16 06:26:12
2017 (r19024)
+++ trunk/BOOK/gnome/applications/gnome-weather.xml Wed Aug 16 06:54:05
2017 (r19025)
@@ -84,7 +84,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="appstream-glib"/>
+<!-- <xref linkend="appstream-glib"/> -->
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/gnome/applications/gucharmap.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gucharmap.xml Wed Aug 16 06:26:12 2017
(r19024)
+++ trunk/BOOK/gnome/applications/gucharmap.xml Wed Aug 16 06:54:05 2017
(r19025)
@@ -95,7 +95,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <phrase revision="systemd"><xref linkend="appstream-glib"/> and </phrase>
+<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/> and
</phrase> -->
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
<xref linkend="gtk-doc"/>
</para>
Modified: trunk/BOOK/gnome/applications/vinagre.xml
==============================================================================
--- trunk/BOOK/gnome/applications/vinagre.xml Wed Aug 16 06:26:12 2017
(r19024)
+++ trunk/BOOK/gnome/applications/vinagre.xml Wed Aug 16 06:54:05 2017
(r19025)
@@ -88,8 +88,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="appstream-glib"/>,
+<!-- <xref linkend="appstream-glib"/>, -->
<xref linkend="avahi"/>,
+ <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
<ulink url="http://www.freerdp.com/">FreeRDP</ulink> (For connecting to
Windows desktops), and
<ulink url="http://www.spice-space.org/">Spice-GTK</ulink>
</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 16 06:26:12
2017 (r19024)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 16 06:54:05
2017 (r19025)
@@ -43,6 +43,15 @@
-->
<listitem>
+ <para>August 16th, 2017</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Archive appstream-glib.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 15th, 2017</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Aug 16 06:26:12 2017 (r19024)
+++ trunk/BOOK/packages.ent Wed Aug 16 06:54:05 2017 (r19025)
@@ -83,7 +83,7 @@
<!-- Part III -->
<!-- Chapter 9 -->
-<!ENTITY appstream-glib-version "0.6.13">
+<!--<!ENTITY appstream-glib-version "0.6.13">-->
<!ENTITY apr-version "1.6.2">
<!ENTITY apr-util-version "1.6.0">
<!ENTITY aspell-version "0.60.6.1">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page