]> git.pld-linux.org Git - packages/xfce4-eyes-plugin.git/blob - xfce4-eyes-plugin-ui.patch
- rel 2
[packages/xfce4-eyes-plugin.git] / xfce4-eyes-plugin-ui.patch
1 diff -ur xfce4-eyes-plugin-4.4.1-orig/configure.ac xfce4-eyes-plugin-4.4.1/configure.ac
2 --- xfce4-eyes-plugin-4.4.1-orig/configure.ac   2010-12-17 17:38:26.000000000 +0100
3 +++ xfce4-eyes-plugin-4.4.1/configure.ac        2011-03-01 11:48:12.466067636 +0100
4 @@ -61,7 +61,7 @@
5  dnl ***********************************
6  XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
7  XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
8 -XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
9 +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
10  XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
11  XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
12  
13 diff -ur xfce4-eyes-plugin-4.4.1-orig/panel-plugin/eyes.c xfce4-eyes-plugin-4.4.1/panel-plugin/eyes.c
14 --- xfce4-eyes-plugin-4.4.1-orig/panel-plugin/eyes.c    2010-12-17 04:48:17.000000000 +0100
15 +++ xfce4-eyes-plugin-4.4.1/panel-plugin/eyes.c 2011-03-01 11:22:54.644067640 +0100
16 @@ -33,7 +33,7 @@
17  #include <stdlib.h>
18  
19  #include <libxfce4util/libxfce4util.h>
20 -#include <libxfcegui4/libxfcegui4.h>
21 +#include <libxfce4ui/libxfce4ui.h>
22  
23  #include "eyes.h"
24  #include "themes.h"
25 diff -ur xfce4-eyes-plugin-4.4.1-orig/panel-plugin/eyes.h xfce4-eyes-plugin-4.4.1/panel-plugin/eyes.h
26 --- xfce4-eyes-plugin-4.4.1-orig/panel-plugin/eyes.h    2010-12-17 04:48:17.000000000 +0100
27 +++ xfce4-eyes-plugin-4.4.1/panel-plugin/eyes.h 2011-03-01 11:27:42.255067643 +0100
28 @@ -19,7 +19,7 @@
29  #define __EYES_H__
30  
31  #include <gtk/gtk.h>
32 -#include <libxfce4panel/xfce-panel-plugin.h>
33 +#include <libxfce4panel/libxfce4panel.h>
34  
35  typedef struct
36  {
37 diff -ur xfce4-eyes-plugin-4.4.1-orig/panel-plugin/Makefile.am xfce4-eyes-plugin-4.4.1/panel-plugin/Makefile.am
38 --- xfce4-eyes-plugin-4.4.1-orig/panel-plugin/Makefile.am       2010-12-17 04:48:17.000000000 +0100
39 +++ xfce4-eyes-plugin-4.4.1/panel-plugin/Makefile.am    2011-03-01 11:42:08.074067641 +0100
40 @@ -13,12 +13,12 @@
41         themes.c
42  
43  xfce4_eyes_plugin_CFLAGS =                                             \
44 -       $(LIBXFCEGUI4_CFLAGS)                                           \
45 +       $(LIBXFCE4UI_CFLAGS)                                            \
46         $(LIBXFCE4PANEL_CFLAGS)
47         
48  xfce4_eyes_plugin_LDADD =                                              \
49         $(LIBXFCE4PANEL_LIBS)                                           \
50 -       $(LIBXFCEGUI4_LIBS)
51 +       $(LIBXFCE4UI_LIBS)
52  
53  desktopdir = $(datadir)/xfce4/panel-plugins
54  desktop_in_in_files = eyes.desktop.in.in
This page took 0.080843 seconds and 3 git commands to generate.