source: gnome/applications/file-roller.xml@ e6ed4c3

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e6ed4c3 was e6ed4c3, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Add libshumate to the book in support of gnome-maps.

Also fix an invalid reference to libhandy (needs to be handy1) in
file-roller.

  • Property mode set to 100644
File size: 6.0 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-42;/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 &lfs112_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 <ulink url="&gi-docgen-url;">gi-docgen</ulink>
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 --prefix=/usr --buildtype=release -Dpackagekit=false .. &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
131 This package does not come with a test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>ninja install &amp;&amp;
139chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/gsettings-destdir.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/update-icons-and-desktop.xml"/>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/meson-buildtype-release.xml"/>
154
155 <para>
156 <parameter>-Dpackagekit=false</parameter>: This switch disables the use
157 of PackageKit which isn't suitable for BLFS.
158 </para>
159
160 <para>
161 <option>-Dapi_docs=enabled</option>: Use this switch if you have
162 <ulink url="&gi-docgen-url;">gi-docgen</ulink> installed and wish to
163 generate the API documentation.
164 </para>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Program</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 file-roller
179 </seg>
180 <seg>
181 libnautilus-fileroller.so
182 </seg>
183 <seg>
184 /usr/{libexec,share{,/help/*}}/file-roller
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="file-roller-prog">
195 <term><command>file-roller</command></term>
196 <listitem>
197 <para>
198 is an archive manager for <application>GNOME</application>
199 </para>
200 <indexterm zone="file-roller file-roller-prog">
201 <primary sortas="b-file-roller">file-roller</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.