[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/mate-panel][master] 5 commits: preapre new upstream release (v1.24.1)



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-panel

Commits:

8 changed files:

Changes:

  • debian/changelog
    1
    +mate-panel (1.24.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +    - Memory leak fixes. (Closes: #966292, #951436).
    
    5
    +  * debian/patches:
    
    6
    +    + Rebase patches.
    
    7
    +    + Drop 0005-enable-apps-in-addto-menu.patch. Applied upstream.
    
    8
    +  * debian/copyright:
    
    9
    +    + Update copyright attributions.
    
    10
    +  * debian/control:
    
    11
    +    + Bump DH compat level to version 13.
    
    12
    +
    
    13
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 12 Aug 2020 21:41:34 +0200
    
    14
    +
    
    1 15
     mate-panel (1.24.0-2) unstable; urgency=medium
    
    2 16
     
    
    3 17
       [ Mike Gabriel ]
    

  • debian/control
    ... ... @@ -8,7 +8,7 @@ Uploaders: Mike Gabriel <sunweaver@debian.org>,
    8 8
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9 9
                Petr Baudis <pasky@ucw.cz>,
    
    10 10
     Build-Depends: autoconf-archive,
    
    11
    -               debhelper-compat (= 12),
    
    11
    +               debhelper-compat (= 13),
    
    12 12
                    dpkg-dev (>= 1.16.1.1),
    
    13 13
                    gir1.2-freedesktop,
    
    14 14
                    gobject-introspection,
    

  • debian/copyright
    ... ... @@ -475,7 +475,8 @@ Copyright: Amanpreet Singh Brar Alamwalia <apbrar@gmail.com>
    475 475
                Максим Дзюманенко <dziumanenko@gmail.com>
    
    476 476
     License: GFDL-1.1+
    
    477 477
     
    
    478
    -Files: .travis.yml
    
    478
    +Files: .build.yml
    
    479
    +       .travis.yml
    
    479 480
            .tx/config
    
    480 481
            .github/FUNDING.yml
    
    481 482
            .github/issue_template.md
    
    ... ... @@ -542,12 +543,15 @@ Files: .travis.yml
    542 543
            icons/22x22/*.xcf.bz2
    
    543 544
            icons/24x24/Makefile.am
    
    544 545
            icons/24x24/*.png
    
    546
    +       icons/256x256/Makefile.am
    
    545 547
            icons/32x32/Makefile.am
    
    546 548
            icons/32x32/*.png
    
    547 549
            icons/32x32/*.svg
    
    548 550
            icons/48x48/Makefile.am
    
    549 551
            icons/48x48/*.png
    
    550 552
            icons/48x48/*.svg
    
    553
    +       icons/64x64/Makefile.am
    
    554
    +       icons/96x96/Makefile.am
    
    551 555
            icons/scalable/Makefile.am
    
    552 556
            icons/scalable/*.svg
    
    553 557
            libmate-panel-applet/TODO
    

  • debian/patches/0001_RDA-support-Make-MATE-panel-aware-of-being-run-insid.patch
    ... ... @@ -147,7 +147,7 @@ Subject: [PATCH] RDA support: Make MATE panel aware of being run inside a
    147 147
      #include <libmate-desktop/mate-gsettings.h>
    
    148 148
      
    
    149 149
      #include <libpanel-util/panel-error.h>
    
    150
    -@@ -1573,6 +1576,28 @@
    
    150
    +@@ -1575,6 +1578,28 @@
    
    151 151
      	}
    
    152 152
      	g_list_free (children);
    
    153 153
      
    

  • debian/patches/0002_mate-panel-panel-menu-items.c-Only-offer-Shutdown-bu.patch
    ... ... @@ -10,7 +10,7 @@ Subject: [PATCH 2/3] mate-panel/panel-menu-items.c: Only offer Shutdown
    10 10
     
    
    11 11
     --- a/mate-panel/panel-menu-items.c
    
    12 12
     +++ b/mate-panel/panel-menu-items.c
    
    13
    -@@ -1660,6 +1660,9 @@
    
    13
    +@@ -1662,6 +1662,9 @@
    
    14 14
      		gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
    
    15 15
      	}
    
    16 16
      
    
    ... ... @@ -20,7 +20,7 @@ Subject: [PATCH 2/3] mate-panel/panel-menu-items.c: Only offer Shutdown
    20 20
      	item = panel_menu_items_create_action_item (PANEL_ACTION_SHUTDOWN);
    
    21 21
      	if (item != NULL) {
    
    22 22
      		if (!separator_inserted)
    
    23
    -@@ -1667,6 +1670,9 @@
    
    23
    +@@ -1669,6 +1672,9 @@
    
    24 24
      
    
    25 25
      		gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
    
    26 26
      	}
    

  • debian/patches/0003_configure.ac-Report-RDA-support-status-in-configurat.patch
    ... ... @@ -10,7 +10,7 @@ Subject: [PATCH] configure.ac: Report RDA support status in configuration
    10 10
     
    
    11 11
     --- a/configure.ac
    
    12 12
     +++ b/configure.ac
    
    13
    -@@ -384,6 +384,7 @@
    
    13
    +@@ -387,6 +387,7 @@
    
    14 14
              Wayland support:               ${have_wayland}
    
    15 15
              X11 support:                   ${have_x11}
    
    16 16
              XRandr support:                ${have_randr}
    

  • debian/patches/0005-enable-apps-in-addto-menu.patch deleted
    1
    -Description: Enable applications in addto menu
    
    2
    -Author: William Wold <wm@wmww.sh>
    
    3
    -
    
    4
    -diff --git a/mate-panel/panel-addto.c b/mate-panel/panel-addto.c
    
    5
    -index fbf5c52f..cfc9c715 100644
    
    6
    ---- a/mate-panel/panel-addto.c
    
    7
    -+++ b/mate-panel/panel-addto.c
    
    8
    -@@ -564,6 +564,7 @@ panel_addto_prepend_directory (GSList             **parent_list,
    
    9
    - 	data->item_info.icon          = gicon ? g_icon_to_string(gicon) : g_strdup(PANEL_ICON_UNKNOWN);
    
    10
    - 	data->item_info.menu_filename = g_strdup (filename);
    
    11
    - 	data->item_info.menu_path     = matemenu_tree_directory_make_path (directory, NULL);
    
    12
    -+	data->item_info.enabled       = TRUE;
    
    13
    - 	data->item_info.static_data   = FALSE;
    
    14
    - 
    
    15
    - 	/* We should set the iid here to something and do
    
    16
    -@@ -598,6 +599,7 @@ panel_addto_prepend_entry (GSList         **parent_list,
    
    17
    - 	data->item_info.description   = g_strdup (g_app_info_get_description(G_APP_INFO(ginfo)));
    
    18
    - 	data->item_info.icon          = gicon ? g_icon_to_string(gicon) : g_strdup(PANEL_ICON_UNKNOWN);
    
    19
    - 	data->item_info.launcher_path = g_strdup (matemenu_tree_entry_get_desktop_file_path (entry));
    
    20
    -+	data->item_info.enabled       = TRUE;
    
    21
    - 	data->item_info.static_data   = FALSE;
    
    22
    - 
    
    23
    - 	*parent_list = g_slist_prepend (*parent_list, data);

  • debian/patches/series
    ... ... @@ -2,4 +2,3 @@
    2 2
     0002_mate-panel-panel-menu-items.c-Only-offer-Shutdown-bu.patch
    
    3 3
     0003_configure.ac-Report-RDA-support-status-in-configurat.patch
    
    4 4
     0004_configure.ac-Explicitly-require-in-RDA-0.0.3.patch
    5
    -0005-enable-apps-in-addto-menu.patch


  • Reply to: