File gucharmap.patch of Package tomoe-gtk
diff -ru tomoe-gtk-0.6.0//configure.ac tomoe-gtk-0.6.0.new//configure.ac
--- tomoe-gtk-0.6.0//configure.ac 2007-06-12 10:17:23.000000000 +0200
+++ tomoe-gtk-0.6.0.new//configure.ac 2008-08-01 20:45:13.000000000 +0200
@@ -102,7 +102,7 @@
[use_gucharmap=yes])
if test x"$use_gucharmap" = "xyes"; then
# Checks for gucharmap
- PKG_CHECK_MODULES(GUCHARMAP, [gucharmap >= 1.4.0])
+ PKG_CHECK_MODULES(GUCHARMAP, [gucharmap-2 >= 1.4.0])
TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0 gucharmap >= 1.4.0"
else
TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0"