source: general/genutils/appstream-glib.xml@ 9371753

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 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 krejzi/svn 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 9371753 was 9371753, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Add appstream-glib-0.2.5, copied, modified, from BLFS systemd branch. Thanks Christopher G.
Update to appdata-tools-0.1.8. Thanks Christopher G. for reporting.

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

  • Property mode set to 100644
File size: 7.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 <!-- Place this in the packages.ent file
8 <!ENTITY TEMPLATE-version "">
9 -->
10
11 <!ENTITY appstream-glib-download-http
12 "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
13 <!ENTITY appstream-glib-download-ftp " ">
14 <!ENTITY appstream-glib-md5sum "925a056455b4eef441e692423ac0c5c5">
15 <!ENTITY appstream-glib-size "1.5 MB">
16 <!ENTITY appstream-glib-buildsize "13 MB (additional 1 MB for the tests)">
17 <!ENTITY appstream-glib-time "0.3 SBU ">
18]>
19
20<!-- Try to keep the indentation used in this file-->
21<sect1 id="appstream-glib" xreflabel="appstream-glib-&appstream-glib-version;">
22 <?dbhtml filename="appstream-glib.html"?>
23
24 <sect1info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 </sect1info>
28
29 <!-- No other tags inside any title.
30 Use Title Case in All Titles -->
31 <title>appstream-glib-&appstream-glib-version;</title>
32
33 <indexterm zone="appstream-glib">
34 <primary sortas="a-appstream-glib">appstream-glib</primary>
35 </indexterm>
36
37 <!--Required section-->
38 <sect2 role="package">
39 <title>Introduction to appstream-glib</title>
40
41 <para>
42 The <application>appstream-glib</application> provides GObjects and
43 helper methods to make it easy to read and write AppStream metadata.
44 It also provides a simple DOM implementation that makes it easy to
45 edit nodes and convert to and from the standardized XML representation.
46 </para>
47
48 &lfs76_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&appstream-glib-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&appstream-glib-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &appstream-glib-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &appstream-glib-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &appstream-glib-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &appstream-glib-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">appstream-glib Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gdk-pixbuf"/>,
89 <xref linkend="libarchive"/>
90 <xref linkend="libsoup"/>, and
91 <xref linkend="pango"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="gobject-introspection"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="DocBook"/>,
102 <xref linkend="docbook-xsl"/>,
103 <xref linkend="gtk-doc"/>, and
104 <xref linkend="libxslt"/>
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/appstream-glib"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of appstream-glib</title>
114
115 <para>
116 Install <application>appstream-glib</application> by running the following
117 commands:
118 </para>
119
120
121<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>make check</command>.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133 </sect2>
134
135 <!--Optional section-->
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
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 <!-- If there were no programs, libraries, or directories created, then
156 we would list the section as "None". However, a decision must have
157 been made to change the "None" to just removing the whole section
158 because I've noticed that many packages have had the "None"
159 removed and the section completely removed as well. The reasoning
160 was that by putting "None", it appears as we know there are none.
161 Without anything it appears as we are not sure. -->
162
163 <seglistitem>
164 <seg>
165 appstream-builder and appstream-util
166 </seg>
167 <seg>
168 libappstream-builder.so and libappstream-glib.so
169 </seg>
170 <seg>
171 /usr/include/libappstream-{builder,glib}, /usr/lib/asb-plugins,
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 <!-- If the program or library name conflicts (is the same) as the
184 package name, add -prog or -lib to the varlistentry entity id
185 and the 2nd entry of the indexterm zone entity -->
186
187 <varlistentry id="appstream-builder">
188 <term><command>appstream-builder</command></term>
189 <listitem>
190 <para>
191 Is a developers tool to build metadata.
192 </para>
193 <indexterm zone="appstream-glib appstream-builder">
194 <primary sortas="b-appstream-builder">appstream-builder</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="appstream-util">
200 <term><command>appstream-util</command></term>
201 <listitem>
202 <para>
203 Is a management tool for appstream-builder.
204 </para>
205 <indexterm zone="appstream-glib appstream-util">
206 <primary sortas="b-appstream-util">appstream-util</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="libappstream-builder">
212 <term><filename class="libraryfile">libappstream-builder.so</filename></term>
213 <listitem>
214 <para>
215 contains functions that aid the developers tool appstream-builder.
216 </para>
217 <indexterm zone="appstream-glib libappstream-builder">
218 <primary sortas="c-libappstream-builder">libappstream-builder.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222 <varlistentry id="libappstream-glib">
223 <term><filename class="libraryfile">libappstream-glib.so</filename></term>
224 <listitem>
225 <para>
226 contains the api functions.
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 </variablelist>
234 </sect2>
235</sect1>
Note: See TracBrowser for help on using the repository browser.