mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Zenity-2.30.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8561 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
957682ef4d
commit
0c03bd9ca6
@ -605,6 +605,7 @@ $Date$
|
||||
<!ENTITY nautilus-version "2.30.1">
|
||||
<!ENTITY vte-version "0.24.2">
|
||||
<!ENTITY yelp-version "2.30.1">
|
||||
<!ENTITY zenity-version "2.30.0">
|
||||
|
||||
<!-- Chapter 32 -->
|
||||
|
||||
@ -644,7 +645,6 @@ $Date$
|
||||
<!ENTITY gucharmap-version "2.30.2">
|
||||
<!ENTITY sound-juicer-version "2.28.2">
|
||||
<!ENTITY totem-version "2.30.2">
|
||||
<!ENTITY zenity-version "2.28.0">
|
||||
|
||||
<!-- Accessibility -->
|
||||
<!ENTITY at-spi-version "1.30.1">
|
||||
|
@ -58,7 +58,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sound-juicer.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zenity.xml"/>
|
||||
|
||||
<!-- This is used as a TOC separator -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-accessibility.xml"/>
|
||||
|
@ -67,6 +67,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnomekbd.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nautilus.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-settings-daemon.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zenity.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!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">
|
||||
<!ENTITY zenity-md5sum "262c476aebbf67a7043cd80c6a03add3">
|
||||
<!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
|
||||
<!ENTITY zenity-download-ftp "&gnome-download-ftp;/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
|
||||
<!ENTITY zenity-md5sum "15ba2f27d5e1a79c996e5e53e16f4380">
|
||||
<!ENTITY zenity-size "3.0 MB">
|
||||
<!ENTITY zenity-buildsize "15 MB">
|
||||
<!ENTITY zenity-time "0.1 SBU">
|
||||
<!ENTITY zenity-buildsize "16 MB">
|
||||
<!ENTITY zenity-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
|
||||
@ -62,8 +62,9 @@
|
||||
<bridgehead renderas="sect3">Zenity Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gnome-doc-utils"/> and
|
||||
<xref linkend="libglade"/></para>
|
||||
<para role="required"><xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk2"/>, and
|
||||
<xref linkend="which"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="libnotify"/></para>
|
||||
@ -118,7 +119,7 @@ make</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>gdialog and zenity</seg>
|
||||
<seg>None</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/zenity,omf/zenity,
|
||||
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/zenity/*,omf/zenity,
|
||||
zenity/clothes}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
@ -43,6 +43,10 @@
|
||||
<listitem>
|
||||
<para>August 22nd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to Zenity-2.30.0 and move it into the core
|
||||
section.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to Yelp-2.30.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user