[Pkg-xfce-commits] r7098 - in goodies/trunk/xfce4-cpugraph-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jun 30 02:11:31 UTC 2012
Author: corsac
Date: 2012-06-30 14:11:31 +0000 (Sat, 30 Jun 2012)
New Revision: 7098
Added:
goodies/trunk/xfce4-cpugraph-plugin/debian/patches/
goodies/trunk/xfce4-cpugraph-plugin/debian/patches/0001-Revert-set-bars-orientation-to-opposite-of-panel-ori.patch
goodies/trunk/xfce4-cpugraph-plugin/debian/patches/series
Modified:
goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
Log:
* debian/patches:
- 0001-Revert-set-bars-orientation-to-opposite-of-panel-ori added, fix
build with 4.8.
Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2012-06-30 14:05:30 UTC (rev 7097)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2012-06-30 14:11:31 UTC (rev 7098)
@@ -1,6 +1,9 @@
xfce4-cpugraph-plugin (1.0.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/patches:
+ - 0001-Revert-set-bars-orientation-to-opposite-of-panel-ori added, fix
+ build with 4.8.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 30 Jun 2012 15:07:08 +0200
Added: goodies/trunk/xfce4-cpugraph-plugin/debian/patches/0001-Revert-set-bars-orientation-to-opposite-of-panel-ori.patch
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/patches/0001-Revert-set-bars-orientation-to-opposite-of-panel-ori.patch (rev 0)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/patches/0001-Revert-set-bars-orientation-to-opposite-of-panel-ori.patch 2012-06-30 14:11:31 UTC (rev 7098)
@@ -0,0 +1,28 @@
+From 9a658197a73b48344f19d12f1bda284afbe62e1f Mon Sep 17 00:00:00 2001
+From: Yves-Alexis Perez <corsac at corsac.net>
+Date: Sat, 30 Jun 2012 16:07:42 +0200
+Subject: [PATCH] Revert "set bars orientation to opposite of panel
+ orientation, fixes deskbar mode", it breaks builds with 4.8
+ panel
+
+This reverts commit 9be0ab867b0f085191503f83492db2f9cbfb1761.
+---
+ panel-plugin/cpu.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panel-plugin/cpu.c b/panel-plugin/cpu.c
+index b997840..8958259 100644
+--- a/panel-plugin/cpu.c
++++ b/panel-plugin/cpu.c
+@@ -292,7 +292,7 @@ static void orientation_cb( XfcePanelPlugin * plugin, GtkOrientation orientation
+ xfce_hvbox_set_orientation( XFCE_HVBOX( base->box ), orientation );
+ #endif
+ if( base->has_bars )
+- set_bars_orientation( base, panel_orientation );
++ set_bars_orientation( base, orientation );
+
+ size_cb( plugin, xfce_panel_plugin_get_size( base->plugin ), base);
+ }
+--
+1.7.10
+
Added: goodies/trunk/xfce4-cpugraph-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/patches/series (rev 0)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/patches/series 2012-06-30 14:11:31 UTC (rev 7098)
@@ -0,0 +1 @@
+0001-Revert-set-bars-orientation-to-opposite-of-panel-ori.patch
More information about the Pkg-xfce-commits
mailing list