diff --git a/SPECS/README.fedora b/SPECS/README.fedora new file mode 100644 index 0000000..d948ac7 --- /dev/null +++ b/SPECS/README.fedora @@ -0,0 +1,12 @@ +This fedora package installs java-atk-wrapper in a JRE-independent way. It is +up to each JRE to make use of it correctly. In general, you want to symlink the +shared object and the jar into somehwere where the JRE can find it and +configure the accessiblity configuration of the JRE to load this. + +For OpenJDK, the process looks like this: +ln -s %{_libdir}/java-atk-wrapper/libatk-wrapper.so.0 \ + /usr/lib/jvm/jre/lib/%{arch}/libatk-wrapper.so +ln -s %{_libdir}/java-atk-wrapper/java-atk-wrapper.jar \ + /usr/lib/jvm/jre/lib/ext/ +echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" \ + >> /usr/lib/java/jre/lib/accessibility.properties diff --git a/SPECS/java-atk-wrapper-0.33.2.tar.xz b/SPECS/java-atk-wrapper-0.33.2.tar.xz new file mode 100644 index 0000000..1ab59a6 Binary files /dev/null and b/SPECS/java-atk-wrapper-0.33.2.tar.xz differ