[Pkg-xfce-commits] r4478 - in goodies/branches/experimental/xfce4-wmdock-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Fri Nov 5 08:52:11 UTC 2010


Author: corsac
Date: 2010-11-05 20:51:54 +0000 (Fri, 05 Nov 2010)
New Revision: 4478

Added:
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_port-xfce4-panel-47.patch
Removed:
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch
Modified:
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog
Log:
rename patch


Modified: goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog	2010-11-05 20:49:03 UTC (rev 4477)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog	2010-11-05 20:51:54 UTC (rev 4478)
@@ -11,7 +11,7 @@
     - add build-dep on libxfcegui4-dev.
   * Switch to 3.0 (quilt) source format.
   * debian/patches:
-    - 01_link-xfcegui4 added, explicit link against libxfcegui4.
+    - 01_port-xfce4-panel-47 added, port plugin to xfce4-panel 4.7.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Fri, 05 Nov 2010 21:45:34 +0100
 

Deleted: goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch	2010-11-05 20:49:03 UTC (rev 4477)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch	2010-11-05 20:51:54 UTC (rev 4478)
@@ -1,36 +0,0 @@
-commit fac72772086fbb33f85fb92ae8a0981b482f5066
-Author: Andre Ellguth <ellguth at columbo.ibh>
-Date:   Fri Sep 3 12:12:17 2010 +0200
-
-    Added build support for xfce4-panel 4.7 (patch by Lionel Le Folgoc)
-
-diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
-index f6877c6..ba545e2 100644
---- a/panel-plugin/wmdock.c
-+++ b/panel-plugin/wmdock.c
-@@ -34,11 +34,7 @@
- #include <gtk/gtk.h>
- #include <libxfce4util/libxfce4util.h>
- #include <libxfcegui4/libxfcegui4.h>
--#include <libxfce4panel/xfce-panel-plugin.h>
--#include <libxfce4panel/xfce-panel-window.h>
--#include <libxfce4panel/xfce-hvbox.h>
--#include <libxfce4panel/xfce-arrow-button.h>
--#include <libxfce4panel/xfce-panel-convenience.h>
-+#include <libxfce4panel/libxfce4panel.h>
- 
- #include "wmdock.h"
- #include "xfce4-wmdock-plugin.xpm"
-diff --git a/panel-plugin/wmdock.h b/panel-plugin/wmdock.h
-index 1b0f178..f8c42c9 100644
---- a/panel-plugin/wmdock.h
-+++ b/panel-plugin/wmdock.h
-@@ -25,7 +25,7 @@
- #define __WMDOCK_H__
- 
- #include <gtk/gtk.h>
--#include <libxfce4panel/xfce-panel-plugin.h>
-+#include <libxfce4panel/libxfce4panel.h>
- 
- #define WNCK_I_KNOW_THIS_IS_UNSTABLE
- #include <libwnck/libwnck.h>

Copied: goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_port-xfce4-panel-47.patch (from rev 4477, goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch)
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_port-xfce4-panel-47.patch	                        (rev 0)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_port-xfce4-panel-47.patch	2010-11-05 20:51:54 UTC (rev 4478)
@@ -0,0 +1,36 @@
+commit fac72772086fbb33f85fb92ae8a0981b482f5066
+Author: Andre Ellguth <ellguth at columbo.ibh>
+Date:   Fri Sep 3 12:12:17 2010 +0200
+
+    Added build support for xfce4-panel 4.7 (patch by Lionel Le Folgoc)
+
+diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
+index f6877c6..ba545e2 100644
+--- a/panel-plugin/wmdock.c
++++ b/panel-plugin/wmdock.c
+@@ -34,11 +34,7 @@
+ #include <gtk/gtk.h>
+ #include <libxfce4util/libxfce4util.h>
+ #include <libxfcegui4/libxfcegui4.h>
+-#include <libxfce4panel/xfce-panel-plugin.h>
+-#include <libxfce4panel/xfce-panel-window.h>
+-#include <libxfce4panel/xfce-hvbox.h>
+-#include <libxfce4panel/xfce-arrow-button.h>
+-#include <libxfce4panel/xfce-panel-convenience.h>
++#include <libxfce4panel/libxfce4panel.h>
+ 
+ #include "wmdock.h"
+ #include "xfce4-wmdock-plugin.xpm"
+diff --git a/panel-plugin/wmdock.h b/panel-plugin/wmdock.h
+index 1b0f178..f8c42c9 100644
+--- a/panel-plugin/wmdock.h
++++ b/panel-plugin/wmdock.h
+@@ -25,7 +25,7 @@
+ #define __WMDOCK_H__
+ 
+ #include <gtk/gtk.h>
+-#include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfce4panel/libxfce4panel.h>
+ 
+ #define WNCK_I_KNOW_THIS_IS_UNSTABLE
+ #include <libwnck/libwnck.h>




More information about the Pkg-xfce-commits mailing list