[Commits] PATCHSETS 1.1.2.185 1.1.2.186 ChangeLog 1.1.2.226 1.1.2.227 configure.ac 1.1.2.231 1.1.2.232

colin at claws-mail.org colin at claws-mail.org
Sat Sep 8 22:32:03 CEST 2012


Update of /home/claws-mail/plugins/notification
In directory srv:/tmp/cvs-serv3152

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-09-08 [colin]	0.30cvs3

	* src/notification_core.c
	* src/notification_plugin.c
	* src/notification_trayicon.c
		Update to follow 3.8.1cvs46 header changes.
		Patch by Sean Buckheiser

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.231
retrieving revision 1.1.2.232
diff -u -d -r1.1.2.231 -r1.1.2.232
--- configure.ac	9 Jul 2012 05:06:45 -0000	1.1.2.231
+++ configure.ac	8 Sep 2012 20:32:01 -0000	1.1.2.232
@@ -9,7 +9,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=30
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -121,7 +121,7 @@
 fi
 
 dnl Check for claws-mail
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 3.7.3.22)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 3.8.1.46)
 if test -z $prefix || test "${prefix}" = "NONE" ; then
   prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
   CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )
@@ -273,6 +273,7 @@
 if test "x$enable_libindicate" != "xno"; then
   LIBINDICATE_MODULE=indicate
   PKG_CHECK_EXISTS(indicate-0.5 >= 0.5.0,[LIBINDICATE_MODULE=indicate-0.5], [])
+  PKG_CHECK_EXISTS(indicate-0.7 >= 0.5.0,[LIBINDICATE_MODULE=indicate-0.7], [])
   PKG_CHECK_MODULES(libindicate, $LIBINDICATE_MODULE >= $LIBINDICATE_REQUIRED,
     have_libindicate=yes, have_libindicate=no)
   if test "x$have_libindicate" = "xno" -a "x$enable_libindicate" = "xyes"; then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.185
retrieving revision 1.1.2.186
diff -u -d -r1.1.2.185 -r1.1.2.186
--- PATCHSETS	9 Jul 2012 05:06:45 -0000	1.1.2.185
+++ PATCHSETS	8 Sep 2012 20:32:01 -0000	1.1.2.186
@@ -187,3 +187,4 @@
 ( cvs diff -u -r 1.1.2.11 -r 1.1.2.12 po/fr.po;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 po/hu.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id_ID.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/lt.po;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/sk.po;  ) > 0.29cvs5.patchset
 ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/notification_foldercheck.c;  cvs diff -u -r 1.1.2.44 -r 1.1.2.45 src/notification_plugin.c;  ) > 0.30cvs1.patchset
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/gettext.h;  ) > 0.30cvs2.patchset
+( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 src/notification_core.c;  cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/notification_plugin.c;  cvs diff -u -r 1.1.2.39 -r 1.1.2.40 src/notification_trayicon.c;  ) > 0.30cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.226
retrieving revision 1.1.2.227
diff -u -d -r1.1.2.226 -r1.1.2.227
--- ChangeLog	9 Jul 2012 05:06:45 -0000	1.1.2.226
+++ ChangeLog	8 Sep 2012 20:32:01 -0000	1.1.2.227
@@ -1,3 +1,11 @@
+2012-09-08 [colin]	0.30cvs3
+
+	* src/notification_core.c
+	* src/notification_plugin.c
+	* src/notification_trayicon.c
+		Update to follow 3.8.1cvs46 header changes.
+		Patch by Sean Buckheiser
+
 2012-07-09 [paul]	0.30cvs2
 
 	* src/gettext.h



More information about the Commits mailing list