Changeset 9d93e9f for gnome/lib


Ignore:
Timestamp:
01/12/2004 10:15:16 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
97d9b33
Parents:
c55e298
Message:

updated to at-spi-1.3.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1699 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome/lib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/at-spi/at-spi-exp.xml

    rc55e298 r9d93e9f  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This
    5 switch puts libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename>
    6 instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     4<para><parameter>--libexecdir=`pkg-config --variable=prefix
     5ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     6<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     7<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    78
    89<para><option>--disable-gtk-doc</option>: This switch prevent the
  • gnome/lib/at-spi/at-spi-inst.xml

    rc55e298 r9d93e9f  
    44<para>Install <application><acronym>AT</acronym> <acronym>SPI</acronym></application> by running the following commands:</para>
    55
    6 <screen><userinput><command>patch -Np1 -i ../at-spi-1.1.9-lspi.patch &amp;&amp;
    7 ./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     7 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    88--disable-gtk-doc &amp;&amp;
    99make &amp;&amp;
  • gnome/lib/at-spi/at-spi-intro.xml

    rc55e298 r9d93e9f  
    1919&at-spi-time;</para></listitem></itemizedlist>
    2020</sect3>
    21 <sect3><title>Additional Downloads</title>
    22 <itemizedlist spacing='compact'>
    23 <listitem><para>Required patch: <ulink
    24 url="&patch-root;/at-spi-1.1.9-lspi.patch"/></para></listitem>
    25 </itemizedlist></sect3>
    2621
    2722<sect3><title><application><acronym>AT</acronym> <acronym>SPI</acronym></application> dependencies</title>
  • gnome/lib/at-spi/at-spi.ent

    rc55e298 r9d93e9f  
    44<!ENTITY at-spi-exp SYSTEM "at-spi-exp.xml">
    55<!ENTITY at-spi-desc SYSTEM "at-spi-desc.xml">
    6 <!ENTITY at-spi-version "1.1.9">
    7 <!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.1/at-spi-&at-spi-version;.tar.bz2">
    8 <!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.1/at-spi-&at-spi-version;.tar.bz2">
    9 <!ENTITY at-spi-size "360 KB">
    10 <!ENTITY at-spi-buildsize "24 MB">
     6<!ENTITY at-spi-version "1.3.8">
     7<!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.3/at-spi-&at-spi-version;.tar.bz2">
     8<!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.3/at-spi-&at-spi-version;.tar.bz2">
     9<!ENTITY at-spi-size "428 KB">
     10<!ENTITY at-spi-buildsize "26.6 MB">
    1111<!ENTITY at-spi-time "0.68 SBU">
  • gnome/lib/gtkhtml/gtkhtml2-inst.xml

    rc55e298 r9d93e9f  
    44<para>Install <application>GtkHTML</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>ln -s gal-2.2.pc /opt/gnome-2.4/lib/pkgconfig/gal-2.0.pc &amp;&amp;
     7./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    78make &amp;&amp;
    89make install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.