Changeset 71cdd2e3
- Timestamp:
- 01/31/2005 02:43:49 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 0015654c
- Parents:
- 00e4e18
- Location:
- gnome/add
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/java-access-bridge.xml
r00e4e18 r71cdd2e3 13 13 ]> 14 14 15 <sect1 id="java-access-bridge" xreflabel="Java Access Bridge-&java-access-bridge-version;"> 15 <sect1 id="java-access-bridge" 16 xreflabel="Java Access Bridge-&java-access-bridge-version;"> 16 17 <sect1info> 17 18 <othername>$LastChangedBy$</othername> … … 21 22 <title><application>Java Access 22 23 Bridge</application>-&java-access-bridge-version;</title> 24 <indexterm zone="java-access-bridge"> 25 <primary sortas="a-Java-Access-Bridge">Java Access Bridge</primary> 26 </indexterm> 23 27 24 28 <sect2> … … 62 66 63 67 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` && 64 make && 65 make install && 68 make</command></userinput></screen> 69 70 <para>Now, as the root user:</para> 71 72 <screen><userinput role='root'><command>make install && 66 73 cat `pkg-config --variable=prefix \ 67 74 ORBit-2.0`/share/jar/accessibility.properties \ 68 75 >> $JAVA_HOME/jre/lib/accessibility.properties && 69 chmod 444 $JAVA_HOME/jre/lib/accessibility.properties &&70 ln - sf `pkg-config --variable=prefix \76 chmod -v 444 $JAVA_HOME/jre/lib/accessibility.properties && 77 ln -v -sf `pkg-config --variable=prefix \ 71 78 ORBit-2.0`/share/jar/gnome-java-bridge.jar \ 72 79 $JAVA_HOME/jre/lib/ext</command></userinput></screen> … … 90 97 <title>Configuring <application>Java Access Bridge</application></title> 91 98 92 <sect3 ><title>Config files</title>99 <sect3 id="java-access-bridge-config"><title>Config files</title> 93 100 <para><filename>~/.orbitrc</filename></para> 101 <indexterm zone="java-access-bridge java-access-bridge-config"> 102 <primary sortas="e-AA.orbitrc">~/.orbitrc</primary></indexterm> 94 103 </sect3> 95 104 … … 114 123 <title>Contents</title> 115 124 116 <para>The <application>Java Access Bridge</application> package contains 117 <filename>gnome-java-bridge.jar</filename> and 118 <filename>JNav.jar</filename>.</para> 125 <segmentedlist> 126 <segtitle>Installed Programs</segtitle> 127 <segtitle>Installed Libraries</segtitle> 128 <segtitle>Installed Directories</segtitle> 119 129 120 </sect2> 130 <seglistitem> 131 <seg>None</seg> 132 <seg>gnome-java-bridge.jar and JNav.jar</seg> 133 <seg>$GNOME_PREFIX/share/jar</seg> 134 </seglistitem> 135 </segmentedlist> 121 136 122 <sect2><title>Description</title> 137 <variablelist> 138 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 139 <?dbfo list-presentation="list"?> 123 140 124 <sect3><title>gnome-java-bridge.jar</title> 125 <para><filename>gnome-java-bridge.jar</filename> is a Java runtime environment 126 extension that connects the built-in accessibility support in Java Swing 127 applications to the <application><acronym>GNOME</acronym></application> 128 Accessibility framework.</para> 129 </sect3> 141 <varlistentry id="gnome-java-bridge"> 142 <term><filename class='libraryfile'>gnome-java-bridge.jar</filename></term> 143 <listitem><para>is a <application>Java</application> runtime environment 144 extension that connects the built-in accessibility support in 145 <application>Java Swing</application> applications to the 146 <application><acronym>GNOME</acronym></application> Accessibility 147 framework.</para> 148 <indexterm zone="java-access-bridge gnome-java-bridge"> 149 <primary sortas="c-gnome-java-bridge">gnome-java-bridge.jar</primary> 150 </indexterm></listitem> 151 </varlistentry> 152 </variablelist> 130 153 131 154 </sect2> -
gnome/add/libgail-gnome.xml
r00e4e18 r71cdd2e3 20 20 <?dbhtml filename="libgail-gnome.html"?> 21 21 <title><application>libgail-gnome</application>-&libgail-gnome-version;</title> 22 <indexterm zone="libgail-gnome"> 23 <primary sortas="a-libgail-gnome">libgail-gnome</primary></indexterm> 22 24 23 25 <sect2> … … 62 64 63 65 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` && 64 make && 65 make install</command></userinput></screen> 66 make</command></userinput></screen> 67 68 <para>Now, as the root user:</para> 69 70 <screen><userinput role='root'><command>make install</command></userinput></screen> 66 71 67 72 </sect2> … … 70 75 <title>Contents</title> 71 76 72 <para>The <application>libgail-gnome</application> package contains the 73 <filename class='libraryfile'>libgail-gnome</filename> library module.</para> 77 <segmentedlist> 78 <segtitle>Installed Programs</segtitle> 79 <segtitle>Installed Library</segtitle> 80 <segtitle>Installed Directories</segtitle> 74 81 75 </sect2> 82 <seglistitem> 83 <seg>None</seg> 84 <seg>libgail-gnome.so</seg> 85 <seg>None</seg> 86 </seglistitem> 87 </segmentedlist> 76 88 77 <sect2><title>Description</title> 89 <variablelist> 90 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 91 <?dbfo list-presentation="list"?> 78 92 79 <sect3><title>libgail-gnome library module</title> 80 <para>The <filename>libgail-gnome</filename> library module is a 93 <varlistentry id="libgail-gnome-lib"> 94 <term><filename class='libraryfile'>libgail-gnome.so</filename></term> 95 <listitem><para>library module is a 81 96 <application><acronym>GAIL</acronym></application> addition which implements 82 <application><acronym>ATK</acronym></application> interfaces for 97 <application><acronym>ATK</acronym></application> interfaces for 83 98 <application>libbonoboui</application> and 84 99 <application>libgnomeui</application> widgets.</para> 85 </sect3> 100 <indexterm zone="libgail-gnome libgail-gnome-lib"> 101 <primary sortas="c-libgail-gnome">libgail-gnome.so</primary> 102 </indexterm></listitem> 103 </varlistentry> 104 </variablelist> 86 105 87 106 </sect2> -
gnome/add/libgnomecups.xml
r00e4e18 r71cdd2e3 20 20 <?dbhtml filename="libgnomecups.html"?> 21 21 <title>libgnomecups-&libgnomecups-version;</title> 22 <indexterm zone="libgnomecups"> 23 <primary sortas="a-libgnomecups">libgnomecups</primary></indexterm> 22 24 23 25 <sect2> … … 59 61 60 62 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` && 61 make && 62 make install</command></userinput></screen> 63 make</command></userinput></screen> 64 65 <para>Now, as the root user:</para> 66 67 <screen><userinput role='root'><command>make install</command></userinput></screen> 63 68 64 69 </sect2> … … 67 72 <title>Contents</title> 68 73 69 <para>The <application>libgnomecups</application> package contains 70 <filename class='libraryfile'>libgnomecups</filename> libraries.</para> 74 <segmentedlist> 75 <segtitle>Installed Programs</segtitle> 76 <segtitle>Installed Library</segtitle> 77 <segtitle>Installed Directory</segtitle> 71 78 72 </sect2> 79 <seglistitem> 80 <seg>None</seg> 81 <seg>libgnomecups-1.0.[so,a]</seg> 82 <seg>$GNOME_PREFIX/include/libgnomecups-1</seg> 83 </seglistitem> 84 </segmentedlist> 73 85 74 <sect2><title>Description</title> 86 <variablelist> 87 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 88 <?dbfo list-presentation="list"?> 75 89 76 <sect3><title>libgnomecups libraries</title> 77 <para><filename class='libraryfile'>libgnomecups</filename> libraries are used 78 to wrap the <application><acronym>CUPS</acronym></application> 79 <acronym>API</acronym> in a <application>GLib</application> type 80 interface.</para> 81 </sect3> 90 <varlistentry id="libgnomecups-lib"> 91 <term><filename class='libraryfile'>libgnomecups-1.0.[so,a]</filename></term> 92 <listitem><para>libraries are used to wrap the 93 <application><acronym>CUPS</acronym></application> <acronym>API</acronym> in a 94 <application>GLib</application> type interface.</para> 95 <indexterm zone="libgnomecups libgnomecups-lib"> 96 <primary sortas="c-libgnomecups">libgnomecups-1.0.[so,a]</primary> 97 </indexterm></listitem> 98 </varlistentry> 99 </variablelist> 82 100 83 101 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.