Ignore:
Timestamp:
04/21/2012 07:30:47 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e5bc4ed
Parents:
9cb76a8
Message:

at-spi2-core 2.4.1, at-spi2-atk 2.4.0, pyatspi 2.4.0, pygobject 3.2.0, gnome-video-effects 0.4.0, gnome-js-common modifications

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/at-spi2-core.xml

    r9cb76a8 rc2065a2  
    55  %general-entities;
    66
    7   <!ENTITY at-spi2-core-download-http "&gnome-download-http;/at-spi2-core/2.3/at-spi2-core-&at-spi2-core-version;.tar.xz">
    8   <!ENTITY at-spi2-core-download-ftp  "&gnome-download-ftp;/at-spi2-core/2.3/at-spi2-core-&at-spi2-core-version;.tar.xz">
    9   <!ENTITY at-spi2-core-md5sum        "983f3dfe71187877138139d81af41ccf">
    10   <!ENTITY at-spi2-core-size          "421 KB">
    11   <!ENTITY at-spi2-core-buildsize     "12 MB">
    12   <!ENTITY at-spi2-core-time          "0.2 SBU">
     7  <!ENTITY at-spi2-core-download-http
     8           "&gnome-download-http;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz">
     9  <!ENTITY at-spi2-core-download-ftp 
     10           "&gnome-download-ftp;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "7ff090e462ed41456a0522d5baa3c396">
     12  <!ENTITY at-spi2-core-size          "436 KB">
     13  <!ENTITY at-spi2-core-buildsize     "12.5 MB">
     14  <!ENTITY at-spi2-core-time          "0.3 SBU">
    1315]>
    1416
     
    3537    library against which applications can be linked.</para>
    3638
    37     &lfs70_built;
     39    &lfs70_checked;
    3840
    3941    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6264
    6365    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="dbus"/> and
    65     <xref linkend="pkgconfig"/></para>
     66    <para role="required">
     67      <xref linkend="dbus"/>,
     68      <xref linkend="pkgconfig"/> and
     69      <xref linkend="xorg7-lib"/>
     70    </para>
     71
     72    <bridgehead renderas="sect4">Recommended</bridgehead>
     73    <para role="recommended">
     74      <xref linkend="gobject-introspection"/>
     75    </para>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79      <xref linkend="gtk-doc"/>
     80    </para>
    6681
    6782    <para condition="html" role="usernotes">User Notes:
     
    7691    commands:</para>
    7792
    78 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    79             --sysconfdir=$GNOME_SYSCONFDIR \
    80             --libexecdir=$GNOME_PREFIX/lib/at-spi2-core &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr \
     94            --sysconfdir=/etc \
     95            --libexecdir=/usr/lib/at-spi2-core &amp;&amp;
    8196make</userinput></screen>
    8297
     
    92107    <title>Command Explanations</title>
    93108
    94     <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
    95     controls where the <filename>accessibility.conf</filename> file will be installed.
    96     If your prefix is <filename class="directory">/usr</filename> this is necessary
    97     so that the file will be in <filename class="directory">/etc</filename> instead
    98     of <filename class="directory">/usr/etc</filename></para>
     109    <para><parameter>--libexecdir=/usr/lib/at-spi2-core</parameter>: This
     110    parameter ensures that programs will be installed into this directory
     111    instead of the non-FHS-compliant
     112    <filename class="directory">/usr/libexec</filename>.</para>
    99113
    100     <para><parameter>--libexecdir=$GNOME_PREFIX/lib/at-spi2-core</parameter>: This
    101     parameter ensures both programs will be installed to this directory, instead
    102     of the non-FHS-compliant
    103     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     115    href="../../xincludes/gtk-doc-rebuild.xml"/>
    104116
    105117  </sect2>
     
    114126
    115127      <seglistitem>
    116         <seg>at-spi-bus-launcher and at-spi2-registryd</seg>
    117         <seg>libatspi.so</seg>
    118         <seg><envar>$GNOME_SYSCONFDIR</envar>/{at-spi2,xdg/autostart}, <envar>$GNOME_PREFIX</envar>/{include/at-spi-2.0/atspi,lib/at-spi2-core,share/gtk-doc/html/libatspi}</seg>
     128        <seg>
     129          at-spi-bus-launcher and at-spi2-registryd
     130        </seg>
     131        <seg>
     132          libatspi.so
     133        </seg>
     134        <seg>
     135          /etc/at-spi2}, /usr/include/at-spi-2.0, /usr/lib/at-spi2-core
     136          and /usr/share/gtk-doc/html/libatspi
     137        </seg>
    119138      </seglistitem>
    120139    </segmentedlist>
     
    125144      <?dbhtml list-presentation="table"?>
    126145
    127       <varlistentry id="at-spi-bus-launcher">
    128         <term><command>at-spi-bus-launcher</command></term>
    129         <listitem>
    130           <para>does this .....</para>
    131           <indexterm zone="at-spi2-core at-spi-bus-launcher">
    132             <primary sortas="b-at-spi-bus-launcher">at-spi-bus-launcher</primary>
    133           </indexterm>
    134         </listitem>
    135       </varlistentry>
    136 
    137146      <varlistentry id="at-spi2-registryd">
    138147        <term><command>at-spi2-registryd</command></term>
    139148        <listitem>
    140           <para>does this .....</para>
     149          <para>is the AT-SPI registry daemon.</para>
    141150          <indexterm zone="at-spi2-core at-spi2-registryd">
    142151            <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
     
    148157        <term><filename class='libraryfile'>libatspi.so</filename></term>
    149158        <listitem>
    150           <para>contains functions that .....</para>
     159          <para>contains the AT-SPI API functions.</para>
    151160          <indexterm zone="at-spi2-core libatspi">
    152161            <primary sortas="c-libatspi">libatspi.so</primary>
Note: See TracChangeset for help on using the changeset viewer.