source: lxqt/apps/screengrab.xml@ 4b05340

lazarus trunk
Last change on this file since 4b05340 was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Internal cleanup kf5->kf6

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "df840ca6ad74b6388b9c0067c9f31423">
10 <!ENTITY screengrab-size "336 KB">
11 <!ENTITY screengrab-buildsize "6.5 MB">
12 <!ENTITY screengrab-time "0.2 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 making screenshots quickly.
31 </para>
32
33 &lfs121_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="lxqt-kwindowsystem"/> and
74 <xref linkend="libqtxdg"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of screengrab</title>
81<!--
82 <para>
83 If <xref linkend="kf5- frameworks"/> was not installed in /usr, help the
84 code find some headers that it needs:
85 </para>
86
87<screen role="pre"><userinput>export CXXFLAGS+="-I $KF5_PREFIX/include"
88export CFLAGS+="-I $KF5_PREFIX/include"</userinput></screen>
89-->
90 <para>
91 Install <application>screengrab</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>mkdir -v build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_BUILD_TYPE=Release \
99 -DCMAKE_INSTALL_PREFIX=/usr \
100 .. &amp;&amp;
101
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the &root; user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <para>
115 If you have <xref linkend="xdg-utils"/> installed, as the &root;
116 user, run <command>xdg-icon-resource forceupdate --theme hicolor</command>.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>
131 screengrab
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /usr/share/screengrab and
138 /usr/share/doc/screengrab
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="screengrab-prog">
149 <term><command>screengrab</command></term>
150 <listitem>
151 <para>
152 is a cross platform tool for creating screenshots quickly
153 </para>
154 <indexterm zone="screengrab screengrab-prog">
155 <primary sortas="b-screengrab">screengrab</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.