source: gnome/platform/gnome-autoar.xml@ 858ab8a7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 858ab8a7 was 35128ba, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Update to gnome-autoar-0.4.4

  • Property mode set to 100644
File size: 5.9 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 "ac1a423f861ed5765a5d03251c00746d">
10 <!ENTITY gnome-autoar-size "52 KB">
11 <!ENTITY gnome-autoar-buildsize "2.7 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 setup --prefix=/usr \
104 --buildtype=release \
105 -Dvapi=true \
106 -Dtests=true \
107 .. &amp;&amp;
108ninja</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>ninja test</command>
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>ninja install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <!--
126 <para>
127 <parameter>- -disable-debug</parameter>: Disable the debug mode,
128 in which this package would be built with <option>-O0 -g</option>.
129 </para>
130 -->
131
132 <!--
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138 -->
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/meson-buildtype-release.xml"/>
142
143 <para>
144 <option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is
145 installed and you wish to rebuild and install the API documentation.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 None
161 </seg>
162 <seg>
163 libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
164 </seg>
165 <seg>
166 /usr/include/gnome-autoar-0 and /usr/share/gtk-doc/html/gnome-autoar
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="libgnome-autoar-0">
177 <term><filename class="libraryfile">libgnome-autoar-0.so</filename></term>
178 <listitem>
179 <para>
180 provides API functions for automatic archive management
181 </para>
182 <indexterm zone="gnome-autoar libgnome-autoar-0">
183 <primary sortas="c-libgnome-autoar-0.so">libgnome-autoar-0.so</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libgnome-autoar-gtk-0">
189 <term><filename class="libraryfile">libgnome-autoar-gtk-0.so</filename></term>
190 <listitem>
191 <para>
192 provides GTK+ widgets to aid in automatic archive management
193 </para>
194 <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
195 <primary sortas="c-libgnome-autoar-gtk-0.so">libgnome-autoar-gtk-0.so</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199 </variablelist>
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.