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

krejzi/svn
Last change on this file since 1754613 was f0ca372c, checked in by Krejzi <krejzi@…>, 10 years ago

Updates and new packages for general utils section.

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

  • Property mode set to 100644
File size: 6.5 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 "c8aaa5536e4f8bb90a0a1a23c2b1b254">
11 <!ENTITY appstream-glib-size "1.8 MB">
12 <!ENTITY appstream-glib-buildsize "17 MB">
13 <!ENTITY appstream-glib-time "0.3 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: pierre $</othername>
21 <date>$Date: 2014-08-30 18:39:13 +1200 (Sat, 30 Aug 2014) $</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 &lfs76_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="gtk3"/>,
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="gobject-introspection"/> and
90 <xref linkend="yaml"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="DocBook"/>,
96 <xref linkend="docbook-xsl"/> and
97 <xref linkend="libxslt"/> (to build manual pages) and
98 <xref linkend="gtk-doc"/>
99 </para>
100
101 <para condition="html" role="usernotes">
102 User Notes: <ulink url="&blfs-wiki;/appstream-glib"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Appstream-GLib</title>
108
109 <para>
110 Install <application>Appstream-GLib</application> by running the following
111 commands:
112 </para>
113
114
115<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make -k check</command>. One test
120 fails if <xref linkend="yaml"/> is not installed.
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 <parameter>--disable-dep11</parameter>: Use this switch if you
142 have not installed <xref linkend="yaml"/>.
143 </para>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 appstream-builder and appstream-util
158 </seg>
159 <seg>
160 libappstream-builder.so and libappstream-glib.so.
161 </seg>
162 <seg>
163 /usr/include/libappstream-builder,
164 /usr/include/libappstream-glib,
165 /usr/lib/asb-plugins,
166 /usr/share/gtk-doc/html/appstream-glib, and
167 /usr/share/installed-tests/appstream-glib.
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="appstream-builder">
178 <term><command>appstream-builder</command></term>
179 <listitem>
180 <para>
181 is a developers tool to build metadata.
182 </para>
183 <indexterm zone="appstream-glib appstream-builder">
184 <primary sortas="b-appstream-builder">appstream-builder</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="appstream-util">
190 <term><command>appstream-util</command></term>
191 <listitem>
192 <para>
193 is a management tool for <command>appstream-builder</command>.
194 </para>
195 <indexterm zone="appstream-glib appstream-util">
196 <primary sortas="b-appstream-util">appstream-util</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libappstream-glib">
202 <term><filename class="libraryfile">libappstream-glib.so</filename></term>
203 <listitem>
204 <para>
205 contains objects and helper methods to help reading and writing AppStream
206 metadata.
207 </para>
208 <indexterm zone="appstream-glib libappstream-glib">
209 <primary sortas="c-libappstream-glib">libappstream-glib.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.