source: gnome/applications/file-roller.xml@ 976c15a

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 976c15a was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 6.1 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 file-roller-download-http
8 "&gnome-download-http;/file-roller/&gnome-43;/file-roller-&file-roller-version;.tar.xz">
9 <!ENTITY file-roller-download-ftp
10 "&gnome-download-ftp;/file-roller/&gnome-43;/file-roller-&file-roller-version;.tar.xz">
11 <!ENTITY file-roller-md5sum "fd743c77f1af1934a9eac7e7b1688219">
12 <!ENTITY file-roller-size "876 KB">
13 <!ENTITY file-roller-buildsize "24 MB">
14 <!ENTITY file-roller-time "0.1 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="file-roller" xreflabel="File-Roller-&file-roller-version;">
18 <?dbhtml filename="file-roller.html"?>
19
20
21 <title>File-Roller-&file-roller-version;</title>
22
23 <indexterm zone="file-roller">
24 <primary sortas="a-File-Roller">File-Roller</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to File Roller</title>
29
30 <para>
31 <application>File Roller</application> is an archive manager for
32 <application>GNOME</application> with support for tar, bzip2, gzip, zip,
33 jar, compress, lzop, zstd, dmg, and many other archive formats.
34 </para>
35
36 &lfs113_checked;
37
38 <note>
39 <para>
40 <application>File Roller</application> is only a graphical
41 interface to archiving utilities such as <application>tar</application>
42 and <application>zip</application>.
43 </para>
44 </note>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&file-roller-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&file-roller-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &file-roller-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &file-roller-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &file-roller-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &file-roller-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">File Roller Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gtk3"/> and
85 <xref linkend="itstool"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="cpio"/>,
91 <xref linkend="desktop-file-utils"/>,
92 <xref linkend="json-glib"/>,
93 <xref linkend="libarchive"/>,
94 <xref linkend="libhandy1"/>,
95 <xref linkend="libportal"/>, and
96 <xref linkend="nautilus"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional (for the API documentation)</bridgehead>
100 <para role="optional">
101 <xref linkend="gi-docgen"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
105 <para role="optional">
106 <xref role="runtime" linkend="unrar"/>,
107 <xref role="runtime" linkend="unzip"/>, and
108 <xref role="runtime" linkend="zip"/>
109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/file-roller"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of File Roller</title>
118
119 <para>
120 Install <application>File Roller</application> by running the
121 following commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson setup --prefix=/usr \
128 --buildtype=release \
129 -Dpackagekit=false \
130 .. &amp;&amp;
131ninja</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install &amp;&amp;
142chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gsettings-destdir.xml"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/update-icons-and-desktop.xml"/>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/meson-buildtype-release.xml"/>
157
158 <para>
159 <parameter>-Dpackagekit=false</parameter>: This switch disables the use
160 of PackageKit which isn't suitable for BLFS.
161 </para>
162
163 <para>
164 <option>-Dapi_docs=enabled</option>: Use this switch if you have
165 <xref linkend="gi-docgen"/> installed and wish to
166 generate the API documentation.
167 </para>
168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Program</segtitle>
176 <segtitle>Installed Libraries</segtitle>
177 <segtitle>Installed Directories</segtitle>
178
179 <seglistitem>
180 <seg>
181 file-roller
182 </seg>
183 <seg>
184 libnautilus-fileroller.so
185 </seg>
186 <seg>
187 /usr/{libexec,share{,/help/*}}/file-roller
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="file-roller-prog">
198 <term><command>file-roller</command></term>
199 <listitem>
200 <para>
201 is an archive manager for <application>GNOME</application>
202 </para>
203 <indexterm zone="file-roller file-roller-prog">
204 <primary sortas="b-file-roller">file-roller</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.