source: gnome/platform/zenity.xml@ 3918112a

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3918112a 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.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-32;/zenity-&zenity-version;.tar.xz">
8 <!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-minor-32;/zenity-&zenity-version;.tar.xz">
9 <!ENTITY zenity-md5sum "ba2b2a13248773b4ec0fd323d95e6d5a">
10 <!ENTITY zenity-size "4.5 MB">
11 <!ENTITY zenity-buildsize "27 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 &lfs101_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="itstool"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libnotify"/> and
86 <xref linkend="libxslt"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="webkitgtk"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/zenity"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Zenity</title>
101
102 <para>
103 Install <application>Zenity</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</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>make 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.