2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2009-07-30 06:19:47 +08:00
|
|
|
<!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-old-version;/zenity-&zenity-version;.tar.bz2">
|
|
|
|
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-old-version;/zenity-&zenity-version;.tar.bz2">
|
2007-07-27 02:58:49 +08:00
|
|
|
<!ENTITY zenity-md5sum "6eb60cebdfddd7f9ad302d0b5477382e">
|
|
|
|
<!ENTITY zenity-size "1.7 MB">
|
|
|
|
<!ENTITY zenity-buildsize "11 MB">
|
|
|
|
<!ENTITY zenity-time "0.1 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-10 20:08:41 +08:00
|
|
|
<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
|
2005-05-22 18:01:09 +08:00
|
|
|
<?dbhtml filename="zenity.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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>
|
2005-12-06 04:26:32 +08:00
|
|
|
<para role="required"><xref linkend="libgnomecanvas"/> and
|
2005-10-15 18:04:49 +08:00
|
|
|
<xref linkend="gnome-doc-utils"/></para>
|
2005-05-22 18:01:09 +08:00
|
|
|
|
2006-07-03 07:08:13 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2007-07-27 02:58:49 +08:00
|
|
|
<para role="optional"><ulink
|
|
|
|
url="http://www.galago-project.org/news/index.php">libnotify</ulink>
|
|
|
|
and <xref linkend="intltool"/></para>
|
2006-07-03 07:08:13 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/zenity"/></para>
|
|
|
|
|
2005-05-22 18:01:09 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Zenity</title>
|
|
|
|
|
|
|
|
<para>Install <application>Zenity</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2006-07-03 07:08:13 +08:00
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
|
|
--localstatedir=/var/lib \
|
|
|
|
--mandir=$(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/share/man &&
|
2005-05-22 18:01:09 +08:00
|
|
|
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="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2006-07-03 07:08:13 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/scrollkeeper-dir.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-mandir.xml"/>
|
2005-05-22 18:01:09 +08:00
|
|
|
|
|
|
|
</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>
|
2006-07-03 07:08:13 +08:00
|
|
|
<seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
|
|
|
|
,omf/}zenity</seg>
|
2005-05-22 18:01:09 +08:00
|
|
|
</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>
|
2004-05-10 20:08:41 +08:00
|
|
|
|
|
|
|
</sect1>
|