source: gnome/platform/gnome-autoar.xml@ b3d57664

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b3d57664 was 58ebeee, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag GNOME Libraries

  • Property mode set to 100644
File size: 5.8 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 gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
8 <!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
9 <!ENTITY gnome-autoar-md5sum "fa664dd9735297c517d6aa9417b3d3e8">
10 <!ENTITY gnome-autoar-size "52 KB">
11 <!ENTITY gnome-autoar-buildsize "2.8 MB">
12 <!ENTITY gnome-autoar-time "0.1 SBU">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="gnome-autoar" xreflabel="gnome-autoar-&gnome-autoar-version;">
17 <?dbhtml filename="gnome-autoar.html"?>
18
19
20 <title>gnome-autoar-&gnome-autoar-version;</title>
21
22 <indexterm zone="gnome-autoar">
23 <primary sortas="a-gnome-autoar">gnome-autoar</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to gnome-autoar</title>
28
29 <para>
30 The <application>gnome-autoar</application> package provides a framework
31 for automatic archive extraction, compression, and management.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gnome-autoar-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gnome-autoar-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gnome-autoar-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gnome-autoar-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gnome-autoar-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gnome-autoar-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">gnome-autoar Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libarchive"/> and <xref linkend="gtk3"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="vala"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/> (for building documentation)
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/gnome-autoar"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of gnome-autoar</title>
94
95 <para>
96 Install <application>gnome-autoar</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true &amp;&amp;
104ninja</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>ninja test</command>
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>ninja install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <!--
122 <para>
123 <parameter>- -disable-debug</parameter>: Disable the debug mode,
124 in which this package would be built with <option>-O0 -g</option>.
125 </para>
126 -->
127
128 <!--
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134 -->
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/meson-buildtype-release.xml"/>
138
139 <para>
140 <option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is
141 installed and you wish to rebuild and install the API documentation.
142 </para>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 None
157 </seg>
158 <seg>
159 libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
160 </seg>
161 <seg>
162 /usr/include/gnome-autoar-0 and /usr/share/gtk-doc/html/gnome-autoar
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="libgnome-autoar-0">
173 <term><filename class="libraryfile">libgnome-autoar-0.so</filename></term>
174 <listitem>
175 <para>
176 provides API functions for automatic archive management
177 </para>
178 <indexterm zone="gnome-autoar libgnome-autoar-0">
179 <primary sortas="c-libgnome-autoar-0.so">libgnome-autoar-0.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="libgnome-autoar-gtk-0">
185 <term><filename class="libraryfile">libgnome-autoar-gtk-0.so</filename></term>
186 <listitem>
187 <para>
188 provides GTK+ widgets to aid in automatic archive management
189 </para>
190 <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
191 <primary sortas="c-libgnome-autoar-gtk-0.so">libgnome-autoar-gtk-0.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195 </variablelist>
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.