--- configure.in.old 2007-11-01 09:37:15 +0200 +++ configure.in 2008-11-14 18:44:29 +0200 @@ -76,7 +76,7 @@ [enable_gucharmap=yes]) if test "x$enable_gucharmap" = "xyes" ; then - PKG_CHECK_MODULES(GUCHARMAP, [gucharmap >= 1.4.0], have_gucharmap=yes, have_gucharmap=no) + PKG_CHECK_MODULES(GUCHARMAP, [gucharmap-2 >= 1.4.0], have_gucharmap=yes, have_gucharmap=no) if test "x$have_gucharmap" = "xyes"; then GUCHARMAP_CFLAGS="${GUCHARMAP_CFLAGS}" GUCHARMAP_LIBS="${GUCHARMAP_LIBS}" --- stardict-plugins/stardict-gucharmap-plugin/stardict_gucharmap.cpp.old 2007-11-01 09:37:15 +0200 +++ stardict-plugins/stardict-gucharmap-plugin/stardict_gucharmap.cpp 2007-11-01 09:37:15 +0200 @@ -237,7 +237,7 @@ /* canonical decomposition */ gunichar *decomposition; gsize result_len; - decomposition = gucharmap_unicode_canonical_decomposition (uc, &result_len); + decomposition = g_unicode_canonical_decomposition (uc, &result_len); if (result_len != 1) { definition += _("Canonical decomposition:"); definition += " ";