[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 01/13: [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0

noreply at xfce.org noreply at xfce.org
Sun Apr 30 20:29:05 CEST 2017


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

skunnyk pushed a commit to branch master
in repository panel-plugins/xfce4-sample-plugin.

commit e5ef9f4b9be1c896def49418656a1dd35b76bbd6
Author: Romain B <skunnyk at alteroot.org>
Date:   Wed May 4 21:33:13 2016 +0200

    [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
    
    Also only include <libxfce4panel/xfce-panel-plugin.h> (should be the case since 4.4...)
---
 configure.ac.in       | 6 ++----
 panel-plugin/sample.c | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 155bc1c..7095f35 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -76,10 +76,8 @@ XDT_CHECK_LIBX11_REQUIRE()
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.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])
 
 dnl ***********************************
 dnl *** Check for debugging support ***
diff --git a/panel-plugin/sample.c b/panel-plugin/sample.c
index 95302cb..fcdcdcf 100644
--- a/panel-plugin/sample.c
+++ b/panel-plugin/sample.c
@@ -27,7 +27,6 @@
 #include <gtk/gtk.h>
 #include <libxfce4util/libxfce4util.h>
 #include <libxfce4panel/xfce-panel-plugin.h>
-#include <libxfce4panel/xfce-hvbox.h>
 
 #include "sample.h"
 #include "sample-dialogs.h"

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


More information about the Xfce4-commits mailing list