[Xfce4-commits] [apps/xfce4-dict] 01/43: Bump dependencies to check for gtk3/libxfce4ui-2/libxfce4panel-2.0

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:14 CET 2016


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit 08565322bbcc3f4d1b2ce4f2280f627ffc81a2a4
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue Jun 21 22:52:21 2016 -0300

    Bump dependencies to check for gtk3/libxfce4ui-2/libxfce4panel-2.0
---
 configure.ac.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 7061c2d..e4b7a59 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -54,10 +54,10 @@ dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.10.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.10.0])
 XDT_CHECK_PACKAGE([X11], [x11])
 
 dnl ***********************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list