[eekboard] Update to 0.90.6-2.

Daiki Ueno ueno at fedoraproject.org
Fri Apr 15 01:58:59 UTC 2011


commit 91939fe6945298d0449d3f710d6ad0604342a7f0
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Apr 15 10:58:55 2011 +0900

    Update to 0.90.6-2.

 eekboard-fix-desktop-exec.patch |   27 +++++++++++++++++++++++++++
 eekboard.spec                   |    7 ++++++-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/eekboard-fix-desktop-exec.patch b/eekboard-fix-desktop-exec.patch
new file mode 100644
index 0000000..9d3550b
--- /dev/null
+++ b/eekboard-fix-desktop-exec.patch
@@ -0,0 +1,27 @@
+From 77c00a10da4da9a08a544991a1f04901d3cf0152 Mon Sep 17 00:00:00 2001
+From: Daiki Ueno <ueno at unixuser.org>
+Date: Thu, 14 Apr 2011 18:38:46 +0900
+Subject: [PATCH] Replace the eekboard-desktop-client reference in desktop
+ file with "eekboard".
+
+https://bugzilla.redhat.com/show_bug.cgi?id=696523
+---
+ data/eekboard.desktop.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/data/eekboard.desktop.in b/data/eekboard.desktop.in
+index 3424fda..afd3d0e 100644
+--- a/data/eekboard.desktop.in
++++ b/data/eekboard.desktop.in
+@@ -2,7 +2,7 @@
+ Name=Eekboard
+ GenericName=Eekboard Virtual Keyboard
+ Comment=Virtual Keyboard
+-Exec=eekboard-desktop-client
++Exec=eekboard
+ Icon=eekboard
+ Terminal=false
+ Type=Application
+-- 
+1.7.4.4
+
diff --git a/eekboard.spec b/eekboard.spec
index 59d8353..066ddb7 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,12 +1,13 @@
 Name:		eekboard
 Version:	0.90.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An Easy-to-use Virtual Keyboard Toolkit
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		http://ueno.github.com/eekboard/
 Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
+Patch0:		eekboard-fix-desktop-exec.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 .fix-desktop-exec
 
 
 %build
@@ -128,6 +130,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 15 2011 Daiki Ueno <dueno at redhat.com> - 0.90.6-2
+- apply a patch to fix Exec in desktop file
+
 * Fri Mar 11 2011 Daiki Ueno <dueno at redhat.com> - 0.90.6-1
 - new upstream release
 


More information about the scm-commits mailing list