[Commits] ChangeLog 1.1.2.90 1.1.2.91 PATCHSETS 1.1.2.65 1.1.2.66 configure.ac 1.1.2.90 1.1.2.91

holger at claws-mail.org holger at claws-mail.org
Tue Aug 14 00:12:38 CEST 2012


Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv4255

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-08-13 [holger]	0.10cvs5

	* configure.ac
	* src/Makefile.am
	* src/python_plugin.c
		Modernize launching the scripts dir in a file manager
		Bump required glib/gtk+ versions to 2.16 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.90
retrieving revision 1.1.2.91
diff -u -d -r1.1.2.90 -r1.1.2.91
--- configure.ac	12 Aug 2012 01:13:21 -0000	1.1.2.90
+++ configure.ac	13 Aug 2012 22:12:35 -0000	1.1.2.91
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=10
 MICRO_VERSION=0
-EXTRA_VERSION=4
+EXTRA_VERSION=5
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -83,8 +83,8 @@
 AC_SUBST(CLAWS_MAIL_PLUGINDIR)
 
 dnl Check for GLib
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.6 gmodule-2.0 >= 2.6 gobject-2.0 >= 2.6 gthread-2.0 >= 2.6)
-      
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16 gmodule-2.0 >= 2.16 gobject-2.0 >= 2.16 gthread-2.0 >= 2.16 gio-2.0 >= 2.16)
+
 GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
 AC_SUBST(GLIB_GENMARSHAL)
 
@@ -92,7 +92,7 @@
 AC_SUBST(GLIB_LIBS)
 
 dnl Check for GTK+
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6)
+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.16)
 
 dnl Python and PyGTK
 AM_PATH_PYTHON([2.5], [

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/PATCHSETS,v
retrieving revision 1.1.2.65
retrieving revision 1.1.2.66
diff -u -d -r1.1.2.65 -r1.1.2.66
--- PATCHSETS	12 Aug 2012 01:13:21 -0000	1.1.2.65
+++ PATCHSETS	13 Aug 2012 22:12:35 -0000	1.1.2.66
@@ -67,3 +67,4 @@
 ( cvs diff -u -r 1.1.2.87 -r 1.1.2.88 configure.ac;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/clawsmailmodule.c;  cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/composewindowtype.c;  cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/foldertype.c;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/messageinfotype.c;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/nodetype.c;  cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/python_plugin.c;  ) > 0.10cvs2.patchset
 ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/composewindowtype.c;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gettext.h;  ) > 0.10cvs3.patchset
 ( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 examples/README.examples;  diff -u /dev/null examples/auto/compose_any;  ) > 0.10cvs4.patchset
+( cvs diff -u -r 1.1.2.90 -r 1.1.2.91 configure.ac;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/Makefile.am;  cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/python_plugin.c;  ) > 0.10cvs5.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.90
retrieving revision 1.1.2.91
diff -u -d -r1.1.2.90 -r1.1.2.91
--- ChangeLog	12 Aug 2012 01:13:21 -0000	1.1.2.90
+++ ChangeLog	13 Aug 2012 22:12:34 -0000	1.1.2.91
@@ -1,3 +1,11 @@
+2012-08-13 [holger]	0.10cvs5
+
+	* configure.ac
+	* src/Makefile.am
+	* src/python_plugin.c
+		Modernize launching the scripts dir in a file manager
+		Bump required glib/gtk+ versions to 2.16
+
 2012-08-12 [holger]	0.10cvs4
 
 	* examples/README.examples



More information about the Commits mailing list