source: lxqt/apps/lximage-qt.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 4 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 lximage-qt-download-http "https://github.com/lxqt/lximage-qt/releases/download/&lxqt-version;/lximage-qt-&lxqt-version;.tar.xz">
8 <!ENTITY lximage-qt-download-ftp " ">
9 <!ENTITY lximage-qt-md5sum "73aaf95d34bc94c6e1401c11f266f900">
10 <!ENTITY lximage-qt-size "828 KB">
11 <!ENTITY lximage-qt-buildsize "11 MB">
12 <!ENTITY lximage-qt-time "0.4 SBU">
13]>
14
15<sect1 id="lximage-qt" xreflabel="lximage-qt-&lxqt-version;">
16 <?dbhtml filename="lximage-qt.html"?>
17
18
19 <title>lximage-qt-&lxqt-version;</title>
20
21 <indexterm zone="lximage-qt">
22 <primary sortas="a-lximage-qt">lximage-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lximage-qt</title>
27
28 <para>
29 The <application>lximage-qt</application> package contains a lightweight
30 image viewer and screenshot program.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lximage-qt-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lximage-qt-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lximage-qt-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lximage-qt-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lximage-qt-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lximage-qt-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lximage-qt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libfm-qt"/>
74 </para>
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of lximage-qt</title>
79
80 <para>
81 Install <application>lximage-qt</application> by running the following
82 commands:
83 </para>
84
85<screen><userinput>mkdir build &amp;&amp;
86cd build &amp;&amp;
87
88cmake -D CMAKE_BUILD_TYPE=Release \
89 -D CMAKE_INSTALL_PREFIX=/usr \
90 .. &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the &root; user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 <para>
104 If you have <xref linkend="xdg-utils"/> installed, as the &root;
105 user, run <command>xdg-icon-resource forceupdate --theme hicolor</command>.
106 </para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>
120 lximage-qt
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 /usr/share/lximage-qt
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="lximage-qt-prog">
137 <term><command>lximage-qt</command></term>
138 <listitem>
139 <para>
140 is a lightweight image viewer and screenshot program. There is a
141 menu entry in Utilities for the screenshot program. From the
142 command line, you can obtain a full screen or window shot by
143 running <command>lximage-qt --screenshot</command>
144 </para>
145 <indexterm zone="lximage-qt lximage-qt-prog">
146 <primary sortas="b-lximage-qt">lximage-qt</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.