source: archive/lxqt/apps/lximage-qt.xml@ d63fed6

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 d63fed6 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.7 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY lximage-qt-download-http "http://downloads.lxqt.org/lximage-qt/&lximage-qt-version;/lximage-qt-&lximage-qt-version;.tar.xz">-->
11 <!ENTITY lximage-qt-download-http "https://github.com/lxde/lximage-qt/releases/download/&lximage-qt-version;/lximage-qt-&lximage-qt-version;.tar.xz">
12 <!ENTITY lximage-qt-download-ftp " ">
13 <!ENTITY lximage-qt-md5sum "c1f8399334b190680462e837b4101338">
14 <!ENTITY lximage-qt-size "41 KB">
15 <!ENTITY lximage-qt-buildsize "5.0 MB">
16 <!ENTITY lximage-qt-time "0.3 SBU">
17]>
18
19<sect1 id="lximage-qt" xreflabel="lximage-qt-&lximage-qt-version;">
20 <?dbhtml filename="lximage-qt.html"?>
21
22 <sect1info>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>lximage-qt-&lximage-qt-version;</title>
27
28 <indexterm zone="lximage-qt">
29 <primary sortas="a-lximage-qt">lximage-qt</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to lximage-qt</title>
34
35 <para>
36 The <application>lximage-qt</application> package contains a lightweight
37 image viewer and screenshot program.
38 </para>
39
40 &lfs82_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&lximage-qt-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&lximage-qt-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &lximage-qt-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &lximage-qt-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &lximage-qt-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &lximage-qt-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">lximage-qt Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libfm-qt"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="git"/> (to download translation files) or
86 <xref linkend="lxqt-l10n"/> (to add localization files)
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/lximage-qt"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of lximage-qt</title>
96
97 <para>
98 Install <application>lximage-qt</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir -v build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_BUILD_TYPE=Release \
106 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
107 -DPULL_TRANSLATIONS=no \
108 .. &amp;&amp;
109
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 <para>
123 If you installed in /opt, again as the
124 <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>ln -svf $LXQT_PREFIX/share/applications/lximage-qt.desktop \
128 /usr/share/applications &amp;&amp;
129
130ln -svf $LXQT_PREFIX/share/applications/lximage-qt-screenshot.desktop \
131 /usr/share/applications</userinput></screen>
132
133 <para>
134 If you have <xref linkend="xdg-utils"/> installed, as the <systemitem
135 class="username">root</systemitem> user, run <command>xdg-icon-resource
136 forceupdate --theme hicolor</command>.
137 </para>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
146 <xref linkend="git"/>, which would otherwise be requested to download
147 the translation files.
148 </para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Program</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directory</segtitle>
159
160 <seglistitem>
161 <seg>
162 lximage-qt
163 </seg>
164 <seg>
165 None
166 </seg>
167 <seg>
168 None
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="lximage-qt-prog">
179 <term><command>lximage-qt</command></term>
180 <listitem>
181 <para>
182 is a lightweight image viewer and screenshot program. There is a
183 menu entry at Utilities for the screenshot program. From command
184 line, obtain a full screen or window shot by running
185 <command>lximage-qt --screenshot</command>.
186 </para>
187 <indexterm zone="lximage-qt lximage-qt-prog">
188 <primary sortas="b-lximage-qt">lximage-qt</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.