gucharmap r1780 - in trunk: . gucharmap



Author: chpe
Date: Tue Apr  8 12:39:53 2008
New Revision: 1780
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1780&view=rev

Log:
Update glib req to 2.16.3 for unicode 5.1.


Modified:
   trunk/configure.ac
   trunk/gucharmap/gen-guch-unicode-tables.pl

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Apr  8 12:39:53 2008
@@ -71,8 +71,9 @@
 fi
 AM_CONDITIONAL(OS_WIN32, test "x$os_win32" = "xyes")
 
+GLIB_REQUIRED=2.16.3
 GTK_REQUIRED=2.12.0
-PKG_CHECK_MODULES([GTK],[gtk+-2.0 >= $GTK_REQUIRED])
+PKG_CHECK_MODULES([GTK],[glib-2.0 >= $GLIB_REQUIRED gtk+-2.0 >= $GTK_REQUIRED])
 
 GLIB_GENMARSHAL="$($PKG_CONFIG --variable=glib_genmarshal glib-2.0)"
 AC_SUBST([GLIB_GENMARSHAL])

Modified: trunk/gucharmap/gen-guch-unicode-tables.pl
==============================================================================
--- trunk/gucharmap/gen-guch-unicode-tables.pl	(original)
+++ trunk/gucharmap/gen-guch-unicode-tables.pl	Tue Apr  8 12:39:53 2008
@@ -14,6 +14,7 @@
 # usage: ./gen-guch-unicode-tables.pl UNICODE-VERSION DIRECTORY
 # where DIRECTORY contains UnicodeData.txt Unihan.zip NamesList.txt Blocks.txt Scripts.txt
 #
+# NOTE! Some code copied from glib/glib/gen-unicode-tables.pl; keep in sync!
 
 use strict;
 use vars ('$UNZIP', '$ICONV');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]