source: lxqt/apps/screengrab.xml@ 182e21e

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 182e21e was 182e21e, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Reorganize lxqt

There are several packages that are not critical for the lxqt desktop
but are useful. A user can test out lxqt without the packages in apps.
It is useful to have at least one terminal emulator when testing, but
xterm will do.

  • 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 screengrab-download-http "https://github.com/lxqt/screengrab/releases/download/&screengrab-version;/screengrab-&screengrab-version;.tar.xz">
8 <!ENTITY screengrab-download-ftp " ">
9 <!ENTITY screengrab-md5sum "628db4fd51b27bb8076da7e73e72de89">
10 <!ENTITY screengrab-size "329 KB">
11 <!ENTITY screengrab-buildsize "5.0 MB">
12 <!ENTITY screengrab-time "0.3 SBU">
13]>
14
15<sect1 id="screengrab" xreflabel="screengrab-&screengrab-version;">
16 <?dbhtml filename="screengrab.html"?>
17
18
19 <title>screengrab-&screengrab-version;</title>
20
21 <indexterm zone="screengrab">
22 <primary sortas="a-screengrab">screengrab</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to screengrab</title>
27
28 <para>
29 The <application>screengrab</application> package is a cross-platform
30 tool for fast making screenshots.
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="&screengrab-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&screengrab-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &screengrab-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &screengrab-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &screengrab-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &screengrab-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">screengrab Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libqtxdg"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of screengrab</title>
80
81 <para>
82 Install <application>screengrab</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>mkdir -v build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_BUILD_TYPE=Release \
90 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
91 .. &amp;&amp;
92
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 <para>
106 If you have <xref linkend="xdg-utils"/> installed, as the &root;
107 user, run <command>xdg-icon-resource forceupdate --theme hicolor</command>.
108 </para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>
122 screengrab
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 None
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="screengrab-prog">
139 <term><command>screengrab</command></term>
140 <listitem>
141 <para>
142 is a lightweight image viewer and screenshot program. There is a
143 menu entry at Utilities for the screenshot program. From command
144 line, obtain a full screen or window shot by running
145 <command>screengrab --screenshot</command>.
146 </para>
147 <indexterm zone="screengrab screengrab-prog">
148 <primary sortas="b-screengrab">screengrab</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.