source: archive/gnome/zenity.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 zenity-download-http "&gnome-download-http;/zenity/3.6/zenity-&zenity-version;.tar.xz">
8 <!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/3.6/zenity-&zenity-version;.tar.xz">
9 <!ENTITY zenity-md5sum "a9ba39d7286ec172f726c938d911e933">
10 <!ENTITY zenity-size "3.5 MB">
11 <!ENTITY zenity-buildsize "24 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 &lfs72_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="yelp-xsl"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libnotify"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="webkitgtk"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/zenity"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Zenity</title>
97
98 <para>
99 Install <application>Zenity</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 gdialog and zenity
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 /usr/share/help/*/zenity and
135 /usr/share/zenity
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gdialog">
146 <term><command>gdialog</command></term>
147 <listitem>
148 <para>
149 is a <application>Perl</application> wrapper script which
150 can be used with legacy scripts.
151 </para>
152 <indexterm zone="zenity gdialog">
153 <primary sortas="b-gdialog">gdialog</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="zenity-prog">
159 <term><command>zenity</command></term>
160 <listitem>
161 <para>
162 is a program that will display <application>GTK+</application>
163 dialogs, and return the user's input.
164 </para>
165 <indexterm zone="zenity zenity-prog">
166 <primary sortas="b-zenity">zenity</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.