source: general/genlib/appstream-glib.xml@ f0fd4fc6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f0fd4fc6 was dd6246f, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to appstream-glib-0.6.2
Update to clutter-gst-3.0.20
Update to geoclue-2.4.4
Update to gnome-maps-3.20.3.1
Update to gtkmm2-2.24.5
Update to libchamplain-0.12.14
Update to telepathy-mission-control-5.16.4

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

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY appstream-glib-download-http
8 "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
9 <!ENTITY appstream-glib-download-ftp " ">
10 <!ENTITY appstream-glib-md5sum "cffbae6071f7e33ee89fd8f1e0ae271a">
11 <!ENTITY appstream-glib-size "1.9 MB">
12 <!ENTITY appstream-glib-buildsize "79 MB (with tests)">
13 <!ENTITY appstream-glib-time "0.4 SBU (with tests)">
14]>
15
16<sect1 id="appstream-glib" xreflabel="Appstream-GLib-&appstream-glib-version;" revision="systemd">
17 <?dbhtml filename="appstream-glib.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Appstream-GLib-&appstream-glib-version;</title>
25
26 <indexterm zone="appstream-glib">
27 <primary sortas="a-Appstream-GLib">Appstream-GLib</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Appstream-GLib</title>
32
33 <para>
34 The <application>Appstream-GLib</application> package contains a library
35 that provides GObjects and helper methods to make it easy to read and
36 write AppStream metadata. It also provides a simple DOM implementation
37 that makes it easy to edit nodes and convert to and from the
38 standardized XML representation.
39 </para>
40
41 &lfs7a_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&appstream-glib-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&appstream-glib-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &appstream-glib-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &appstream-glib-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &appstream-glib-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &appstream-glib-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Appstream-GLib Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gdk-pixbuf"/>,
82 <xref linkend="json-glib"/>,
83 <xref linkend="libarchive"/>,
84 <xref linkend="libsoup"/> and
85 <xref linkend="pango"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gcab"/>,
91 <xref linkend="gobject-introspection"/>,
92 <xref linkend="gtk3"/> and
93 <xref linkend="yaml"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="DocBook"/>,
99 <xref linkend="docbook-xsl"/> and
100 <xref linkend="libxslt"/> (to build manual pages) and
101 <xref linkend="gtk-doc"/>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/appstream-glib"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Appstream-GLib</title>
111
112 <para>
113 Install <application>Appstream-GLib</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make check</command>.
122 One test is known to fail.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 <para>
143 <option>--disable-builder</option>: Use this switch if
144 you have not installed <xref linkend="gcab"/> and
145 <xref linkend="gtk3"/>.
146 </para>
147
148 <para>
149 <option>--disable-dep11</option>: Use this switch if you
150 have not installed <xref linkend="yaml"/>.
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 appstream-builder, appstream-compose, and appstream-util
166 </seg>
167 <seg>
168 libappstream-builder.so and libappstream-glib.so
169 </seg>
170 <seg>
171 /usr/include/libappstream-builder,
172 /usr/include/libappstream-glib,
173 /usr/lib/asb-plugins-5,
174 /usr/share/gtk-doc/html/appstream-glib, and
175 /usr/share/installed-tests/appstream-glib
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="appdata-validate">
186 <term><command>appdata-validate</command></term>
187 <listitem>
188 <para>
189 is used to validate AppData for formatting and style guidelines.
190 </para>
191 <indexterm zone="appstream-glib appdata-validate">
192 <primary sortas="b-appdata-validate">appdata-validate</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="appstream-builder">
198 <term><command>appstream-builder</command></term>
199 <listitem>
200 <para>
201 is a developers tool to build metadata.
202 </para>
203 <indexterm zone="appstream-glib appstream-builder">
204 <primary sortas="b-appstream-builder">appstream-builder</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="appstream-util">
210 <term><command>appstream-util</command></term>
211 <listitem>
212 <para>
213 is a management tool for <command>appstream-builder</command>.
214 </para>
215 <indexterm zone="appstream-glib appstream-util">
216 <primary sortas="b-appstream-util">appstream-util</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libappstream-glib">
222 <term><filename class="libraryfile">libappstream-glib.so</filename></term>
223 <listitem>
224 <para>
225 contains objects and helper methods to help with reading and writing
226 AppStream metadata.
227 </para>
228 <indexterm zone="appstream-glib libappstream-glib">
229 <primary sortas="c-libappstream-glib">libappstream-glib.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.