Update to 3.1.3
This commit is contained in:
parent
cc5a82f486
commit
08932b38a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ orca-2.31.6.tar.bz2
|
||||
/orca-3.0.1.tar.bz2
|
||||
/orca-3.1.1.tar.bz2
|
||||
/orca-3.1.2.tar.xz
|
||||
/orca-3.1.3.tar.xz
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
%define brltty_version 3.7.2
|
||||
|
||||
Name: orca
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Assistive technology for people with visual impairments
|
||||
|
||||
@ -109,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
||||
- Update to 3.1.3
|
||||
|
||||
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
1813e7125163ff3b65652ca9581a37ba orca-3.1.2.tar.xz
|
||||
7ad1cfdceec984b303f066750b14f95a orca-3.1.3.tar.xz
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
Index: orca-2.91.92/src/orca/orca.in
|
||||
===================================================================
|
||||
--- orca-2.91.92.orig/src/orca/orca.in
|
||||
+++ orca-2.91.92/src/orca/orca.in
|
||||
@@ -131,8 +131,8 @@ runOrca()
|
||||
# all set and we don't need to muck around.
|
||||
#
|
||||
if [ "x$LOGNAME" != "xgdm" ] ; then
|
||||
- ACCESSIBILITY_ENABLED=`gconftool-2 \
|
||||
- --get /desktop/gnome/interface/accessibility`
|
||||
+ ACCESSIBILITY_ENABLED=`gsettings \
|
||||
+ get org.gnome.desktop.interface toolkit-accessibility`
|
||||
if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then
|
||||
# Because we will be running Orca in text-setup mode, we want to
|
||||
# make sure it is run in a terminal window. If we're already in
|
||||
Loading…
Reference in New Issue
Block a user