source: lxqt/apps/lximage-qt.xml@ e7df575

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 nosym 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 e7df575 was e7df575, checked in by Pierre Labastie <pieere@…>, 8 years ago

Update LXQt applications and add pavucontrol-qt

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

  • Property mode set to 100644
File size: 5.4 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 "5cee89e6076fc33975410ed309252a88">
10 <!ENTITY lximage-qt-size "35 KB">
11 <!ENTITY lximage-qt-buildsize "2.5 MB">
12 <!ENTITY lximage-qt-time "0.15 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 &lfs7a_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 &amp;&amp;
119
120ln -svf $LXQT_PREFIX/share/applications/lximage-qt.desktop \
121 /usr/share/applications &amp;&amp;
122
123ln -svf $LXQT_PREFIX/share/applications/lximage-qt-screenshot.desktop \
124 /usr/share/applications</userinput></screen>
125
126 <para>
127 If you have <xref linkend="xdg-utils"/> installed, as the <systemitem
128 class="username">root</systemitem> user, run <command>xdg-icon-resource
129 forceupdate --theme hicolor</command>.
130 </para>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
139 <xref linkend="git"/>, which would otherwise be requested to download
140 the translation files.
141 </para>
142<!--
143 <para>
144 <envar>LIBRARY_PATH=/opt/qt5/lib:$LXQT_PREFIX/lib</envar>: Fixes for the
145 linker to find three libraries.
146 </para>-->
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directory</segtitle>
157
158 <seglistitem>
159 <seg>
160 lximage-qt
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 None
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="lximage-qt-prog">
177 <term><command>lximage-qt</command></term>
178 <listitem>
179 <para>
180 is a lightweight image viewer and screenshot program. There is a
181 menu entry at Utilities for the screenshot program. From command
182 line, obtain a full screen or window shot by running
183 <command>lximage-qt --screenshot</command>.
184 </para>
185 <indexterm zone="lximage-qt lximage-qt-prog">
186 <primary sortas="b-lximage-qt">lximage-qt</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.