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

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 f8eeecc0 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.6 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-minor-42;/file-roller-&file-roller-version;.tar.xz">
9 <!ENTITY file-roller-download-ftp
10 "&gnome-download-ftp;/file-roller/&gnome-minor-42;/file-roller-&file-roller-version;.tar.xz">
11 <!ENTITY file-roller-md5sum "c7564ff0532df8b7379a46c895ab4fcd">
12 <!ENTITY file-roller-size "858 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, 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="libnotify"/>, and
95 <xref linkend="nautilus"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
99 <para role="optional">
100 <xref role="runtime" linkend="unrar"/>,
101 <xref role="runtime" linkend="unzip"/>, and
102 <xref role="runtime" linkend="zip"/>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/file-roller"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of File Roller</title>
112
113 <para>
114 Install <application>File Roller</application> by running the
115 following commands:
116 </para>
117
118<screen><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson --prefix=/usr --buildtype=release -Dpackagekit=false .. &amp;&amp;
122ninja</userinput></screen>
123
124 <para>
125 This package does not come with a test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>ninja install &amp;&amp;
133chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/gsettings-destdir.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/update-icons-and-desktop.xml"/>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
149 <para>
150 <parameter>-Dpackagekit=false</parameter>: This switch disables the use
151 of PackageKit which isn't suitable for BLFS.
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 file-roller
167 </seg>
168 <seg>
169 libnautilus-fileroller.so
170 </seg>
171 <seg>
172 /usr/{libexec,share{,/help/*}}/file-roller
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="file-roller-prog">
183 <term><command>file-roller</command></term>
184 <listitem>
185 <para>
186 is an archive manager for <application>GNOME</application>
187 </para>
188 <indexterm zone="file-roller file-roller-prog">
189 <primary sortas="b-file-roller">file-roller</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.