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

[Git][debian-mate-team/mate-terminal][master] 3 commits: prepare new upstream release (v1.26.1)



Title: GitLab

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

Commits:

  • e79ed834
    by Mike Gabriel at 2023-06-15T16:41:27+02:00
    prepare new upstream release (v1.26.1)
    
  • ae3ea699
    by Mike Gabriel at 2023-06-15T16:42:20+02:00
    debian/patches: Drop 1002_fix_context_menu_font.patch. Applied upstream.
    
  • 551314a1
    by Mike Gabriel at 2023-06-15T16:44:02+02:00
    upload to unstable (debian/1.26.1-1)
    

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-terminal (1.26.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/patches:
    
    5
    +    + Drop 1002_fix_context_menu_font.patch. Applied upstream.
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 15 Jun 2023 16:42:38 +0200
    
    8
    +
    
    1 9
     mate-terminal (1.26.0-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Martin Wimpress ]
    

  • debian/patches/1002_fix_context_menu_font.patch deleted
    1
    -Description: Add GTK Style Class to context menu
    
    2
    -Author: grover92000
    
    3
    -
    
    4
    ---- a/src/terminal-window.c	2021-08-05 12:25:06.000000000 -0400
    
    5
    -+++ b/src/terminal-window.c	2022-02-10 12:52:40.388572997 -0500
    
    6
    -@@ -1554,6 +1554,8 @@ popup_clipboard_targets_received_cb (Gtk
    
    7
    -                     NULL, NULL,
    
    8
    -                     info->button,
    
    9
    -                     info->timestamp);
    
    10
    -+    gtk_style_context_add_class(gtk_widget_get_style_context (popup_menu),
    
    11
    -+                                GTK_STYLE_CLASS_CONTEXT_MENU);
    
    12
    - }
    
    13
    - 
    
    14
    - static void

  • debian/patches/series
    1 1
     1001_desktop-file-lacks-keywords-entry.patch
    2
    -1002_fix_context_menu_font.patch


  • Reply to: