2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-19 02:10:39 +08:00
|
|
|
<!ENTITY zenity-download-http "http://ftp.gnome.org/pub/GNOME/sources/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
|
|
|
|
<!ENTITY zenity-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
|
|
|
|
<!ENTITY zenity-md5sum "2e501bba72b6e7d4f951080b9e5f675b">
|
|
|
|
<!ENTITY zenity-size "742 KB">
|
|
|
|
<!ENTITY zenity-buildsize "6 MB">
|
|
|
|
<!ENTITY zenity-time "less than 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;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-10 20:08:41 +08:00
|
|
|
<?dbhtml filename="zenity.html"?>
|
|
|
|
<title>Zenity-&zenity-version;</title>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Zenity</application></title>
|
|
|
|
|
2004-11-30 01:48:43 +08:00
|
|
|
<para><application>Zenity</application> is a rewrite of
|
|
|
|
<application>gdialog</application>, the
|
|
|
|
<application><acronym>GNOME</acronym></application> port of
|
|
|
|
<application>dialog</application> which allows you to display
|
|
|
|
<application><acronym>GTK</acronym>+</application> dialog boxes from the
|
|
|
|
command line and shell scripts.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<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>
|
2004-11-30 01:48:43 +08:00
|
|
|
<listitem><para>Download MD5 sum: &zenity-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &zenity-size;</para></listitem>
|
2004-11-30 01:48:43 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&zenity-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&zenity-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-12-03 13:29:03 +08:00
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect3><title><application>Zenity</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2004-11-30 01:48:43 +08:00
|
|
|
<para><xref linkend="intltool"/>,
|
|
|
|
<xref linkend="popt"/>,
|
|
|
|
<xref linkend="libgnomecanvas"/> and
|
|
|
|
<xref linkend="scrollkeeper"/></para>
|
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Zenity</application></title>
|
|
|
|
|
2004-11-30 01:48:43 +08:00
|
|
|
<para>Install <application>Zenity</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--localstatedir=/var/lib &&
|
2005-05-19 02:10:39 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
2004-11-30 01:48:43 +08:00
|
|
|
puts <application>ScrollKeeper</application> files in
|
|
|
|
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2004-11-30 01:48:43 +08:00
|
|
|
<para>The <application>Zenity</application> package contains
|
|
|
|
<command>gdialog</command> and
|
|
|
|
<command>zenity</command>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>gdialog</title>
|
2004-11-30 01:48:43 +08:00
|
|
|
<para><command>gdialog</command> is a <application>Perl</application> wrapper
|
|
|
|
script which can be used with legacy scripts.</para></sect3>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<sect3><title>zenity</title>
|
|
|
|
<para><command>zenity</command> is a program that will display
|
|
|
|
<application><acronym>GTK</acronym>+</application> dialogs, and return
|
|
|
|
the user's input.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2004-05-10 20:08:41 +08:00
|
|
|
|
|
|
|
</sect1>
|