r24741 - in /desktop/unstable/gnome-panel/debian: changelog control control.in patches/03_tasklist_orientation.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jul 13 17:48:14 UTC 2010


Author: joss
Date: Tue Jul 13 17:48:13 2010
New Revision: 24741

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24741
Log:
* 03_tasklist_orientation.patch: new patch. Pass the task list 
  orientation for the applet. It should fix #524117 for good.
* Require libwnck 2.30.0-3 for the new API.

Added:
    desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/control
    desktop/unstable/gnome-panel/debian/control.in
    desktop/unstable/gnome-panel/debian/patches/series

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=24741&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Tue Jul 13 17:48:13 2010
@@ -1,3 +1,11 @@
+gnome-panel (2.30.2-2) UNRELEASED; urgency=low
+
+  * 03_tasklist_orientation.patch: new patch. Pass the task list 
+    orientation for the applet. It should fix #524117 for good.
+  * Require libwnck 2.30.0-3 for the new API.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 13 Jul 2010 19:34:03 +0200
+
 gnome-panel (2.30.2-1) unstable; urgency=low
 
   * Drop type-handling usage. Closes: #587878.

Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=24741&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control [utf-8] Tue Jul 13 17:48:13 2010
@@ -24,7 +24,7 @@
                libgnome-desktop-dev (>= 2.26),
                libbonoboui2-dev (>= 2.1.1),
                liborbit2-dev (>= 1:2.12.1),
-               libwnck-dev (>= 2.19.5),
+               libwnck-dev (>= 2.30.0-3),
                libgconf2-dev (>= 2.6.1),
                libecal1.2-dev (>= 1.6.0),
                libedataserverui1.2-dev (>= 1.11.2),

Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=24741&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control.in [utf-8] Tue Jul 13 17:48:13 2010
@@ -19,7 +19,7 @@
                libgnome-desktop-dev (>= 2.26),
                libbonoboui2-dev (>= 2.1.1),
                liborbit2-dev (>= 1:2.12.1),
-               libwnck-dev (>= 2.19.5),
+               libwnck-dev (>= 2.30.0-3),
                libgconf2-dev (>= 2.6.1),
                libecal1.2-dev (>= 1.6.0),
                libedataserverui1.2-dev (>= 1.11.2),

Added: desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch?rev=24741&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch (added)
+++ desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch [utf-8] Tue Jul 13 17:48:13 2010
@@ -1,0 +1,24 @@
+Debian #524117
+GNOME #513347
+
+--- gnome-panel-2.28.0-orig/applets/wncklet/window-list.c	2009-08-11 14:59:46.000000000 +0000
++++ gnome-panel-2.28.0/applets/wncklet/window-list.c	2009-12-30 14:46:13.000000000 +0000
+@@ -130,7 +130,7 @@
+ 		return;
+   
+ 	tasklist->orientation = new_orient;
+-
++        wnck_tasklist_set_orientation (tasklist->tasklist, new_orient);
+ 	tasklist_update (tasklist);
+ }
+ 
+@@ -518,7 +518,8 @@
+ 	}
+ 
+ 	tasklist->tasklist = wnck_tasklist_new (NULL);
+-
++        wnck_tasklist_set_orientation (tasklist->tasklist, tasklist->orientation);
++        
+         wnck_tasklist_set_icon_loader (WNCK_TASKLIST (tasklist->tasklist),
+                                        icon_loader_func,
+                                        tasklist,

Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=24741&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series [utf-8] Tue Jul 13 17:48:13 2010
@@ -1,5 +1,6 @@
 01_panel_submenus.patch
 02_mixer_applet.patch
+03_tasklist_orientation.patch
 06_clock_permissions.patch
 09_default_icons.patch
 70_relibtoolize.patch




More information about the pkg-gnome-commits mailing list