source: gnome/applications/gnome-screenshot.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 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 0945dd2d was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 4.8 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 <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
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
96 <para>
97 Install <application>GNOME Screenshot</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
104meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
105ninja</userinput></screen>
106
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
115<screen role="root"><userinput>ninja install</userinput></screen>
116
117 <note>
118 <para>
119 In order to best run <application>GNOME Screenshot</application>
120 from the command line, the -i option needs to be specified.
121 </para>
122 </note>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Program</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 gnome-screenshot
137 </seg>
138 <seg>
139 None
140 </seg>
141 <seg>
142 None
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>
156 is used to capture the screen, a window, or a user-defined
157 area and save the snapshot image to a file
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.