Changeset b2df8a4


Ignore:
Timestamp:
02/17/2012 10:11:52 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
8d057afe
Parents:
78bd08a
Message:

Add pystspi2, but in the python modules, not as a gnome/additional package.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r78bd08a rb2df8a4  
    449449<!ENTITY pygtk-version                "2.17.0">
    450450<!ENTITY pygtksourceview-version      "2.10.1">
     451<!ENTITY pyatspi2-version             "2.2.1">
    451452<!--- Obsolete
    452453<!ENTITY pyorbit-version              "2.24.0">
  • general/prog/python-modules.xml

    r78bd08a rb2df8a4  
    5353  <!ENTITY pygtksourceview-buildsize     "5 MB">
    5454  <!ENTITY pygtksourceview-time          "0.4 SBU">
     55
     56  <!ENTITY pyatspi2-download-http "&gnome-download-http;/pyatspi/2.2/pyatspi-&pyatspi2-version;.tar.xz">
     57  <!ENTITY pyatspi2-download-ftp  "&gnome-download-ftp;/pyatspi/2.2/pyatspi-&pyatspi2-version;.tar.xz">
     58  <!ENTITY pyatspi2-md5sum        "9e3abb0d33bdf66e025cc16588095cba">
     59  <!ENTITY pyatspi2-size          "260 KB">
     60  <!ENTITY pyatspi2-buildsize     "3.7 MB">
     61  <!ENTITY pyatspi2-time          "less than 0.1 SBU">
    5562
    5663  <!--
     
    122129        <para><xref linkend="pygtksourceview"/></para>
    123130      </listitem>
     131      <listitem>
     132        <para><xref linkend="pyatspi2"/></para>
     133      </listitem>
    124134      <!--<listitem>
    125135        <para><xref linkend="pyorbit"/></para>
     
    952962  <!-- End PyGtkSourceView -->
    953963
     964  <!-- Begin pyatspi2 -->
     965  <sect2 id="pyatspi2" xreflabel="pyatspi2-&pyatspi2-version;">
     966
     967    <title>pyatspi2-&pyatspi2-version;</title>
     968
     969    <indexterm zone="pyatspi2">
     970      <primary sortas="a-pyatspi2">pyatspi2</primary>
     971    </indexterm>
     972
     973    <sect3 role="package">
     974
     975
     976      <title>Introduction to pyatspi2</title>
     977
     978      <para>The <application>pyatspi2</application> package contains Python2 bindings
     979      for the core components of GNOME Accessibility.</para>
     980
     981      &lfs70_built;
     982
     983      <bridgehead renderas="sect4">Package Information</bridgehead>
     984      <itemizedlist spacing="compact">
     985        <listitem>
     986          <para>Download (HTTP): <ulink url="&pyatspi2-download-http;"/></para>
     987        </listitem>
     988        <listitem>
     989          <para>Download (FTP): <ulink url="&pyatspi2-download-ftp;"/></para>
     990        </listitem>
     991        <listitem>
     992          <para>Download MD5 sum: &pyatspi2-md5sum;</para>
     993        </listitem>
     994        <listitem>
     995          <para>Download size: &pyatspi2-size;</para>
     996        </listitem>
     997        <listitem>
     998          <para>Estimated disk space required: &pyatspi2-buildsize;</para>
     999        </listitem>
     1000        <listitem>
     1001          <para>Estimated build time: &pyatspi2-time;</para>
     1002        </listitem>
     1003      </itemizedlist>
     1004
     1005      <bridgehead renderas="sect4">pyatspi2 Dependencies</bridgehead>
     1006
     1007      <bridgehead renderas="sect5">Required</bridgehead>
     1008      <para role="required"><xref linkend="pygobject2"/></para>
     1009
     1010      <bridgehead renderas="sect5">Recommended</bridgehead>
     1011      <para role="recommended"><xref linkend="at-spi2-core"/></para>
     1012
     1013      <para condition="html" role="usernotes">User Notes:
     1014      <ulink url="&blfs-wiki;/pyatspi2"/></para>
     1015
     1016    </sect3>
     1017
     1018    <sect3 role="installation">
     1019      <title>Installation of pyatspi2</title>
     1020
     1021      <para>Install <application>pyatspi2</application> by running the following
     1022      commands:</para>
     1023
     1024<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     1025            --sysconfdir=$GNOME_SYSCONFDIR \
     1026            --libexecdir=$GNOME_PREFIX/lib/pyatspi2 &amp;&amp;
     1027make</userinput></screen>
     1028
     1029    <para>To test the results, issue: <command>make check</command>.</para>
     1030
     1031    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     1032
     1033<screen role="root"><userinput>make install</userinput></screen>
     1034
     1035    </sect3>
     1036
     1037    <sect3 role="content">
     1038      <title>Contents</title>
     1039
     1040      <segmentedlist>
     1041        <segtitle>Installed Programs</segtitle>
     1042        <segtitle>Installed Libraries</segtitle>
     1043        <segtitle>Installed Directory</segtitle>
     1044
     1045        <seglistitem>
     1046          <seg>Accessibility.py, appevent.py, constants.py, deviceevent.py, document.py, editabletext.py, enum.py, interfaces.py, registry.py, role.py, state.py, text.py, and utils.py</seg>
     1047          <seg>None</seg>
     1048          <seg><envar>$GNOME_PREFIX</envar>/lib/python2.7/site-packages/pyatspi</seg>
     1049        </seglistitem>
     1050      </segmentedlist>
     1051
     1052  <!--<variablelist> ## none of these are documented anywhere
     1053        <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     1054        <?dbfo list-presentation="list"?>
     1055        <?dbhtml list-presentation="table"?>
     1056
     1057        <varlistentry id="Accessibility.py">
     1058          <term><command>Accessibility.py</command></term>
     1059          <listitem>
     1060            <para>does this .....</para>
     1061            <indexterm zone="pyatspi2 Accessibility.py">
     1062              <primary sortas="b-Accessibility.py">Accessibility.py</primary>
     1063            </indexterm>
     1064          </listitem>
     1065        </varlistentry>
     1066
     1067        <varlistentry id="appevent.py">
     1068          <term><command>appevent.py</command></term>
     1069          <listitem>
     1070            <para>does this .....</para>
     1071            <indexterm zone="pyatspi2 appevent.py">
     1072              <primary sortas="b-appevent.py">appevent.py</primary>
     1073            </indexterm>
     1074          </listitem>
     1075        </varlistentry>
     1076
     1077        <varlistentry id="constants.py">
     1078          <term><command>constants.py</command></term>
     1079          <listitem>
     1080            <para>does this .....</para>
     1081            <indexterm zone="pyatspi2 constants.py">
     1082              <primary sortas="b-constants.py">constants.py</primary>
     1083            </indexterm>
     1084          </listitem>
     1085        </varlistentry>
     1086
     1087        <varlistentry id="deviceevent.py">
     1088          <term><command>deviceevent.py</command></term>
     1089          <listitem>
     1090            <para>does this .....</para>
     1091            <indexterm zone="pyatspi2 deviceevent.py">
     1092              <primary sortas="b-deviceevent.py">deviceevent.py</primary>
     1093            </indexterm>
     1094          </listitem>
     1095        </varlistentry>
     1096
     1097        <varlistentry id="document.py">
     1098          <term><command>document.py</command></term>
     1099          <listitem>
     1100            <para>does this .....</para>
     1101            <indexterm zone="pyatspi2 document.py">
     1102              <primary sortas="b-document.py">document.py</primary>
     1103            </indexterm>
     1104          </listitem>
     1105        </varlistentry>
     1106
     1107        <varlistentry id="editabletext.py">
     1108          <term><command>editabletext.py</command></term>
     1109          <listitem>
     1110            <para>does this .....</para>
     1111            <indexterm zone="pyatspi2 editabletext.py">
     1112              <primary sortas="b-editabletext.py">editabletext.py</primary>
     1113            </indexterm>
     1114          </listitem>
     1115        </varlistentry>
     1116
     1117        <varlistentry id="enum.py">
     1118          <term><command>enum.py</command></term>
     1119          <listitem>
     1120            <para>does this .....</para>
     1121            <indexterm zone="pyatspi2 enum.py">
     1122              <primary sortas="b-enum.py">enum.py</primary>
     1123            </indexterm>
     1124          </listitem>
     1125        </varlistentry>
     1126
     1127        <varlistentry id="interfaces.py">
     1128          <term><command>interfaces.py</command></term>
     1129          <listitem>
     1130            <para>does this .....</para>
     1131            <indexterm zone="pyatspi2 interfaces.py">
     1132              <primary sortas="b-interfaces.py">interfaces.py</primary>
     1133            </indexterm>
     1134          </listitem>
     1135        </varlistentry>
     1136
     1137        <varlistentry id="registry.py">
     1138          <term><command>registry.py</command></term>
     1139          <listitem>
     1140            <para>does this .....</para>
     1141            <indexterm zone="pyatspi2 registry.py">
     1142              <primary sortas="b-registry.py">registry.py</primary>
     1143            </indexterm>
     1144          </listitem>
     1145        </varlistentry>
     1146
     1147        <varlistentry id="role.py">
     1148          <term><command>role.py</command></term>
     1149          <listitem>
     1150            <para>does this .....</para>
     1151            <indexterm zone="pyatspi2 role.py">
     1152              <primary sortas="b-role.py">role.py</primary>
     1153            </indexterm>
     1154          </listitem>
     1155        </varlistentry>
     1156
     1157        <varlistentry id="state.py">
     1158          <term><command>state.py</command></term>
     1159          <listitem>
     1160            <para>does this .....</para>
     1161            <indexterm zone="pyatspi2 state.py">
     1162              <primary sortas="b-state.py">state.py</primary>
     1163            </indexterm>
     1164          </listitem>
     1165        </varlistentry>
     1166
     1167        <varlistentry id="text.py">
     1168          <term><command>text.py</command></term>
     1169          <listitem>
     1170            <para>does this .....</para>
     1171            <indexterm zone="pyatspi2 text.py">
     1172              <primary sortas="b-text.py">text.py</primary>
     1173            </indexterm>
     1174          </listitem>
     1175        </varlistentry>
     1176
     1177        <varlistentry id="utils.py">
     1178          <term><command>utils.py</command></term>
     1179          <listitem>
     1180            <para>does this .....</para>
     1181            <indexterm zone="pyatspi2 utils.py">
     1182              <primary sortas="b-utils.py">utils.py</primary>
     1183            </indexterm>
     1184          </listitem>
     1185        </varlistentry>
     1186
     1187      </variablelist>-->
     1188
     1189    </sect3>
     1190
     1191  </sect2>
     1192  <!-- End pyatspi2 -->
     1193
    9541194  <!--
    9551195  <!\-\- Begin PyORBit \-\->
  • introduction/welcome/changelog.xml

    r78bd08a rb2df8a4  
    5555          <para>[ken] - merge nautilus-sendto-3.0.1 from Wayne.</para>
    5656        </listitem>
     57        <listitem>
     58          <para>[ken] - add pyatspi2-2.2.1 from Wayne, but placed in the Python
     59          modules.</para>
     60        </listitem>
    5761      </itemizedlist>
    5862    </listitem>
Note: See TracChangeset for help on using the changeset viewer.