[Fedora-i18n-bugs] [eekboard/f15/master] Add eekboard-annotation.patch.

Daiki Ueno ueno at fedoraproject.org
Tue Mar 8 06:12:55 UTC 2011


commit e9a5d4c9446b8296c6389cdcf9c0eb6ca854a8e1
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Mar 8 15:14:11 2011 +0900

    Add eekboard-annotation.patch.

 eekboard-annotation.patch |   25 +++++++++++++++++++++++++
 eekboard.spec             |    7 ++++++-
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/eekboard-annotation.patch b/eekboard-annotation.patch
new file mode 100644
index 0000000..19de531
--- /dev/null
+++ b/eekboard-annotation.patch
@@ -0,0 +1,25 @@
+From 5fd4005967932cfeff6596ed02067841cd19ecf0 Mon Sep 17 00:00:00 2001
+From: Daiki Ueno <ueno at unixuser.org>
+Date: Tue, 8 Mar 2011 14:39:41 +0900
+Subject: [PATCH] Add transfer mode annotation for eekboard_eekboard_create_context().
+
+---
+ eekboard/eekboard-eekboard.c |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/eekboard/eekboard-eekboard.c b/eekboard/eekboard-eekboard.c
+index a578bbb..dbb2419 100644
+--- a/eekboard/eekboard-eekboard.c
++++ b/eekboard/eekboard-eekboard.c
+@@ -188,6 +188,8 @@ on_context_destroyed (EekboardContext *context,
+  * @cancellable: a #GCancellable
+  *
+  * Create a new input context.
++ *
++ * Return value: (transfer full): a newly created #EekboardContext.
+  */
+ EekboardContext *
+ eekboard_eekboard_create_context (EekboardEekboard *eekboard,
+-- 
+1.7.4
+
diff --git a/eekboard.spec b/eekboard.spec
index 5669238..7460161 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,6 +1,6 @@
 Name:		eekboard
 Version:	0.90.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An Easy-to-use Virtual Keyboard Toolkit
 
 Group:		Applications/System
@@ -8,6 +8,7 @@ License:	GPLv3+
 URL:		http://ueno.github.com/eekboard/
 Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
 Source1:	%{name}.desktop
+Patch0:		eekboard-annotation.patch
 BuildRequires:	libfakekey-devel
 BuildRequires:	libXtst-devel
 #BuildRequires:	clutter-gtk-devel
@@ -60,6 +61,7 @@ This package contains the Python language binding of eekboard client library.
 
 %prep
 %setup -q
+%patch0 -p1 -b .annotation
 
 
 %build
@@ -128,6 +130,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Mar  8 2011 Daiki Ueno <dueno at redhat.com> - 0.90.4-2
+- add eekboard-annotation.patch needed by newer pygobject2
+
 * Tue Mar  8 2011 Daiki Ueno <dueno at redhat.com> - 0.90.4-1
 - new upstream release
 


More information about the i18n-bugs mailing list