source: gnome/platform/gnome-autoar.xml@ 810002d

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 810002d was dd9d4b6, checked in by Xi Ruoyao <xry111@…>, 3 years ago

update to gnome-autoar-0.3.1

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

  • Property mode set to 100644
File size: 5.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 gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
8 <!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
9 <!ENTITY gnome-autoar-md5sum "3149496d0189623a8e1289bbab4d8385">
10 <!ENTITY gnome-autoar-size "291 KB">
11 <!ENTITY gnome-autoar-buildsize "5.0 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 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-autoar-&gnome-autoar-version;</title>
25
26 <indexterm zone="gnome-autoar">
27 <primary sortas="a-gnome-autoar">gnome-autoar</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to gnome-autoar</title>
32
33 <para>
34 The <application>gnome-autoar</application> package provides a framework
35 for automatic archive extraction, compression, and management.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-autoar-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-autoar-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-autoar-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-autoar-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-autoar-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-autoar-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">gnome-autoar Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libarchive"/> and <xref linkend="gtk3"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gtk-doc"/> (for building documentation)
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/gnome-autoar"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of gnome-autoar</title>
98
99 <para>
100 Install <application>gnome-autoar</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --disable-debug \
106 --disable-static &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>--disable-debug</parameter>: Disable the debug mode,
126 in which this package would be built with <option>-O0 -g</option>.
127 </para>
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 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
151 </seg>
152 <seg>
153 /usr/include/gnome-autoar-0 and /usr/share/gtk-doc/html/gnome-autoar
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="libgnome-autoar-0">
164 <term><filename class="libraryfile">libgnome-autoar-0.so</filename></term>
165 <listitem>
166 <para>
167 provides API functions for automatic archive management
168 </para>
169 <indexterm zone="gnome-autoar libgnome-autoar-0">
170 <primary sortas="c-libgnome-autoar-0.so">libgnome-autoar-0.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="libgnome-autoar-gtk-0">
176 <term><filename class="libraryfile">libgnome-autoar-gtk-0.so</filename></term>
177 <listitem>
178 <para>
179 provides GTK+ widgets to aid in automatic archive management
180 </para>
181 <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
182 <primary sortas="c-libgnome-autoar-gtk-0.so">libgnome-autoar-gtk-0.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186 </variablelist>
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.