[ibus-gucharmap] Add workaround for new gucharmap.

Daiki Ueno ueno at fedoraproject.org
Thu Mar 15 08:52:18 UTC 2012


commit ebcc93e24bf6dd16f92e136255bfd107e19261fa
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Thu Mar 15 17:52:03 2012 +0900

    Add workaround for new gucharmap.

 ibus-gucharmap.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ibus-gucharmap.spec b/ibus-gucharmap.spec
index d62afdf..748b553 100644
--- a/ibus-gucharmap.spec
+++ b/ibus-gucharmap.spec
@@ -9,6 +9,7 @@ License:	GPLv2+
 Group:		System Environment/Libraries
 URL:		http://github.com/ueno/ibus-gucharmap/
 Source0:	https://github.com/downloads/ueno/ibus-gucharmap/%{name}-%{version}.tar.gz
+Patch0:		ibus-gucharmap-workaround-abi-break.patch
 
 BuildRequires:	vala
 BuildRequires:	gucharmap-devel
@@ -25,10 +26,14 @@ navigation.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .workaround-abi-break
 # NOCONFIGURE=yes ./autogen.sh
 
 
 %build
+# FIXME: workaround for gucharmap 3.3.1-1
+GUCHARMAP_CFLAGS="`pkg-config gtk+-3.0 glib-2.0 --cflags` -I%{_includedir}/gucharmap-2.90"
+export GUCHARMAP_CFLAGS
 %configure
 make %{?_smp_mflags}
 
@@ -49,8 +54,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 %{_datadir}/ibus-gucharmap/setup/ibus-gucharmap-preferences.ui
 
 %changelog
-* Mon Mar 12 2012 Daiki Ueno <dueno at redhat.com> - 1.4.0-4
+* Thu Mar 15 2012 Daiki Ueno <dueno at redhat.com> - 1.4.0-4
 - rebuild with new ibus
+- workaround for new gucharmap
+  https://bugzilla.gnome.org/show_bug.cgi?id=669734
+  http://git.gnome.org/browse/gucharmap/commit/?id=adb912e4
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list