source: lxqt/apps/lxqt-archiver.xml@ 315b576

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 315b576 was 315b576, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXQt and Qt5 Alternate

Off to GNOME next on SysV, and working on systems for other tags.

  • Property mode set to 100644
File size: 3.9 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 lxqt-archiver-download-http "https://github.com/lxqt/lxqt-archiver/releases/download/&lxqt-archiver-version;/lxqt-archiver-&lxqt-archiver-version;.tar.xz">
8 <!ENTITY lxqt-archiver-download-ftp " ">
9 <!ENTITY lxqt-archiver-md5sum "711a427fe2e3890559b873632b14f452">
10 <!ENTITY lxqt-archiver-size "177 KB">
11 <!ENTITY lxqt-archiver-buildsize "8.0 MB">
12 <!ENTITY lxqt-archiver-time "0.5 SBU">
13]>
14
15<sect1 id="lxqt-archiver" xreflabel="lxqt-archiver-&lxqt-archiver-version;">
16 <?dbhtml filename="lxqt-archiver.html"?>
17
18
19 <title>lxqt-archiver-&lxqt-archiver-version;</title>
20
21 <indexterm zone="lxqt-archiver">
22 <primary sortas="a-lxqt-archiver">lxqt-archiver</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-archiver</title>
27
28 <para>
29 The <application>lxqt-archiver</application> package is a simple and
30 lightweight desktop-agnostic Qt file archiver.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-archiver-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-archiver-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-archiver-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-archiver-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-archiver-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-archiver-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-archiver Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/> and
74 <xref linkend="json-glib"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of lxqt-archiver</title>
81
82 <para>
83 Install <application>lxqt-archiver</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>mkdir -v build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_BUILD_TYPE=Release \
91 -DCMAKE_INSTALL_PREFIX=/usr \
92 .. &amp;&amp;
93
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>
118 lxqt-archiver
119 </seg>
120 <seg>
121 None
122 </seg>
123 <seg>
124 None
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="lxqt-archiver-prog">
135 <term><command>lxqt-archiver</command></term>
136 <listitem>
137 <para>
138 is a Qt-based file archiver
139 </para>
140 <indexterm zone="lxqt-archiver lxqt-archiver-prog">
141 <primary sortas="b-lxqt-archiver">lxqt-archiver</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.