]> git.pld-linux.org Git - packages/xfce4-smartbookmark-plugin.git/blob - xfce4-smartbookmark-plugin-ui.patch
- rel 3
[packages/xfce4-smartbookmark-plugin.git] / xfce4-smartbookmark-plugin-ui.patch
1 --- xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c~       2006-08-12 19:41:44.000000000 +0200
2 +++ xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c        2011-07-12 10:19:54.915229439 +0200
3 @@ -43,8 +43,8 @@
4  #include <gdk/gdkx.h>
5  
6  #include <libxfce4util/libxfce4util.h>
7 -#include <libxfcegui4/dialogs.h>
8 -#include <libxfce4panel/xfce-panel-plugin.h>
9 +#include <libxfce4ui/libxfce4ui.h>
10 +#include <libxfce4panel/libxfce4panel.h>
11  
12  /*
13   * Types
14 --- xfce4-smartbookmark-plugin-0.4.2/configure.ac~      2006-08-12 19:41:44.000000000 +0200
15 +++ xfce4-smartbookmark-plugin-0.4.2/configure.ac       2011-07-12 10:25:01.693729429 +0200
16 @@ -25,7 +25,7 @@
17  dnl Check for required packages
18  XDT_CHECK_LIBX11_REQUIRE()
19  XDT_CHECK_PACKAGE([GDK], [gdk-2.0], [2.0])
20 -XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2])
21 +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.2])
22  XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
23  
24  XDT_FEATURE_DEBUG()
25 --- xfce4-smartbookmark-plugin-0.4.2/src/Makefile.am~   2006-08-12 19:41:44.000000000 +0200
26 +++ xfce4-smartbookmark-plugin-0.4.2/src/Makefile.am    2011-07-12 10:26:47.798229430 +0200
27 @@ -8,7 +8,7 @@
28         -avoid-version                                                  \
29         -module                                         \
30         @LIBXFCE4PANEL_LIBS@ \
31 -       @LIBXFCEGUI4_LIBS@      \
32 +       @LIBXFCE4UI_LIBS@       \
33         @GDK_LIBS@
34  
35  libsmartbookmark_la_SOURCES =                                                  \
36 @@ -19,7 +19,7 @@
37  libsmartbookmark_la_CFLAGS =    \
38         -O0             \
39         -I$(top_srcdir) \
40 -       @LIBXFCEGUI4_CFLAGS@ \
41 +       @LIBXFCE4UI_CFLAGS@ \
42         @LIBXFCE4PANEL_CFLAGS@ \
43         @GDK_CFLAGS@    \
44         -DPACKAGE_LOCALE_DIR=\"$(localedir)\"
This page took 0.105857 seconds and 3 git commands to generate.