[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 03/15: Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
noreply at xfce.org
noreply at xfce.org
Sun May 29 08:36:48 CEST 2016
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-battery-plugin.
commit b5b69befdecb7fbee6d3d465cc9ffc4aac7a9c91
Author: Andre Miranda <andre42m at gmail.com>
Date: Sat May 28 12:46:44 2016 -0300
Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
---
configure.ac.in | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index becf3ca..d393a12 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -63,11 +63,10 @@ XDT_I18N([@LINGUAS@])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [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])
dnl ***********************************
dnl *** Check for debugging support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list