[Commits] ChangeLog 1.396.2.3774 1.396.2.3775 PATCHSETS 1.1.2.4602 1.1.2.4603 configure.ac 1.654.2.4670 1.654.2.4671
claws at claws-mail.org
claws at claws-mail.org
Wed Feb 20 16:23:50 CET 2013
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv22571
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2013-02-20 [paul] 3.9.0cvs94
* configure.ac
a little more report layout tweaking
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4670
retrieving revision 1.654.2.4671
diff -u -d -r1.654.2.4670 -r1.654.2.4671
--- configure.ac 20 Feb 2013 15:21:48 -0000 1.654.2.4670
+++ configure.ac 20 Feb 2013 15:23:47 -0000 1.654.2.4671
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=93
+EXTRA_VERSION=94
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -1458,11 +1458,30 @@
AC_DEFINE(NOTIFICATION_TRAYICON, 1, Activate notification trayicon)
AC_DEFINE(NOTIFICATION_LCDPROC, 1, Activate lcdproc support)
- notification_features="(popup:yes banner:yes command:yes trayicon:yes lcdproc:yes"
- notification_features="$notification_features libnotify:$HAVE_LIBNOTIFY"
- notification_features="$notification_features libindicate:$HAVE_LIBINDICATE"
- notification_features="$notification_features libcanberra-gtk:$HAVE_LIBCANBERRA_GTK"
- notification_features="$notification_features hotkeys:$HAVE_HOTKEYS)"
+ notification_features="banner command"
+ notification_missing_dependencies=""
+ if test x"$HAVE_HOTKEYS" = xyes; then
+ notification_features="$notification_features hotkeys"
+ else
+ notification_missing_dependencies="$notification_missing_dependencies hotkeys"
+ fi
+ notification_features="$notification_features lcdproc"
+ if test x"$HAVE_LIBINDICATE" = xyes; then
+ notification_features="$notification_features libindicate"
+ else
+ notification_missing_dependencies="$notification_missing_dependencies libindicate"
+ fi
+ if test x"$HAVE_LIBNOTIFY" = xyes; then
+ notification_features="$notification_features libnotify"
+ else
+ notification_missing_dependencies="$notification_missing_dependencies libnotify"
+ fi
+ if test x"$HAVE_LIBCANBERRA_GTK" = xyes; then
+ notification_features="$notification_features libcanberra-gtk"
+ else
+ notification_missing_dependencies="$notification_missing_dependencies libcanberra-gtk"
+ fi
+ notification_features="$notification_features popup trayicon"
else
DISABLED_PLUGINS="$DISABLED_PLUGINS notification"
AC_MSG_RESULT(no)
@@ -1899,25 +1918,34 @@
echo "Maemo build : $enable_maemo"
echo "Config dir : $with_config_dir"
-echo "Plugins : Built:"
+echo "Plugins"
+echo " Built:"
for plugin in $PLUGINS; do
-features=""
+echo " - $plugin"
if test x"$plugin" = xnotification; then
- features="$notification_features"
+ echo " Features:"
+ for notif_feature in $notification_features; do
+ echo " $notif_feature"
+ done;
+ if test "x$notification_missing_dependencies" != x; then
+ echo " Disabled due to missing dependencies:"
+ for notif_miss_dep in $notification_missing_dependencies; do
+ echo " $notif_miss_dep"
+ done;
+ fi
fi
-echo " - $plugin $features"
done;
if test "x$DISABLED_PLUGINS" != x; then
-echo " Disabled:"
+echo " Disabled:"
for plugin in $DISABLED_PLUGINS; do
-echo " - $plugin"
+echo " - $plugin"
done;
fi
if test "x$MISSING_DEPS_PLUGINS" != x; then
-echo " Disabled due to missing dependencies:"
+echo " Disabled due to missing dependencies:"
for plugin in $MISSING_DEPS_PLUGINS; do
-echo " - $plugin"
+echo " - $plugin"
done;
fi
echo ""
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4602
retrieving revision 1.1.2.4603
diff -u -d -r1.1.2.4602 -r1.1.2.4603
--- PATCHSETS 20 Feb 2013 15:21:47 -0000 1.1.2.4602
+++ PATCHSETS 20 Feb 2013 15:23:46 -0000 1.1.2.4603
@@ -4591,3 +4591,4 @@
( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/fetchinfo/Makefile.am; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/plugins/notification/Makefile.am; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/perl/Makefile.am; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/python/Makefile.am; ) > 3.9.0cvs91.patchset
( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/gdata/Makefile.am; ) > 3.9.0cvs92.patchset
( cvs diff -u -r 1.13.2.48 -r 1.13.2.49 src/common/plugin.c; ) > 3.9.0cvs93.patchset
+( cvs diff -u -r 1.654.2.4670 -r 1.654.2.4671 configure.ac; ) > 3.9.0cvs94.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3774
retrieving revision 1.396.2.3775
diff -u -d -r1.396.2.3774 -r1.396.2.3775
--- ChangeLog 20 Feb 2013 15:21:47 -0000 1.396.2.3774
+++ ChangeLog 20 Feb 2013 15:23:46 -0000 1.396.2.3775
@@ -1,3 +1,8 @@
+2013-02-20 [paul] 3.9.0cvs94
+
+ * configure.ac
+ a little more report layout tweaking
+
2013-02-20 [colin] 3.9.0cvs93
* src/common/plugin.c
More information about the Commits
mailing list