gnome-applets-3.2.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9370 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-11 21:55:26 +00:00
parent 7236a20efa
commit 59f0e4d414
5 changed files with 23 additions and 28 deletions

View File

@ -728,12 +728,12 @@ $Date$
<!ENTITY gnome-mime-data-version "2.18.0">
<!-- Desktop -->
<!ENTITY gnome-applets-version "2.30.0">
<!ENTITY gnome-themes-version "2.30.2">
<!-- Chapter 33 -->
<!-- Libraries -->
<!ENTITY gnome-applets-version "3.2.1">
<!ENTITY gtkhtml-version "3.30.2">
<!ENTITY gtksourceview-version "2.10.4">
<!ENTITY libgnomecups-version "0.2.3">

View File

@ -22,6 +22,7 @@ $Date$
<!-- This is used as a TOC separator -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnomecups.xml"/>

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-applets-download-http "&gnome-download-http;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
<!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
<!ENTITY gnome-applets-md5sum "2afcbedc10b1a0e8072ac4eefdc8d770">
<!ENTITY gnome-applets-size "9.5 MB">
<!ENTITY gnome-applets-buildsize "97 MB">
<!ENTITY gnome-applets-time "1.5 SBU">
<!ENTITY gnome-applets-download-http "&gnome-download-http;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.xz">
<!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.xz">
<!ENTITY gnome-applets-md5sum "bce6d49f3bb2caff8d91c78599ffcfd0">
<!ENTITY gnome-applets-size "7.7 MB">
<!ENTITY gnome-applets-buildsize "?? MB">
<!ENTITY gnome-applets-time "?? SBU">
]>
<sect1 id="gnome-applets" xreflabel="GNOME Applets-&gnome-applets-version;">
@ -33,7 +33,7 @@
small applications which generally run in the background and display
their output to the <application>GNOME</application> panel.</para>
&lfs65_checked;
<!-- &lfs65_checked; not for this version! -->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -65,13 +65,8 @@
<bridgehead renderas="sect4">Optional to Build the Invest Applet</bridgehead>
<para role="optional"><xref linkend="pygtk"/> (including the gtk and
<!-- FIXME:ken -->
gtk.libglade modules) and Gnome-Python-Desktop-2.30.2
(including the gnomeapplet module)</para>
<!--
gtk.libglade modules) and <xref linkend="gnome-python-desktop"/>
(including the gnomeapplet module)</para>
-->
gtk.libglade modules)<!-- and <xref linkend="gnome-python-desktop"/>
(including the gnomeapplet module)--></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="rarian"/>,
@ -80,7 +75,7 @@
<xref linkend="hal"/>,
<xref linkend="libgnomekbd"/>,
<xref linkend="gucharmap"/>,
<xref linkend="system-tools-backends"/>,
<!--<xref linkend="system-tools-backends"/>,-->
<xref linkend="docbook-utils"/>,
<ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
<xref linkend="libnotify"/></para>
@ -96,13 +91,11 @@
<para>Install <application>GNOME Applets</application> by
running the following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--sysconfdir=$GNOME_SYSCONFDIR \
--localstatedir=/var/lib \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/gnome-applets \
--mandir=$(pkg-config \
--variable=prefix ORBit-2.0)/share/man &amp;&amp;
--libexecdir=$GNOME_PREFIX/lib/gnome-applets \
--mandir=$GNOME_PREFIX/share/man &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -126,11 +119,10 @@ make -C man install-man</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
ORBit-2.0)/lib/gnome-applets</parameter>: This parameter causes the libexec
files to be installed in the preferred location of
in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
instead of
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-applets</parameter>:
This parameter causes the libexec files to be installed in the preferred
location of in <filename
class="directory">$GNOME_PREFIX/lib/gnome-applets</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

View File

@ -134,7 +134,6 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-themes.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/>
<!-- end of the old stuff -->
</chapter>

View File

@ -50,6 +50,9 @@
<listitem>
<para>[ken] - add glib-networking-2.30.1 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - merge gnome-applets-3.2.1 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>