source: archive/gnome/zenity.xml@ 4454113

11.3 12.0 12.1 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/llvm18 xry111/xf86-video-removal
Last change on this file since 4454113 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Zenity-&zenity-version;</title>
23
24 <indexterm zone="zenity">
25 <primary sortas="a-Zenity">Zenity</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Zenity</title>
30
31 <para>
32 <application>Zenity</application> is a rewrite of
33 <application>gdialog</application>, the <application>GNOME</application>
34 port of <application>dialog</application> which allows you to display
35 <application>GTK+</application> dialog boxes from the command line and
36 shell scripts.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&zenity-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&zenity-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &zenity-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &zenity-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &zenity-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &zenity-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Zenity Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/> and
80 <xref linkend="yelp-xsl"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libnotify"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="webkitgtk"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/zenity"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Zenity</title>
100
101 <para>
102 Install <application>Zenity</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 gdialog and zenity
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /usr/share/help/*/zenity and
138 /usr/share/zenity
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="gdialog">
149 <term><command>gdialog</command></term>
150 <listitem>
151 <para>
152 is a <application>Perl</application> wrapper script which
153 can be used with legacy scripts.
154 </para>
155 <indexterm zone="zenity gdialog">
156 <primary sortas="b-gdialog">gdialog</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="zenity-prog">
162 <term><command>zenity</command></term>
163 <listitem>
164 <para>
165 is a program that will display <application>GTK+</application>
166 dialogs, and return the user's input.
167 </para>
168 <indexterm zone="zenity zenity-prog">
169 <primary sortas="b-zenity">zenity</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.