source: gnome/applications/gnome-screenshot.xml@ 14891a90

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 14891a90 was 274ac683, checked in by Xi Ruoyao <xry111@…>, 11 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 4.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 <!ENTITY gnome-screenshot-download-http
8 "&gnome-download-http;/gnome-screenshot/&gnome-41;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
9 <!ENTITY gnome-screenshot-download-ftp
10 "&gnome-download-ftp;/gnome-screenshot/&gnome-41;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
11 <!ENTITY gnome-screenshot-md5sum "3d0199188d8ba07399e468a61e0174e8">
12 <!ENTITY gnome-screenshot-size "352 KB">
13 <!ENTITY gnome-screenshot-buildsize "7.4 MB">
14 <!ENTITY gnome-screenshot-time "less than 0.1 SBU">
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>
31 The <application>GNOME Screenshot</application> is a utility used
32 for taking screenshots of the entire screen, a window or a
33 user-defined area of the screen, with optional beautifying border effects.
34 </para>
35
36 &lfs113_checked;
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">
76 <xref linkend="gtk3"/>,
77 <xref linkend="libcanberra"/> (Compiled with GTK+3 support), and
78 <xref linkend="libhandy1"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of GNOME Screenshot</title>
85
86 <para>
87 First, fix building with newer versions of
88 <application>meson</application>:
89 </para>
90
91<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
92
93 <para>
94 Install <application>GNOME Screenshot</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
102ninja</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>ninja install</userinput></screen>
113
114 <note>
115 <para>
116 In order to best run <application>GNOME Screenshot</application>
117 from the command line, the -i option needs to be specified.
118 </para>
119 </note>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 gnome-screenshot
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 None
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gnome-screenshot-prog">
150 <term><command>gnome-screenshot</command></term>
151 <listitem>
152 <para>
153 is used to capture the screen, a window, or a user-defined
154 area and save the snapshot image to a file
155 </para>
156 <indexterm zone="gnome-screenshot gnome-screenshot-prog">
157 <primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.