[Xfce4-commits] <xfce4-eyes-plugin:master> Port to libxfce4ui (bug #8074).

Harald Judt noreply at xfce.org
Wed Feb 27 19:44:01 CET 2013


Updating branch refs/heads/master
         to 00fe6b4e4f12e6e8ac07528fc0f76e31bf802751 (commit)
       from e031b813881a7820d6af3e15568f4cdb8906bc30 (commit)

commit 00fe6b4e4f12e6e8ac07528fc0f76e31bf802751
Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Tue Feb 26 15:54:21 2013 +0100

    Port to libxfce4ui (bug #8074).

 configure.ac.in          |    6 +++---
 panel-plugin/Makefile.am |    4 ++--
 panel-plugin/eyes.c      |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 5ff1397..67e2288 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -56,9 +56,9 @@ dnl *** Check for required packages ***
 dnl ***********************************
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
+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])
 
 dnl ***********************************
 dnl *** Check for debugging support ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 1ee4d28..249303c 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -13,12 +13,12 @@ xfce4_eyes_plugin_SOURCES =						\
 	themes.c
 
 xfce4_eyes_plugin_CFLAGS =						\
-	$(LIBXFCEGUI4_CFLAGS)						\
+	$(LIBXFCE4UI_CFLAGS)						\
 	$(LIBXFCE4PANEL_CFLAGS)
 	
 xfce4_eyes_plugin_LDADD =						\
 	$(LIBXFCE4PANEL_LIBS)						\
-	$(LIBXFCEGUI4_LIBS)
+	$(LIBXFCE4UI_LIBS)
 
 desktopdir = $(datadir)/xfce4/panel-plugins
 desktop_in_in_files = eyes.desktop.in.in
diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c
index 6c71938..f3cd195 100644
--- a/panel-plugin/eyes.c
+++ b/panel-plugin/eyes.c
@@ -33,7 +33,7 @@
 #include <stdlib.h>
 
 #include <libxfce4util/libxfce4util.h>
-#include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4ui/libxfce4ui.h>
 
 #include "eyes.h"
 #include "themes.h"


More information about the Xfce4-commits mailing list