source: lxqt/apps/lximage-qt.xml@ 89d6c9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 89d6c9a was 89d6c9a, checked in by Pierre Labastie <pieere@…>, 6 years ago

Tags (LXQt and deps)

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

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