source: gnome/platform/gnome-autoar.xml@ 4106cdc3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 4106cdc3 was f0be38c0, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to gnome-autoar-0.2.4

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

  • Property mode set to 100644
File size: 5.3 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.2/gnome-autoar-&gnome-autoar-version;.tar.xz">
8 <!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.2/gnome-autoar-&gnome-autoar-version;.tar.xz">
9 <!ENTITY gnome-autoar-md5sum "36ab263f477eeee3c95c9381766eb3c2">
10 <!ENTITY gnome-autoar-size "292 KB">
11 <!ENTITY gnome-autoar-buildsize "5.1 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 &lfs90_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 --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
144 </seg>
145 <seg>
146 /usr/include/gnome-autoar-0 and /usr/share/gtk-doc/html/gnome-autoar
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libgnome-autoar-0">
157 <term><filename class="libraryfile">libgnome-autoar-0.so</filename></term>
158 <listitem>
159 <para>
160 provides API functions for automatic archive management.
161 </para>
162 <indexterm zone="gnome-autoar libgnome-autoar-0">
163 <primary sortas="c-libgnome-autoar-0.so">libgnome-autoar-0.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libgnome-autoar-gtk-0">
169 <term><filename class="libraryfile">libgnome-autoar-gtk-0.so</filename></term>
170 <listitem>
171 <para>
172 provides GTK+ widgets to aid in automatic archive management.
173 </para>
174 <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
175 <primary sortas="c-libgnome-autoar-gtk-0.so">libgnome-autoar-gtk-0.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179 </variablelist>
180 </sect2>
181</sect1>
Note: See TracBrowser for help on using the repository browser.