source: gnome/platform/zenity.xml@ 6bc8029d

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 6bc8029d was 19f84a6, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop.

  • Property mode set to 100644
File size: 4.9 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 <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 &lfs112_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>mkdir build &amp;&amp;
108cd build &amp;&amp;
109
110meson --prefix=/usr --buildtype=release -Dlibnotify=true .. &amp;&amp;
111ninja</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>ninja install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 gdialog and zenity
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 /usr/share/help/*/zenity and
142 /usr/share/zenity
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="gdialog">
153 <term><command>gdialog</command></term>
154 <listitem>
155 <para>
156 is a <application>Perl</application> wrapper script which
157 can be used with legacy scripts
158 </para>
159 <indexterm zone="zenity gdialog">
160 <primary sortas="b-gdialog">gdialog</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="zenity-prog">
166 <term><command>zenity</command></term>
167 <listitem>
168 <para>
169 is a program that will display <application>GTK+</application>
170 dialogs, and return the user's input
171 </para>
172 <indexterm zone="zenity zenity-prog">
173 <primary sortas="b-zenity">zenity</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.