source: gnome/platform/zenity.xml@ e34c9dae

11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since e34c9dae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 22 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
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 zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-42;/zenity-&zenity-version;.tar.xz">
8 <!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-minor-42;/zenity-&zenity-version;.tar.xz">
9 <!ENTITY zenity-md5sum "876ce3ab0304ad7591736238ad97795a">
10 <!ENTITY zenity-size "2.9 MB">
11 <!ENTITY zenity-buildsize "15 MB">
12 <!ENTITY zenity-time "0.1 SBU">
13]>
14
15<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
16 <?dbhtml filename="zenity.html"?>
17
18
19 <title>Zenity-&zenity-version;</title>
20
21 <indexterm zone="zenity">
22 <primary sortas="a-Zenity">Zenity</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Zenity</title>
27
28 <para>
29 <application>Zenity</application> is a rewrite of
30 <application>gdialog</application>, the <application>GNOME</application>
31 port of <application>dialog</application> which allows you to display
32 <application>GTK+</application> dialog boxes from the command line and
33 shell scripts.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&zenity-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&zenity-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &zenity-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &zenity-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &zenity-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &zenity-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Zenity Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/> and
77 <xref linkend="itstool"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libnotify"/> and
83 <xref linkend="libxslt"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="webkitgtk"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/zenity"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Zenity</title>
98
99 <para>
100 Install <application>Zenity</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build &amp;&amp;
106
107meson --prefix=/usr --buildtype=release -Dlibnotify=true .. &amp;&amp;
108ninja</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>ninja install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 gdialog and zenity
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 /usr/share/help/*/zenity and
139 /usr/share/zenity
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="gdialog">
150 <term><command>gdialog</command></term>
151 <listitem>
152 <para>
153 is a <application>Perl</application> wrapper script which
154 can be used with legacy scripts
155 </para>
156 <indexterm zone="zenity gdialog">
157 <primary sortas="b-gdialog">gdialog</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="zenity-prog">
163 <term><command>zenity</command></term>
164 <listitem>
165 <para>
166 is a program that will display <application>GTK+</application>
167 dialogs, and return the user's input
168 </para>
169 <indexterm zone="zenity zenity-prog">
170 <primary sortas="b-zenity">zenity</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.