glfs/gnome/platform/zenity.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

180 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-32;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-minor-32;/zenity-&zenity-version;.tar.xz">
<!ENTITY zenity-md5sum "ba2b2a13248773b4ec0fd323d95e6d5a">
<!ENTITY zenity-size "4.5 MB">
<!ENTITY zenity-buildsize "27 MB">
<!ENTITY zenity-time "0.1 SBU">
]>
<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
<?dbhtml filename="zenity.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Zenity-&zenity-version;</title>
<indexterm zone="zenity">
<primary sortas="a-Zenity">Zenity</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Zenity</title>
<para>
<application>Zenity</application> is a rewrite of
<application>gdialog</application>, the <application>GNOME</application>
port of <application>dialog</application> which allows you to display
<application>GTK+</application> dialog boxes from the command line and
shell scripts.
</para>
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&zenity-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&zenity-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &zenity-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &zenity-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &zenity-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &zenity-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Zenity Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/> and
<xref linkend="itstool"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libnotify"/> and
<xref linkend="libxslt"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="webkitgtk"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/zenity"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Zenity</title>
<para>
Install <application>Zenity</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gdialog and zenity
</seg>
<seg>
None
</seg>
<seg>
/usr/share/help/*/zenity and
/usr/share/zenity
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gdialog">
<term><command>gdialog</command></term>
<listitem>
<para>
is a <application>Perl</application> wrapper script which
can be used with legacy scripts
</para>
<indexterm zone="zenity gdialog">
<primary sortas="b-gdialog">gdialog</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="zenity-prog">
<term><command>zenity</command></term>
<listitem>
<para>
is a program that will display <application>GTK+</application>
dialogs, and return the user's input
</para>
<indexterm zone="zenity zenity-prog">
<primary sortas="b-zenity">zenity</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>