mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
f41cb316d6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9971 af4574ff-66df-0310-9fd7-8a98e5e911e0
156 lines
4.6 KiB
XML
156 lines
4.6 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/3.4/zenity-&zenity-version;.tar.xz">
|
|
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/3.4/zenity-&zenity-version;.tar.xz">
|
|
<!ENTITY zenity-md5sum "ca34df4496a39c676215562ed5199ef9">
|
|
<!ENTITY zenity-size "3.5 MB">
|
|
<!ENTITY zenity-buildsize "23 MB">
|
|
<!ENTITY zenity-time "0.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
|
|
<?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>
|
|
|
|
&lfs70_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="gnome-doc-utils"/>,
|
|
<xref linkend="gtk3"/> and
|
|
<xref linkend="which"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libnotify"/> and
|
|
<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 &&
|
|
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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
</sect2> -->
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gdialog and zenity
|
|
</seg>
|
|
<seg>
|
|
/usr/share/gnome/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>
|