From e1dfcacdaad036ef1f95bf1e2633c04bd1aa78d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 7 Apr 2011 18:36:36 -0400 Subject: [PATCH] Don't autostart in kde --- orca.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/orca.spec b/orca.spec index d4d6d9a..4b3cd96 100644 --- a/orca.spec +++ b/orca.spec @@ -12,7 +12,7 @@ Name: orca Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Assistive technology for people with visual impairments Group: User Interface/Desktops @@ -20,6 +20,10 @@ License: LGPLv2+ 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} @@ -61,6 +65,7 @@ toolkits that support AT-SPI (e.g. the GNOME desktop). %prep %setup -q +%patch0 -p1 -b .not-for-kde %build %configure @@ -102,6 +107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Apr 7 2011 Matthias Clasen 3.0.0-2 +- Only autostart in GNOME + * Mon Apr 4 2011 Matthias Clasen 3.0.0-1 - Update to 3.0.0 - Bring the gnome-speech dependency back