source: gnome/applications/file-roller.xml@ 676e928d

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 676e928d was 85506b2, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to seahorse-40.0
Update to file-roller-3.40.0
Update to gdk-pixbuf-2.42.6
Update to postfix-3.6.0
Update to cbindgen-0.19.0

  • 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-40;/file-roller-&file-roller-version;.tar.xz">
9 <!ENTITY file-roller-download-ftp
10 "&gnome-download-ftp;/file-roller/&gnome-minor-40;/file-roller-&file-roller-version;.tar.xz">
11 <!ENTITY file-roller-md5sum "b38c3eaea9aba5f44d2701fa23a7a0ff">
12 <!ENTITY file-roller-size "856 KB">
13 <!ENTITY file-roller-buildsize "25 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 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>File-Roller-&file-roller-version;</title>
25
26 <indexterm zone="file-roller">
27 <primary sortas="a-File-Roller">File-Roller</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to File Roller</title>
32
33 <para>
34 <application>File Roller</application> is an archive manager for
35 <application>GNOME</application> with support for tar, bzip2, gzip, zip,
36 jar, compress, lzop, zstd, and many other archive formats.
37 </para>
38
39 &lfs101_checked;
40
41 <note>
42 <para>
43 <application>File Roller</application> is only a graphical
44 interface to archiving utilities such as <application>tar</application>
45 and <application>zip</application>.
46 </para>
47 </note>
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&file-roller-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&file-roller-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &file-roller-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &file-roller-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &file-roller-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &file-roller-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">File Roller Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="gtk3"/> and
88 <xref linkend="itstool"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="cpio"/>,
94 <xref linkend="desktop-file-utils"/>,
95 <xref linkend="json-glib"/>,
96 <xref linkend="libarchive"/>,
97 <xref linkend="libnotify"/>, and
98 <xref linkend="nautilus"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
102 <para role="optional">
103 <xref role="runtime" linkend="unrar"/>,
104 <xref role="runtime" linkend="unzip"/>, and
105 <xref role="runtime" linkend="zip"/>
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/file-roller"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of File Roller</title>
115
116 <para>
117 Install <application>File Roller</application> by running the
118 following commands:
119 </para>
120
121<screen><userinput>mkdir build &amp;&amp;
122cd build &amp;&amp;
123
124meson --prefix=/usr -Dpackagekit=false .. &amp;&amp;
125ninja</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>ninja install &amp;&amp;
136chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/gsettings-destdir.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/update-icons-and-desktop.xml"/>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
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.