r34494 - in /desktop/unstable/gnome-panel/debian: changelog patches/01_panel_submenus.patch patches/03_tasklist_orientation.patch patches/10_bookmarks_limit.patch patches/14_revert_timedate_change.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 19 15:50:16 UTC 2012


Author: biebl
Date: Thu Apr 19 15:50:15 2012
New Revision: 34494

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

Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/patches/01_panel_submenus.patch
    desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
    desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch
    desktop/unstable/gnome-panel/debian/patches/14_revert_timedate_change.patch

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=34494&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Thu Apr 19 15:50:15 2012
@@ -1,5 +1,6 @@
 gnome-panel (3.4.1-1) UNRELEASED; urgency=low
 
+  [ Jeremy Bicha ]
   * New upstream release.
   * debian/control.in:
     - Standards-Version 3.9.3
@@ -14,7 +15,10 @@
   * debian/patches/14_revert_timedate_change.patch:
     - Revert switch to systemd timedate protocol
 
- -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 11 Mar 2012 14:23:20 -0400
+  [ Michael Biebl ]
+  * Refresh patches.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 17:50:01 +0200
 
 gnome-panel (3.2.1-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-panel/debian/patches/01_panel_submenus.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/01_panel_submenus.patch?rev=34494&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/01_panel_submenus.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/01_panel_submenus.patch [utf-8] Thu Apr 19 15:50:15 2012
@@ -1,8 +1,8 @@
-Index: gnome-panel-2.91.93/gnome-panel/panel-menu-button.c
+Index: gnome-panel-3.4.1/gnome-panel/panel-menu-button.c
 ===================================================================
---- gnome-panel-2.91.93.orig/gnome-panel/panel-menu-button.c	2011-03-29 09:30:56.000000000 +0530
-+++ gnome-panel-2.91.93/gnome-panel/panel-menu-button.c	2011-03-31 00:00:34.676687022 +0530
-@@ -74,7 +74,7 @@
+--- gnome-panel-3.4.1.orig/gnome-panel/panel-menu-button.c	2012-03-15 09:56:50.000000000 +0100
++++ gnome-panel-3.4.1/gnome-panel/panel-menu-button.c	2012-04-19 17:47:46.288533741 +0200
+@@ -73,7 +73,7 @@
  } MenuPathRootItem;
  
  static MenuPathRootItem root_items [] = {

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=34494&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] Thu Apr 19 15:50:15 2012
@@ -1,10 +1,10 @@
 Debian #524117
 GNOME #513347
 
-Index: gnome-panel-3.0.2/applets/wncklet/window-list.c
+Index: gnome-panel-3.4.1/applets/wncklet/window-list.c
 ===================================================================
---- 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
+--- gnome-panel-3.4.1.orig/applets/wncklet/window-list.c	2012-03-15 09:56:49.000000000 +0100
++++ gnome-panel-3.4.1/applets/wncklet/window-list.c	2012-04-19 17:47:50.400533701 +0200
 @@ -8,6 +8,8 @@
   *
   */
@@ -14,7 +14,7 @@
  #ifdef HAVE_CONFIG_H
  #include <config.h>
  #endif
-@@ -116,7 +118,7 @@
+@@ -112,7 +114,7 @@
  		return;
    
  	tasklist->orientation = new_orient;
@@ -23,7 +23,7 @@
  	tasklist_update (tasklist);
  }
  
-@@ -392,6 +394,8 @@
+@@ -387,6 +389,8 @@
  
  	tasklist->tasklist = wnck_tasklist_new ();
  

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=34494&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] Thu Apr 19 15:50:15 2012
@@ -1,8 +1,11 @@
-Index: gnome-panel-3.0.2/gnome-panel/panel-menu-items.c
+Description: Increases the number of bookmarks visible in Places before overflowing to a submenu
+Bug: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/204567
+
+Index: gnome-panel-3.4.1/gnome-panel/panel-menu-items.c
 ===================================================================
---- 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 @@
+--- gnome-panel-3.4.1.orig/gnome-panel/panel-menu-items.c	2012-04-19 17:48:06.900533540 +0200
++++ gnome-panel-3.4.1/gnome-panel/panel-menu-items.c	2012-04-19 17:49:48.820532544 +0200
+@@ -68,7 +68,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"

Modified: desktop/unstable/gnome-panel/debian/patches/14_revert_timedate_change.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/14_revert_timedate_change.patch?rev=34494&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/14_revert_timedate_change.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/14_revert_timedate_change.patch [utf-8] Thu Apr 19 15:50:15 2012
@@ -1,7 +1,7 @@
-Index: gnome-panel-3.3.5/applets/clock/clock.c
+Index: gnome-panel-3.4.1/applets/clock/clock.c
 ===================================================================
---- gnome-panel-3.3.5.orig/applets/clock/clock.c	2012-02-02 11:51:27.000000000 -0500
-+++ gnome-panel-3.3.5/applets/clock/clock.c	2012-02-07 22:57:41.193548904 -0500
+--- gnome-panel-3.4.1.orig/applets/clock/clock.c	2012-03-15 09:56:49.000000000 +0100
++++ gnome-panel-3.4.1/applets/clock/clock.c	2012-04-19 17:47:58.132533624 +0200
 @@ -68,6 +68,7 @@
  #include "clock-location-tile.h"
  #include "clock-map.h"
@@ -10,10 +10,10 @@
  #include "system-timezone.h"
  
  #define INTERNETSECOND (864)
-Index: gnome-panel-3.3.5/applets/clock/set-timezone.c
+Index: gnome-panel-3.4.1/applets/clock/set-timezone.c
 ===================================================================
---- gnome-panel-3.3.5.orig/applets/clock/set-timezone.c	2012-02-02 11:51:54.000000000 -0500
-+++ gnome-panel-3.3.5/applets/clock/set-timezone.c	2012-02-07 22:58:04.109662547 -0500
+--- gnome-panel-3.4.1.orig/applets/clock/set-timezone.c	2012-03-15 09:56:49.000000000 +0100
++++ gnome-panel-3.4.1/applets/clock/set-timezone.c	2012-04-19 17:47:58.132533624 +0200
 @@ -23,17 +23,23 @@
  #endif
  
@@ -136,11 +136,11 @@
                            NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL,
                            callback, user_data);
  }
-Index: gnome-panel-3.3.5/configure.ac
+Index: gnome-panel-3.4.1/configure.ac
 ===================================================================
---- gnome-panel-3.3.5.orig/configure.ac	2012-02-06 06:18:37.000000000 -0500
-+++ gnome-panel-3.3.5/configure.ac	2012-02-07 22:57:41.201548946 -0500
-@@ -144,7 +144,7 @@
+--- gnome-panel-3.4.1.orig/configure.ac	2012-03-26 10:47:41.000000000 +0200
++++ gnome-panel-3.4.1/configure.ac	2012-04-19 17:47:58.132533624 +0200
+@@ -149,7 +149,7 @@
  AC_SUBST(TZ_CFLAGS)
  AC_SUBST(TZ_LIBS)
  




More information about the pkg-gnome-commits mailing list