source: lxqt/desktop/lximage-qt.xml@ ecfb38a

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since ecfb38a was ecfb38a, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Remove obsolete instructions

  • Property mode set to 100644
File size: 4.2 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 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 "a3db7cff797d71ba86bd1b3f3d3f2aad">
10 <!ENTITY lximage-qt-size "819 KB">
11 <!ENTITY lximage-qt-buildsize "5.0 MB">
12 <!ENTITY lximage-qt-time "0.3 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 &lfs113_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 -v build &amp;&amp;
86cd build &amp;&amp;
87
88cmake -DCMAKE_BUILD_TYPE=Release \
89 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
90 .. &amp;&amp;
91
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 <para>
105 If you have <xref linkend="xdg-utils"/> installed, as the &root;
106 user, run <command>xdg-icon-resource forceupdate --theme hicolor</command>.
107 </para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>
121 lximage-qt
122 </seg>
123 <seg>
124 None
125 </seg>
126 <seg>
127 None
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="lximage-qt-prog">
138 <term><command>lximage-qt</command></term>
139 <listitem>
140 <para>
141 is a lightweight image viewer and screenshot program. There is a
142 menu entry at Utilities for the screenshot program. From command
143 line, obtain a full screen or window shot by running
144 <command>lximage-qt --screenshot</command>.
145 </para>
146 <indexterm zone="lximage-qt lximage-qt-prog">
147 <primary sortas="b-lximage-qt">lximage-qt</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.