source: gnome/platform/zenity.xml@ 3b63122c

xry111/soup3
Last change on this file since 3b63122c was 3b63122c, checked in by Xi Ruoyao <xry111@…>, 20 months ago

zenity: remove webkitgtk optional dependency

It's not enabled by default, and it won't work if webkitgtk is built
with libsoup3.

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[614fce8e]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
[f0214829]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">
[bcf0311]9 <!ENTITY zenity-md5sum "876ce3ab0304ad7591736238ad97795a">
[f0214829]10 <!ENTITY zenity-size "2.9 MB">
[bcf0311]11 <!ENTITY zenity-buildsize "15 MB">
[27229db]12 <!ENTITY zenity-time "0.1 SBU">
[614fce8e]13]>
14
[51dfb3e]15<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
[614fce8e]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
[19f84a6]39 &lfs112_checked;
[614fce8e]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">
[4f5369a]85 <xref linkend="libnotify"/> and
86 <xref linkend="libxslt"/>
[614fce8e]87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/zenity"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Zenity</title>
96
97 <para>
98 Install <application>Zenity</application> by running the following
99 commands:
100 </para>
101
[f0214829]102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
[9ad4c65]105meson --prefix=/usr --buildtype=release -Dlibnotify=true .. &amp;&amp;
[f0214829]106ninja</userinput></screen>
[614fce8e]107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
[f0214829]116<screen role="root"><userinput>ninja install</userinput></screen>
[614fce8e]117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 gdialog and zenity
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 /usr/share/help/*/zenity and
137 /usr/share/zenity
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="gdialog">
148 <term><command>gdialog</command></term>
149 <listitem>
150 <para>
151 is a <application>Perl</application> wrapper script which
[4c24eb0a]152 can be used with legacy scripts
[614fce8e]153 </para>
154 <indexterm zone="zenity gdialog">
155 <primary sortas="b-gdialog">gdialog</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="zenity-prog">
161 <term><command>zenity</command></term>
162 <listitem>
163 <para>
164 is a program that will display <application>GTK+</application>
[4c24eb0a]165 dialogs, and return the user's input
[614fce8e]166 </para>
167 <indexterm zone="zenity zenity-prog">
168 <primary sortas="b-zenity">zenity</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.