mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Updated to Zenity-2.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3059 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
305e764b10
commit
e05bd5c1b1
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY zenity-download-http "http://ftp.gnome.org/pub/GNOME/sources/zenity/2.6/zenity-&zenity-version;.tar.bz2">
|
||||
<!ENTITY zenity-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/zenity/2.6/zenity-&zenity-version;.tar.bz2">
|
||||
<!ENTITY zenity-size "610 KB">
|
||||
<!ENTITY zenity-buildsize "6.9 MB">
|
||||
<!ENTITY zenity-time "0.08 SBU">
|
||||
|
||||
<!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 "a566a88b88c8f530939e900539cb8d28">
|
||||
<!ENTITY zenity-size "731 KB">
|
||||
<!ENTITY zenity-buildsize "7.8 MB">
|
||||
<!ENTITY zenity-time "0.06 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
|
||||
@ -23,13 +23,12 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>Zenity</application></title>
|
||||
|
||||
<para>
|
||||
<application>Zenity</application> is a rewrite of
|
||||
<application>gdialog</application>, the <acronym>GNOME</acronym> port of
|
||||
<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>
|
||||
command line and shell scripts.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -37,8 +36,9 @@ command line and shell scripts.
|
||||
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:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&zenity-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&zenity-time;</para></listitem></itemizedlist>
|
||||
@ -46,12 +46,11 @@ url="&zenity-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>Zenity</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="intltool"/>,
|
||||
<para><xref linkend="intltool"/>,
|
||||
<xref linkend="popt"/>,
|
||||
<xref linkend="libgnomecanvas"/> and
|
||||
<xref linkend="scrollkeeper"/>
|
||||
</para></sect4>
|
||||
<xref linkend="scrollkeeper"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -59,7 +58,8 @@ url="&zenity-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>Zenity</application></title>
|
||||
|
||||
<para>Install <application>Zenity</application> by running the following commands:</para>
|
||||
<para>Install <application>Zenity</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--localstatedir=/var/lib &&
|
||||
@ -72,9 +72,9 @@ make install</command></userinput></screen>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -83,16 +83,15 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
|
||||
<para>The <application>Zenity</application> package contains
|
||||
<command>gdialog</command> and
|
||||
<command>zenity</command>.
|
||||
</para>
|
||||
<command>zenity</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>gdialog</title>
|
||||
<para><command>gdialog</command> is a wrapper script which can be used
|
||||
with legacy scripts.</para></sect3>
|
||||
<para><command>gdialog</command> is a <application>Perl</application> wrapper
|
||||
script which can be used with legacy scripts.</para></sect3>
|
||||
|
||||
<sect3><title>zenity</title>
|
||||
<para><command>zenity</command> is a program that will display
|
||||
|
@ -26,7 +26,7 @@ who wrote what.</para>
|
||||
instructions to fix incorrect permissions on help file directories;
|
||||
added --localstatedir parameter to libgnome instructions to sync with GNOME
|
||||
Games and properly record high scores, suggested by Nico Roeser;
|
||||
updated to GPdf-2.8.0 and GNOME Games-2.8.1.</para></listitem>
|
||||
updated to GPdf-2.8.0, GNOME Games-2.8.1 and Zenity-2.8.1.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [dj]: Added default logging lines to
|
||||
named.conf, corrected IP for B.ROOT-SERVERS.NET and added note about
|
||||
|
Loading…
Reference in New Issue
Block a user