sync with f15

This commit is contained in:
Matthias Clasen 2011-04-26 19:02:41 -04:00
parent 15d85dfec4
commit 871b1601d6
4 changed files with 7 additions and 15 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ orca-2.31.6.tar.bz2
/orca-2.91.92.tar.bz2
/orca-2.91.93.tar.bz2
/orca-3.0.0.tar.bz2
/orca-3.0.1.tar.bz2

View File

@ -1,8 +0,0 @@
diff -up orca-3.0.0/orca-autostart.desktop.in.no-orca-for-kde orca-3.0.0/orca-autostart.desktop.in
--- orca-3.0.0/orca-autostart.desktop.in.no-orca-for-kde 2011-04-07 18:31:54.754435205 -0400
+++ orca-3.0.0/orca-autostart.desktop.in 2011-04-07 18:32:09.448251503 -0400
@@ -6,3 +6,4 @@ NoDisplay=true
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
X-GNOME-AutoRestart=true
#X-GNOME-Autostart-Phase=Initialization
+OnlyShowIn=GNOME;

View File

@ -11,8 +11,8 @@
%define brltty_version 3.7.2
Name: orca
Version: 3.0.0
Release: 2%{?dist}
Version: 3.0.1
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
Group: User Interface/Desktops
@ -21,9 +21,6 @@ URL: http://projects.gnome.org/orca/
#VCS: git:git://git.gnome.org/orca
Source0: http://download.gnome.org/sources/orca/2.91/orca-%{version}.tar.bz2
# https://bugzilla.gnome.org/show_bug.cgi?id=647117
Patch0: orca-not-for-kde.patch
BuildRequires: python-devel >= %{python_version}
BuildRequires: brlapi-devel >= %{brlapi_version}
BuildRequires: brltty >= %{brltty_version}
@ -65,7 +62,6 @@ toolkits that support AT-SPI (e.g. the GNOME desktop).
%prep
%setup -q
%patch0 -p1 -b .not-for-kde
%build
%configure
@ -107,6 +103,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
- Update to 3.0.1
* Thu Apr 7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
- Only autostart in GNOME

View File

@ -1 +1 @@
e5674a805075dae47d1624ddb8c0ce39 orca-3.0.0.tar.bz2
280269877e8e469938afde7cbe42b05b orca-3.0.1.tar.bz2