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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Sep 3 15:40:14 UTC 2014


Author: mitya57-guest
Date: Wed Sep  3 15:40:14 2014
New Revision: 42455

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42455
Log:
Bump libwnck-3-dev build-dependency to 3.4.6. This allows us to
drop one hunk from 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/03_tasklist_orientation.patch

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=42455&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog	[utf-8] Wed Sep  3 15:40:14 2014
@@ -7,6 +7,8 @@
     sessions from 2011.
   * Drop 14_revert_timedate_change.patch. The old DateTimeMechanism
     interface no longer exists in gnome-settings-daemon ≥ 3.3.5.
+  * Bump libwnck-3-dev build-dependency to 3.4.6. This allows us to
+    drop one hunk from 03_tasklist_orientation.patch.
 
   [ Alberts Muktupāvels ]
   * Fix crash when in-process applet is removed from panel and then

Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=42455&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control	[utf-8] Wed Sep  3 15:40:14 2014
@@ -34,7 +34,7 @@
                librsvg2-dev,
                libsm-dev,
                libtelepathy-glib-dev (>= 0.14.0),
-               libwnck-3-dev (>= 2.91.0),
+               libwnck-3-dev (>= 3.4.6),
                libx11-dev,
                libxau-dev,
                libxrandr-dev (>= 2:1.2.0),

Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=42455&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control.in	[utf-8] Wed Sep  3 15:40:14 2014
@@ -30,7 +30,7 @@
                librsvg2-dev,
                libsm-dev,
                libtelepathy-glib-dev (>= 0.14.0),
-               libwnck-3-dev (>= 2.91.0),
+               libwnck-3-dev (>= 3.4.6),
                libx11-dev,
                libxau-dev,
                libxrandr-dev (>= 2:1.2.0),

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=42455&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] Wed Sep  3 15:40:14 2014
@@ -1,29 +1,19 @@
-Debian #524117
-GNOME #513347
+Description: set orientation for window-list applet
+Origin: https://bugzilla.gnome.org/show_bug.cgi?id=513347
+Last-Update: 2014-09-03
 
-Index: gnome-panel-3.4.1/applets/wncklet/window-list.c
-===================================================================
---- 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 @@
-  *
-  */
- 
-+#define WNCK_I_KNOW_THIS_IS_NOT_UPSTREAM 1
-+
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif
-@@ -112,7 +114,7 @@
+--- a/applets/wncklet/window-list.c
++++ b/applets/wncklet/window-list.c
+@@ -112,7 +112,7 @@
  		return;
    
  	tasklist->orientation = new_orient;
 -
-+        wnck_tasklist_set_orientation (tasklist->tasklist, new_orient);
++	wnck_tasklist_set_orientation (tasklist->tasklist, new_orient);
  	tasklist_update (tasklist);
  }
  
-@@ -387,6 +389,8 @@
+@@ -387,6 +387,8 @@
  
  	tasklist->tasklist = wnck_tasklist_new ();
  




More information about the pkg-gnome-commits mailing list