[eekboard/f14] Disable AT-SPI and use GTK2 for F14.

Daiki Ueno ueno at fedoraproject.org
Fri Sep 2 04:02:03 UTC 2011


commit 0fdab018cb520b5a615856af872e0f19f7bb49fa
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Sep 2 13:01:41 2011 +0900

    Disable AT-SPI and use GTK2 for F14.

 eekboard.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/eekboard.spec b/eekboard.spec
index 8c676ee..9e2087a 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -14,7 +14,7 @@ BuildRequires:	libXtst-devel
 # BuildRequires:	clutter-gtk-devel
 BuildRequires:	gtk3-devel
 BuildRequires:	libxklavier-devel
-BuildRequires:	at-spi2-core-devel
+#BuildRequires:	at-spi2-core-devel
 # at-spi2-core-devel has missing BR: dbus-glib-devel
 BuildRequires:	dbus-glib-devel
 %if (0%{?fedora} <= 13)
@@ -67,7 +67,7 @@ This package contains the Python language binding of eekboard client library.
 
 
 %build
-%configure --disable-static --with-gtk=3.0 --enable-atspi
+%configure --disable-static --with-gtk=2.0 --disable-atspi
 make %{?_smp_mflags}
 
 
@@ -148,6 +148,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Thu Sep  1 2011 Daiki Ueno <dueno at redhat.com> - 1.0.3-1
 - new upstream release
+- disable AT-SPI and use GTK2 for F14
 
 * Fri Aug 26 2011 Daiki Ueno <dueno at redhat.com> - 1.0.2-3
 - install eekboard-autostart.desktop under %%doc/examples instead of


More information about the scm-commits mailing list