r48689 - in /packages/unstable/gnome-calendar/debian: changelog patches/0001-Hide-GOA-sources-on-Unity.patch patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 13 14:58:44 UTC 2016


Author: biebl
Date: Fri May 13 14:58:44 2016
New Revision: 48689

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

Modified:
    packages/unstable/gnome-calendar/debian/changelog
    packages/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch
    packages/unstable/gnome-calendar/debian/patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch

Modified: packages/unstable/gnome-calendar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-calendar/debian/changelog?rev=48689&op=diff
==============================================================================
--- packages/unstable/gnome-calendar/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-calendar/debian/changelog	[utf-8] Fri May 13 14:58:44 2016
@@ -1,6 +1,7 @@
 gnome-calendar (3.20.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 13 May 2016 16:56:43 +0200
 

Modified: packages/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch?rev=48689&op=diff
==============================================================================
--- packages/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch	[utf-8] (original)
+++ packages/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch	[utf-8] Fri May 13 14:58:44 2016
@@ -63,7 +63,7 @@
    GtkWidget          *remove_button;
    GtkWidget          *stack;
    GtkWidget          *web_source_grid;
-@@ -1786,11 +1787,18 @@
+@@ -1788,11 +1789,18 @@
    GcalSourceDialog *self;
    GtkBuilder *builder;
    GMenuModel *menu;
@@ -82,7 +82,7 @@
    /* widget responses */
    gtk_dialog_set_default_response (GTK_DIALOG (object), GTK_RESPONSE_CANCEL);
  
-@@ -1871,6 +1879,7 @@
+@@ -1873,6 +1881,7 @@
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, notification);
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, notification_label);
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, online_accounts_listbox);

Modified: packages/unstable/gnome-calendar/debian/patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-calendar/debian/patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch?rev=48689&op=diff
==============================================================================
--- packages/unstable/gnome-calendar/debian/patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch	[utf-8] (original)
+++ packages/unstable/gnome-calendar/debian/patches/0002-Spawn-Ubuntu-s-credentials-panel-instead-of-the-GOA-.patch	[utf-8] Fri May 13 14:58:44 2016
@@ -15,6 +15,8 @@
  src/gcal-source-dialog.c | 51 ++++++++++++++++++++++++++++++++++++------------
  1 file changed, 39 insertions(+), 12 deletions(-)
 
+Index: b/src/gcal-source-dialog.c
+===================================================================
 --- a/src/gcal-source-dialog.c
 +++ b/src/gcal-source-dialog.c
 @@ -39,6 +39,9 @@
@@ -92,7 +94,7 @@
  }
  
  static void
-@@ -1796,6 +1812,14 @@
+@@ -1798,6 +1814,14 @@
    desktop = g_getenv ("XDG_CURRENT_DESKTOP");
    if (desktop && strstr (desktop, "Unity"))
      {
@@ -107,7 +109,7 @@
        gtk_widget_hide (self->online_account_main_grid);
      }
  
-@@ -1880,6 +1904,9 @@
+@@ -1882,6 +1906,9 @@
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, notification_label);
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, online_accounts_listbox);
    gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, online_account_main_grid);




More information about the pkg-gnome-commits mailing list