Changeset c0fa62c
- Timestamp:
- 05/17/2005 07:18:57 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e6bbc4f9
- Parents:
- 9140bfa7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9140bfa7 rc0fa62c 367 367 <!ENTITY nautilus-cd-burner-version "2.10.1"> 368 368 <!ENTITY zenity-version "2.10.0"> 369 <!ENTITY at-spi-version "1.6. 3">369 <!ENTITY at-spi-version "1.6.4"> 370 370 <!ENTITY libgail-gnome-version "1.1.1"> 371 371 <!ENTITY java-access-bridge-version "1.4.5"> -
gnome/add/at-spi.xml
r9140bfa7 rc0fa62c 7 7 <!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2"> 8 8 <!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2"> 9 <!ENTITY at-spi-md5sum " 950fc9bb66cf90b720739f3ea5ad8b18">10 <!ENTITY at-spi-size " 503KB">11 <!ENTITY at-spi-buildsize "1 4.6MB">12 <!ENTITY at-spi-time "0.5 5SBU">9 <!ENTITY at-spi-md5sum "be8b3077e2fab51a427303f228dffc2e"> 10 <!ENTITY at-spi-size "499 KB"> 11 <!ENTITY at-spi-buildsize "15 MB"> 12 <!ENTITY at-spi-time "0.5 SBU"> 13 13 ]> 14 14 … … 30 30 <title>Introduction to AT SPI</title> 31 31 32 <para>The <application>AT SPI</application> package contains Assistive32 <para>The <application>AT SPI</application> package contains the Assistive 33 33 Technology Service Provider Interface. This is useful for redirecting 34 34 UI events to accessible applications and adaptive/assistive … … 74 74 75 75 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 76 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ 77 --disable-gtk-doc && 78 make && 79 make install</userinput></screen> 76 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin && 77 make</userinput></screen> 78 79 <para>The test suite cannot be run until after the package is installed. 80 To run the test suite after installation, issue: 81 <command>make check</command>.</para> 82 83 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para> 84 85 <screen><userinput role='root'>make install</userinput></screen> 80 86 81 87 </sect2> … … 88 94 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of 89 95 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para> 90 91 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents the92 rebuilding of the documentation during the <command>make</command>93 command.</para>94 96 95 97 </sect2> … … 108 110 libatk-bridge.so <application>GTK+</application> module, and 109 111 <application>ORBit</application>-2.0 Accessibility modules</seg> 110 <seg>Not determined at this time</seg> 112 <seg>$GNOME_PREFIX/include/at-spi-1.0, 113 $GNOME_PREFIX/share/gtk-doc/html/at-spi-cspi and 114 $GNOME_PREFIX/share/idl/at-spi-1.0</seg> 111 115 </seglistitem> 112 116 </segmentedlist> -
introduction/welcome/changelog.xml
r9140bfa7 rc0fa62c 27 27 <listitem> 28 28 <para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1, 29 bug-buddy-2.10.0 and eog-2.10.0.</para>29 bug-buddy-2.10.0, EOG-2.10.0 and AT SPI-1.6.4.</para> 30 30 </listitem> 31 31
Note:
See TracChangeset
for help on using the changeset viewer.