mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
updated to at-spi-1.3.8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1699 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c55e298422
commit
9d93e9f6a6
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install <application>libsoup</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/bin &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This
|
||||
switch puts libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
||||
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
||||
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
||||
<para><option>--disable-gtk-doc</option>: This switch prevent the
|
||||
rebuilding of the documentation during the <command>make</command> command.</para>
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
<para>Install <application><acronym>AT</acronym> <acronym>SPI</acronym></application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>patch -Np1 -i ../at-spi-1.1.9-lspi.patch &&
|
||||
./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
--disable-gtk-doc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
@ -18,11 +18,6 @@ url="&at-spi-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&at-spi-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<sect3><title>Additional Downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required patch: <ulink
|
||||
url="&patch-root;/at-spi-1.1.9-lspi.patch"/></para></listitem>
|
||||
</itemizedlist></sect3>
|
||||
|
||||
<sect3><title><application><acronym>AT</acronym> <acronym>SPI</acronym></application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
|
@ -3,9 +3,9 @@
|
||||
<!ENTITY at-spi-inst SYSTEM "at-spi-inst.xml">
|
||||
<!ENTITY at-spi-exp SYSTEM "at-spi-exp.xml">
|
||||
<!ENTITY at-spi-desc SYSTEM "at-spi-desc.xml">
|
||||
<!ENTITY at-spi-version "1.1.9">
|
||||
<!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.1/at-spi-&at-spi-version;.tar.bz2">
|
||||
<!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.1/at-spi-&at-spi-version;.tar.bz2">
|
||||
<!ENTITY at-spi-size "360 KB">
|
||||
<!ENTITY at-spi-buildsize "24 MB">
|
||||
<!ENTITY at-spi-version "1.3.8">
|
||||
<!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.3/at-spi-&at-spi-version;.tar.bz2">
|
||||
<!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.3/at-spi-&at-spi-version;.tar.bz2">
|
||||
<!ENTITY at-spi-size "428 KB">
|
||||
<!ENTITY at-spi-buildsize "26.6 MB">
|
||||
<!ENTITY at-spi-time "0.68 SBU">
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
<para>Install <application>GtkHTML</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &&
|
||||
<screen><userinput><command>ln -s gal-2.2.pc /opt/gnome-2.4/lib/pkgconfig/gal-2.0.pc &&
|
||||
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
@ -11,6 +11,13 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 12th, 2004 [larry]: Updated to at-spi-1.3.8,
|
||||
returned --libexec to sbin on gal and gtkhtml until LFS makes the
|
||||
change. gcalctool, gpdf, gucharmap, nautilus-cd-burner, zenity and
|
||||
gnome-speech will install using Nautilus-Media installation
|
||||
instructions. (gcalctool, gucharmap, zenity and gnome-speech do not
|
||||
requre --libexecdir).</para></listitem>
|
||||
|
||||
<listitem><para>January 12th, 2004 [larry]: Updated to
|
||||
nautilus-media-0.3.3.1.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user