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

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


Author: corsac
Date: 2010-11-05 20:49:03 +0000 (Fri, 05 Nov 2010)
New Revision: 4477

Added:
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/series
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/source/
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/source/format
Modified:
   goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog
Log:
* Switch to 3.0 (quilt) source format.
* debian/patches:
  - 01_link-xfcegui4 added, explicit link against libxfcegui4.

Modified: goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog	2010-11-05 20:44:44 UTC (rev 4476)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/changelog	2010-11-05 20:49:03 UTC (rev 4477)
@@ -9,8 +9,11 @@
     - switch to xfce section.
     - update standards version to 3.9.1.
     - add build-dep on libxfcegui4-dev.
+  * Switch to 3.0 (quilt) source format.
+  * debian/patches:
+    - 01_link-xfcegui4 added, explicit link against libxfcegui4.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 05 Nov 2010 21:15:47 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 05 Nov 2010 21:45:34 +0100
 
 xfce4-wmdock-plugin (0.3.2-1) unstable; urgency=low
 

Added: goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch	                        (rev 0)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/01_link-xfcegui4.patch	2010-11-05 20:49:03 UTC (rev 4477)
@@ -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>

Added: goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/series	                        (rev 0)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/patches/series	2010-11-05 20:49:03 UTC (rev 4477)
@@ -0,0 +1 @@
+01_link-xfcegui4.patch

Added: goodies/branches/experimental/xfce4-wmdock-plugin/debian/source/format
===================================================================
--- goodies/branches/experimental/xfce4-wmdock-plugin/debian/source/format	                        (rev 0)
+++ goodies/branches/experimental/xfce4-wmdock-plugin/debian/source/format	2010-11-05 20:49:03 UTC (rev 4477)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-xfce-commits mailing list