r30333 - in /desktop/unstable/gnome-panel/debian/patches: 03_tasklist_orientation.patch 09_default_icons.patch 10_bookmarks_limit.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 14 05:23:38 UTC 2011


Author: biebl
Date: Fri Oct 14 05:23:37 2011
New Revision: 30333

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30333
Log:
Refresh patches

Modified:
    desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
    desktop/unstable/gnome-panel/debian/patches/09_default_icons.patch
    desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch

Modified: 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=30333&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch [utf-8] Fri Oct 14 05:23:37 2011
@@ -1,10 +1,10 @@
 Debian #524117
 GNOME #513347
 
-Index: gnome-panel-2.91.91/applets/wncklet/window-list.c
+Index: gnome-panel-3.0.2/applets/wncklet/window-list.c
 ===================================================================
---- gnome-panel-2.91.91.orig/applets/wncklet/window-list.c	2011-02-24 01:58:30.000000000 +0100
-+++ gnome-panel-2.91.91/applets/wncklet/window-list.c	2011-03-21 15:06:43.203985000 +0100
+--- gnome-panel-3.0.2.orig/applets/wncklet/window-list.c	2011-04-01 08:03:02.000000000 +0200
++++ gnome-panel-3.0.2/applets/wncklet/window-list.c	2011-10-14 07:22:56.212486195 +0200
 @@ -8,6 +8,8 @@
   *
   */
@@ -14,7 +14,7 @@
  #ifdef HAVE_CONFIG_H
  #include <config.h>
  #endif
-@@ -119,7 +121,7 @@ applet_change_orient (PanelApplet
+@@ -116,7 +118,7 @@
  		return;
    
  	tasklist->orientation = new_orient;
@@ -23,7 +23,7 @@
  	tasklist_update (tasklist);
  }
  
-@@ -493,6 +495,8 @@ window_list_applet_fill (PanelApplet *ap
+@@ -392,6 +394,8 @@
  
  	tasklist->tasklist = wnck_tasklist_new ();
  

Modified: desktop/unstable/gnome-panel/debian/patches/09_default_icons.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/09_default_icons.patch?rev=30333&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/09_default_icons.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/09_default_icons.patch [utf-8] Fri Oct 14 05:23:37 2011
@@ -1,8 +1,8 @@
-Index: gnome-panel-2.91.91/gnome-panel/menu.c
+Index: gnome-panel-3.0.2/gnome-panel/menu.c
 ===================================================================
---- gnome-panel-2.91.91.orig/gnome-panel/menu.c	2011-02-21 22:47:59.000000000 +0100
-+++ gnome-panel-2.91.91/gnome-panel/menu.c	2011-03-21 15:19:40.855985001 +0100
-@@ -1527,7 +1527,7 @@ create_menuitem (GtkWidget          *men
+--- gnome-panel-3.0.2.orig/gnome-panel/menu.c	2011-05-24 00:53:59.000000000 +0200
++++ gnome-panel-3.0.2/gnome-panel/menu.c	2011-10-14 07:23:02.392408504 +0200
+@@ -1079,7 +1079,7 @@
  					NULL, NULL,
  					alias_directory ? gmenu_tree_directory_get_icon (alias_directory) :
  							  gmenu_tree_entry_get_icon (entry),
@@ -11,11 +11,11 @@
  
  	setup_menuitem (menuitem,
  			panel_menu_icon_get_size (),
-Index: gnome-panel-2.91.91/gnome-panel/panel-stock-icons.h
+Index: gnome-panel-3.0.2/gnome-panel/panel-stock-icons.h
 ===================================================================
---- gnome-panel-2.91.91.orig/gnome-panel/panel-stock-icons.h	2011-02-22 23:18:58.000000000 +0100
-+++ gnome-panel-2.91.91/gnome-panel/panel-stock-icons.h	2011-03-21 15:19:40.859985001 +0100
-@@ -43,6 +43,8 @@ G_BEGIN_DECLS
+--- gnome-panel-3.0.2.orig/gnome-panel/panel-stock-icons.h	2011-02-22 23:18:58.000000000 +0100
++++ gnome-panel-3.0.2/gnome-panel/panel-stock-icons.h	2011-10-14 07:23:02.392408504 +0200
+@@ -43,6 +43,8 @@
  #define PANEL_STOCK_EXECUTE             "panel-execute"
  #define PANEL_STOCK_CLEAR               "panel-clear"
  #define PANEL_STOCK_DONT_DELETE         "panel-dont-delete"

Modified: desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch?rev=30333&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch [utf-8] Fri Oct 14 05:23:37 2011
@@ -1,8 +1,8 @@
-Index: gnome-panel-2.30.2/gnome-panel/panel-menu-items.c
+Index: gnome-panel-3.0.2/gnome-panel/panel-menu-items.c
 ===================================================================
---- gnome-panel-2.30.2.orig/gnome-panel/panel-menu-items.c	2011-01-22 09:07:05.840592992 +0100
-+++ gnome-panel-2.30.2/gnome-panel/panel-menu-items.c	2011-01-22 09:07:14.060593861 +0100
-@@ -61,7 +61,7 @@
+--- gnome-panel-3.0.2.orig/gnome-panel/panel-menu-items.c	2011-04-04 23:47:29.000000000 +0200
++++ gnome-panel-3.0.2/gnome-panel/panel-menu-items.c	2011-10-14 07:23:06.868352233 +0200
+@@ -67,7 +67,7 @@
  #define NAMES_DIR               "/apps/nautilus/desktop"
  #define HOME_NAME_KEY           "/apps/nautilus/desktop/home_icon_name"
  #define COMPUTER_NAME_KEY       "/apps/nautilus/desktop/computer_icon_name"




More information about the pkg-gnome-commits mailing list