This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository panel-plugins/xfce4-datetime-plugin.
commit 5924053b7995c65d44b3dd3f2e459fd8048040c5 Author: Landry Breuil <[email protected]> Date: Sun May 1 11:20:44 2016 +0200 [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0 --- configure.ac.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 9113f98..7786455 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -32,10 +32,8 @@ dnl Check for i18n support XDT_I18N([@LINGUAS@]) dnl Check for required packages -XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0]) -XDT_CHECK_PACKAGE([LIBXFCE4PANEL],[libxfce4panel-1.0],[4.8.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0]) +XDT_CHECK_PACKAGE([LIBXFCE4PANEL],[libxfce4panel-2.0],[4.12.0]) #CFLAGS="$CFLAGS -Wall -Werror" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
