source: gnome/platform/gnome-autoar.xml@ 1e6da19b

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 1e6da19b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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