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

systemd-13485
Last change on this file since 31973174 was 31973174, checked in by DJ Lucas <dj@…>, 8 years ago

Fix missing files, and correct properties.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16846 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 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 "f3bf922874fe106b55dbb4c7dec0bc9c">
11 <!ENTITY appstream-glib-size "1.8 MB">
12 <!ENTITY appstream-glib-buildsize "21 MB">
13 <!ENTITY appstream-glib-time "0.2 SBU ">
14]>
15
16<sect1 id="appstream-glib" xreflabel="Appstream-GLib-&appstream-glib-version;">
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 &lfs77_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="libarchive"/>,
83 <xref linkend="libsoup"/> and
84 <xref linkend="pango"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gcab"/>,
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="gtk3"/> and
92 <xref linkend="yaml"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="DocBook"/>,
98 <xref linkend="docbook-xsl"/> and
99 <xref linkend="libxslt"/> (to build manual pages) and
100 <xref linkend="gtk-doc"/>
101 </para>
102
103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/appstream-glib"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Appstream-GLib</title>
110
111 <para>
112 Install <application>Appstream-GLib</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 To test the results, issue: <command>make check</command>.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/static-libraries.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 <para>
141 <option>--disable-builder</option>: Use this switch if
142 you have not installed <xref linkend="gcab"/> and
143 <xref linkend="gtk3"/>.
144 </para>
145
146 <para>
147 <option>--disable-dep11</option>: Use this switch if you
148 have not installed <xref linkend="yaml"/>.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 appdata-validate, appstream-builder and appstream-util
164 </seg>
165 <seg>
166 libappstream-builder.so and libappstream-glib.so
167 </seg>
168 <seg>
169 /usr/include/libappstream-builder,
170 /usr/include/libappstream-glib,
171 /usr/lib/asb-plugins-2,
172 /usr/share/gtk-doc/html/appstream-glib, and
173 /usr/share/installed-tests/appstream-glib
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="appdata-validate">
184 <term><command>appdata-validate</command></term>
185 <listitem>
186 <para>
187 is used to validate AppData for formatting and style guidelines.
188 </para>
189 <indexterm zone="appstream-glib appdata-validate">
190 <primary sortas="b-appdata-validate">appdata-validate</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="appstream-builder">
196 <term><command>appstream-builder</command></term>
197 <listitem>
198 <para>
199 is a developers tool to build metadata.
200 </para>
201 <indexterm zone="appstream-glib appstream-builder">
202 <primary sortas="b-appstream-builder">appstream-builder</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="appstream-util">
208 <term><command>appstream-util</command></term>
209 <listitem>
210 <para>
211 is a management tool for <command>appstream-builder</command>.
212 </para>
213 <indexterm zone="appstream-glib appstream-util">
214 <primary sortas="b-appstream-util">appstream-util</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libappstream-glib">
220 <term><filename class="libraryfile">libappstream-glib.so</filename></term>
221 <listitem>
222 <para>
223 contains objects and helper methods to help reading and writing
224 AppStream metadata.
225 </para>
226 <indexterm zone="appstream-glib libappstream-glib">
227 <primary sortas="c-libappstream-glib">libappstream-glib.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.