[Fedora-i18n-bugs] [eekboard] Update to 0.0.6-1.

Daiki Ueno ueno at fedoraproject.org
Mon Nov 15 05:41:21 UTC 2010


commit 83cdc2a0f32414f7cc095e9fed931a056ae6f72e
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Nov 15 14:45:31 2010 +0900

    Update to 0.0.6-1.

 .gitignore               |    1 +
 eekboard-gtk3.patch      |  554 ----------------------------------------------
 eekboard-libnotify.patch |   26 ---
 eekboard.spec            |   22 +-
 sources                  |    2 +-
 5 files changed, 12 insertions(+), 593 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ca7095..89b2378 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 eekboard-0.0.4.tar.gz
 eekboard-0.0.5.tar.gz
 /eekboard-0.0.5.tar.gz
+/eekboard-0.0.6.tar.gz
diff --git a/eekboard.spec b/eekboard.spec
index caeae0d..958d32c 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,6 +1,6 @@
 Name:		eekboard
-Version:	0.0.5
-Release:	4%{?dist}
+Version:	0.0.6
+Release:	1%{?dist}
 Summary:	A Virtual Keyboard for GNOME 
 
 Group:		Applications/System
@@ -9,11 +9,9 @@ URL:		http://ueno.github.com/eekboard/
 Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
 Source1:	%{name}.desktop
 Source2:	eekboard.sh
-Patch0:		eekboard-gtk3.patch
-Patch1:		eekboard-libnotify.patch
 BuildRequires:	libfakekey-devel
 BuildRequires:	libXtst-devel
-# BuildRequires:	clutter-gtk-devel
+BuildRequires:	clutter-gtk-devel
 BuildRequires:  gtk3-devel
 BuildRequires:	libxklavier-devel
 BuildRequires:  GConf2-devel
@@ -54,16 +52,10 @@ This package contains the development tools for eekboard.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 
 %build
-GTK2_CFLAGS=`pkg-config gtk+-3.0 gdk-3.0 --cflags`
-export GTK2_CFLAGS
-GTK2_LIBS=`pkg-config gtk+-3.0 gdk-3.0 --libs`
-export GTK2_LIBS
-%configure --disable-static --disable-clutter
+%configure --disable-static --with-gtk=3.0
 make %{?_smp_mflags}
 
 
@@ -107,6 +99,12 @@ desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
 
 
 %changelog
+* Mon Nov 15 2010 Daiki Ueno <dueno at redhat.com> - 0.0.6-1
+- new upstream release
+- remove patches for GTK3 and libnotify since they are included in the
+  upstream
+- enable clutter build again
+
 * Fri Nov 12 2010 Daiki Ueno <dueno at redhat.com> - 0.0.5-4
 - apply patch to fix build against GTK 2.91.5
 - apply patch to fix build against libnotify 0.7.0
diff --git a/sources b/sources
index 6e3c119..9c15f7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7087b4e911c6f3c50975474ca6a1d49  eekboard-0.0.5.tar.gz
+ddcc28341d603c5aada4b882ddcc4f16  eekboard-0.0.6.tar.gz


More information about the i18n-bugs mailing list