source: lxqt/apps/lximage-qt.xml@ 4ea888eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 4ea888eb was 4ea888eb, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18379 af4574ff-66df-0310-9fd7-8a98e5e911e0

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