source: gnome/applications/gnome-screenshot.xml@ b2d819c

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b2d819c was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[411e760]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 gnome-screenshot-download-http
[b5db2361]8 "&gnome-download-http;/gnome-screenshot/&gnome-41;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
[411e760]9 <!ENTITY gnome-screenshot-download-ftp
[b5db2361]10 "&gnome-download-ftp;/gnome-screenshot/&gnome-41;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
11 <!ENTITY gnome-screenshot-md5sum "3d0199188d8ba07399e468a61e0174e8">
[279fc64]12 <!ENTITY gnome-screenshot-size "352 KB">
[b5db2361]13 <!ENTITY gnome-screenshot-buildsize "7.4 MB">
[c828e9cb]14 <!ENTITY gnome-screenshot-time "less than 0.1 SBU">
[411e760]15]>
16
17<sect1 id="gnome-screenshot" xreflabel="gnome-screenshot-&gnome-screenshot-version;">
18 <?dbhtml filename="gnome-screenshot.html"?>
19
20
21 <title>gnome-screenshot-&gnome-screenshot-version;</title>
22
23 <indexterm zone="gnome-screenshot">
24 <primary sortas="a-gnome-screenshot">gnome-screenshot</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Screenshot</title>
29
30 <para>
[40ab020]31 The <application>GNOME Screenshot</application> is a utility used
[8558044]32 for taking screenshots of the entire screen, a window or a
[c828e9cb]33 user-defined area of the screen, with optional beautifying border effects.
[411e760]34 </para>
35
[8a2cb97]36 &lfs112_checked;
[411e760]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-screenshot-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-screenshot-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-screenshot-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-screenshot-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-screenshot-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-screenshot-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Screenshot Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[279fc64]76 <xref linkend="gtk3"/>,
[206e0be]77 <xref linkend="libcanberra"/> (Compiled with GTK+3 support), and
[279fc64]78 <xref linkend="libhandy1"/>
[411e760]79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/gnome-screenshot"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GNOME Screenshot</title>
88
[2f2bfbd]89 <para>
90 First, fix building with newer versions of
91 <application>meson</application>:
92 </para>
93
94<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
95
[411e760]96 <para>
97 Install <application>GNOME Screenshot</application> by running the following
98 commands:
99 </para>
100
[0b5169af]101<screen><userinput>mkdir build &amp;&amp;
[5ff1726]102cd build &amp;&amp;
[0b5169af]103
[b9fc02a]104meson --prefix=/usr --buildtype=release .. &amp;&amp;
[0b5169af]105ninja</userinput></screen>
106
[411e760]107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
[0b5169af]115<screen role="root"><userinput>ninja install</userinput></screen>
[010bb85f]116
[82192a18]117 <note>
118 <para>
119 In order to best run <application>GNOME Screenshot</application>
[279fc64]120 from the command line, the -i option needs to be specified.
[82192a18]121 </para>
122 </note>
[010bb85f]123
[411e760]124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Program</segtitle>
131 <segtitle>Installed Libraries</segtitle>
[6ca2068]132 <segtitle>Installed Directories</segtitle>
[411e760]133
134 <seglistitem>
135 <seg>
136 gnome-screenshot
137 </seg>
138 <seg>
139 None
140 </seg>
141 <seg>
[acdf868]142 None
[411e760]143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="gnome-screenshot-prog">
153 <term><command>gnome-screenshot</command></term>
154 <listitem>
155 <para>
[40ab020]156 is used to capture the screen, a window, or a user-defined
[4c24eb0a]157 area and save the snapshot image to a file
[411e760]158 </para>
159 <indexterm zone="gnome-screenshot gnome-screenshot-prog">
160 <primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.