[Xfce4-commits] [apps/squeeze] 02/04: Updated dependencies
noreply at xfce.org
noreply at xfce.org
Wed Oct 29 18:13:43 CET 2014
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch peter/libsqueeze
in repository apps/squeeze.
commit 59c02785267329a2ffac78b6af21a52656151397
Author: Peter de Ridder <peter at xfce.org>
Date: Wed Oct 29 18:12:00 2014 +0100
Updated dependencies
---
configure.in.in | 12 ++++++------
libsqueeze/execute-context.c | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index c037b4b..656ef93 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -70,14 +70,14 @@ dnl Check for i18n support
XDT_I18N([@LINGUAS@])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.20.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.36.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.36.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.36.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.34])
+XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.84])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.7.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
dnl Some distro's have dbus < 1.0, need to define the following to make it compile. (Squeeze depends on the glib-bindings anyways)
AC_DEFINE([DBUS_API_SUBJECT_TO_CHANGE], [1], [Define we understand dbus is subject to api churn])
diff --git a/libsqueeze/execute-context.c b/libsqueeze/execute-context.c
index a13a5ec..74c63a1 100644
--- a/libsqueeze/execute-context.c
+++ b/libsqueeze/execute-context.c
@@ -191,7 +191,7 @@ lsq_execute_context_start ( LSQExecuteContext *ctx )
g_return_val_if_fail( NULL != ctx->archive->operation_queue, FALSE );
/* Only execute when we are the first in the queue
- * Should the be considered a programming error?
+ * Should this be considered a programming error?
*/
if ( ctx != ctx->archive->operation_queue->data )
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list