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

[Git][debian-mate-team/mate-desktop-environment][debian/stretch/backports] 36 commits: debian/10_mate-common.gschema.override: Disable tab switching borders.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / mate-desktop-environment

Commits:

7 changed files:

Changes:

  • debian/10_mate-common.gschema.override
    ... ... @@ -26,7 +26,7 @@ gtk-decoration-layout='menu:minimize,maximize,close'
    26 26
     [org.mate.Marco.general]
    
    27 27
     center-new-windows=false
    
    28 28
     compositing-manager=true
    
    29
    -side-by-side-tiling=true
    
    29
    +show-tab-border=false
    
    30 30
     
    
    31 31
     [org.mate.NotificationDaemon]
    
    32 32
     theme='slider'
    
    ... ... @@ -44,8 +44,6 @@ run-command-2='<Shift>Print'
    44 44
     run-command-terminal='<Control><Alt>t'
    
    45 45
     switch-panels='disabled'
    
    46 46
     switch-windows='<Alt>Tab'
    
    47
    -switch-windows-all='<Control><Alt>Tab'
    
    48
    -switch-windows-all-backward='<Control><Alt><Shift>Tab'
    
    49 47
     switch-windows-backward='<Alt><Shift>Tab'
    
    50 48
     
    
    51 49
     [org.mate.Marco.keybinding-commands]
    
    ... ... @@ -62,13 +60,21 @@ move-to-side-n='<Control><Alt>KP_Up'
    62 60
     move-to-side-s='<Control><Alt>KP_Down'
    
    63 61
     move-to-side-e='<Control><Alt>KP_Right'
    
    64 62
     move-to-side-w='<Control><Alt>KP_Left'
    
    63
    +tile-to-corner-ne='<Control><Mod4>KP_Page_Up'
    
    64
    +tile-to-corner-nw='<Control><Mod4>KP_Home'
    
    65
    +tile-to-corner-se='<Control><Mod4>KP_Page_Down'
    
    66
    +tile-to-corner-sw='<Control><Mod4>KP_End'
    
    65 67
     tile-to-side-e='<Control><Mod4>KP_Right'
    
    66 68
     tile-to-side-w='<Control><Mod4>KP_Left'
    
    69
    +toggle-shaded='<Control><Alt>s'
    
    67 70
     
    
    68 71
     [org.mate.panel]
    
    69 72
     enable-sni-support=false
    
    70 73
     show-program-list=true
    
    71 74
     
    
    75
    +[org.mate.peripherals-mouse]
    
    76
    +cursor-theme='mate'
    
    77
    +
    
    72 78
     [org.mate.peripherals-touchpad]
    
    73 79
     disable-while-typing=true
    
    74 80
     tap-to-click=true
    
    ... ... @@ -105,4 +111,4 @@ solaris-mode=true
    105 111
     
    
    106 112
     [org.mate.terminal.profile]
    
    107 113
     allow-bold=false
    
    108
    -use-system-font=true
    \ No newline at end of file
    114
    +use-system-font=true

  • debian/20_mate-debian.gschema.override
    1 1
     [org.gnome.desktop.interface:MATE]
    
    2
    -cursor-theme='Breeze_Snow'
    
    2
    +cursor-theme='mate'
    
    3 3
     document-font-name='Cantarell 11'
    
    4 4
     font-name='Cantarell 11'
    
    5 5
     gtk-theme='Menta'
    
    ... ... @@ -30,8 +30,8 @@ monospace-font-name='Monospace 13'
    30 30
     theme='Menta'
    
    31 31
     titlebar-font='Cantarell Bold 11'
    
    32 32
     
    
    33
    -[org.mate.peripherals-mouse]
    
    34
    -cursor-theme='Breeze_Snow'
    
    33
    +[org.mate.Marco.global-keybindings]
    
    34
    +switch-panels='<Control><Alt>Tab'
    
    35 35
     
    
    36 36
     [org.mate.pluma]
    
    37 37
     color-scheme='classic'
    

  • debian/20_mate-ubuntu.gschema.override
    1 1
     [org.gnome.desktop.interface:MATE]
    
    2
    -cursor-theme='breeze_cursors'
    
    2
    +cursor-theme='mate'
    
    3 3
     document-font-name='Ubuntu 11'
    
    4 4
     font-name='Ubuntu 11'
    
    5 5
     gtk-theme='Ambiant-MATE'
    
    ... ... @@ -30,8 +30,9 @@ monospace-font-name='Ubuntu Mono 13'
    30 30
     theme='Ambiant-MATE'
    
    31 31
     titlebar-font='Ubuntu Medium 11'
    
    32 32
     
    
    33
    -[org.mate.peripherals-mouse]
    
    34
    -cursor-theme='breeze_cursors'
    
    33
    +[org.mate.Marco.global-keybindings]
    
    34
    +switch-windows-all='<Control><Alt>Tab'
    
    35
    +switch-windows-all-backward='<Control><Alt><Shift>Tab'
    
    35 36
     
    
    36 37
     [org.mate.pluma]
    
    37 38
     color-scheme='Ambiant-MATE'
    

  • debian/changelog
    1
    +mate-desktop-environment (1.20.0+5~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 23 Jul 2018 13:46:25 +0200
    
    6
    +
    
    7
    +mate-desktop-environment (1.20.0+5) unstable; urgency=medium
    
    8
    +
    
    9
    +  [ Alex ARNAUD ]
    
    10
    +  * debian/20_mate-debian.gschema.override:
    
    11
    +    + Restore switch-panels function to make it possible to use panels only with
    
    12
    +      keyboard, for example for blind users (follow-up change for #892748).
    
    13
    +
    
    14
    +  [ Mike Gabriel ]
    
    15
    +  * debian/control:
    
    16
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    17
    +    + Bump Standards-Version: to 4.1.4. No changes needed.
    
    18
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    19
    +    + De-promote caja-share from R: to S:. (Closes: #901775).
    
    20
    +    + Add to R (mate-desktop-environment-extras): gnome-system-tools. (Closes:
    
    21
    +      #873526).
    
    22
    +
    
    23
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 08 Jul 2018 03:32:48 +0200
    
    24
    +
    
    25
    +mate-desktop-environment (1.20.0+4) unstable; urgency=medium
    
    26
    +
    
    27
    +  * debian/control:
    
    28
    +    + Recommend mate-tweak and mate-menu in m-d-e--extras bin:pkg. Suggest
    
    29
    +      m-d-e-extras by m-d-e bin:pkg. (Closes: #895788).
    
    30
    +    + Drop D (m-d-e-core): gvfs-bin. Deprecated in Debian. For this, various
    
    31
    +      gfvs-open calls got replaced in other MATE packages (i.e. caja, mate-menu,
    
    32
    +      mate-notification-daemon). (Closes: #877742).
    
    33
    +    + Bump versioned D on caja to 1.20.2-2~ (part of gvfs-bin deprecation).
    
    34
    +    + Bump versioned D on mate-notification-daemon to 1.20.0-2~ (part of
    
    35
    +      gvfs-bin deprecation).
    
    36
    +
    
    37
    +    + Note on mate-menu: mate-menu had gvfs-bin dependency in its control file,
    
    38
    +      so no version bump is required here. Whereas caja and m-n-d did not
    
    39
    +      reference gvfs-bin in their control files, so explicit version bumping
    
    40
    +      in m-d-e-core is our way to address that flaw.
    
    41
    +
    
    42
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 18 Apr 2018 13:34:04 +0200
    
    43
    +
    
    44
    +mate-desktop-environment (1.20.0+3) unstable; urgency=medium
    
    45
    +
    
    46
    +  [ Mike Gabriel ]
    
    47
    +  * debian/*.gschema.override:
    
    48
    +    - Move keybindings for switch-windows-all{-backward} over from
    
    49
    +      10_mate-common.gschema.override to 20_mate-ubuntu.gschema.override.
    
    50
    +      (Closes: #892748).
    
    51
    +  * debian/control:
    
    52
    +    + Update versioned D on mate-themes (>= 3.22.16). We now use MATE's own
    
    53
    +      cursor theme, shipped in mate-themes with 3.22.16 or newer.
    
    54
    +
    
    55
    +  [ Martin Wimpress ]
    
    56
    +  * debian/control:
    
    57
    +    + Drop D: dmz-cursor-theme. Obsolete.
    
    58
    +  * debian/10_mate-common.gschema.override:
    
    59
    +    - Make the mate cursor theme default for Debian and Ubuntu.
    
    60
    +    - Add quadrant tiling keybindings. Add keybinding to toggle shaded windows.
    
    61
    +  * debian/20_mate-debian.gschema.override:
    
    62
    +    - Enable mate cursor theme by default.
    
    63
    +  * debian/20_mate-ubuntu.gschema.override:
    
    64
    +    - Enable mate cursor theme by default.
    
    65
    +    - Correct schema path for global-keybindings.
    
    66
    +
    
    67
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 05 Apr 2018 22:31:35 +0200
    
    68
    +
    
    69
    +mate-desktop-environment (1.20.0+2) unstable; urgency=medium
    
    70
    +
    
    71
    +  [ Mike Gabriel ]
    
    72
    +  * debian/copyright: Use secure URI for copyright format.
    
    73
    +
    
    74
    +  [ Martin Wimpress ]
    
    75
    +  * debian/control:
    
    76
    +    + Move D: mate-backgrounds (>= 1.20) | ubuntu-mate-wallpapers to
    
    77
    +      (mate-desktop-environment). Prevent unintended installation of
    
    78
    +      mate-backgrounds on Ubuntu MATE.
    
    79
    +    + Replace D: ttf-ubuntu-font-family with fonts-ubuntu
    
    80
    +      (mate-desktop-environment-core).
    
    81
    +    + Replace D: breeze-cursor-theme with dmz-cursor-theme
    
    82
    +      (mate-desktop-environment-core).
    
    83
    +  * debian/20_mate-debian.gschema.override:
    
    84
    +    + Enable DMZ-White cursors by default.
    
    85
    +  * debian/20_mate-ubuntu.gschema.override:
    
    86
    +    + Enable DMZ-Black cursors by default.
    
    87
    +
    
    88
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 01 Mar 2018 20:04:16 +0100
    
    89
    +
    
    90
    +mate-desktop-environment (1.20.0+1) unstable; urgency=medium
    
    91
    +
    
    92
    +  [ Martin Wimpress ]
    
    93
    +  * Update for MATE Desktop 1.20.
    
    94
    +    debian/control:
    
    95
    +    + Dependencies updated for MATE 1.20.
    
    96
    +  * debian/10_mate-common.gschema.override:
    
    97
    +    + Disable tab switching borders.
    
    98
    +    + Remove obsolete side-by-side-tiling override.
    
    99
    +
    
    100
    +  [ Mike Gabriel ]
    
    101
    +  * debian/{control,compat}: Bump DH version level to 11.
    
    102
    +
    
    103
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 14 Feb 2018 16:13:22 +0100
    
    104
    +
    
    1 105
     mate-desktop-environment (1.18.0+4~bpo9+1) stretch-backports; urgency=medium
    
    2 106
     
    
    3 107
       * Rebuild for stretch-backports.
    

  • debian/compat
    1
    -10
    1
    +11

  • debian/control
    ... ... @@ -6,34 +6,30 @@ Uploaders: Mike Gabriel <sunweaver@debian.org>,
    6 6
                John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
    
    7 7
                Stefano Karapetsas <stefano@karapetsas.com>,
    
    8 8
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9
    -           MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>,
    
    10
    -Build-Depends: debhelper (>= 10.3~),
    
    9
    +Build-Depends: debhelper (>= 11~),
    
    11 10
                    lsb-release,
    
    12
    -Standards-Version: 4.1.3
    
    11
    +Standards-Version: 4.1.4
    
    13 12
     Homepage: http://www.mate-desktop.org/
    
    14
    -Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/mate-desktop-environment.git
    
    15
    -Vcs-Git: https://anonscm.debian.org/git/pkg-mate/mate-desktop-environment.git
    
    13
    +Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-desktop-environment
    
    14
    +Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-desktop-environment.git
    
    16 15
     
    
    17 16
     Package: mate-desktop-environment-core
    
    18 17
     Architecture: all
    
    19
    -Depends: breeze-cursor-theme,
    
    20
    -         caja (>= 1.18),
    
    21
    -         fonts-cantarell | ttf-ubuntu-font-family,
    
    18
    +Depends: caja (>= 1.20.2-2~),
    
    19
    +         fonts-cantarell | fonts-ubuntu,
    
    22 20
              gvfs-backends,
    
    23
    -         gvfs-bin,
    
    24
    -         marco (>= 1.18),
    
    25
    -         mate-backgrounds (>= 1.18) | ubuntu-mate-wallpapers-photos,
    
    26
    -         mate-control-center (>= 1.18),
    
    27
    -         mate-desktop (>= 1.18),
    
    28
    -         mate-icon-theme (>= 1.18),
    
    29
    -         mate-menus (>= 1.18),
    
    30
    -         mate-notification-daemon (>= 1.18) | notification-daemon,
    
    31
    -         mate-panel (>= 1.18),
    
    32
    -         mate-polkit (>= 1.18),
    
    33
    -         mate-session-manager (>= 1.18),
    
    34
    -         mate-settings-daemon (>= 1.18),
    
    35
    -         mate-terminal (>= 1.18),
    
    36
    -         mate-themes (>= 3),
    
    21
    +         marco (>= 1.20),
    
    22
    +         mate-control-center (>= 1.20),
    
    23
    +         mate-desktop (>= 1.20),
    
    24
    +         mate-icon-theme (>= 1.20),
    
    25
    +         mate-menus (>= 1.20),
    
    26
    +         mate-notification-daemon (>= 1.20.0-2~) | notification-daemon,
    
    27
    +         mate-panel (>= 1.20),
    
    28
    +         mate-polkit (>= 1.20),
    
    29
    +         mate-session-manager (>= 1.20),
    
    30
    +         mate-settings-daemon (>= 1.20),
    
    31
    +         mate-terminal (>= 1.20),
    
    32
    +         mate-themes (>= 3.22.16),
    
    37 33
              ${misc:Depends},
    
    38 34
     Breaks: mate-desktop-environment (<< 1.8.0),
    
    39 35
     Conflicts: caja-gksu,
    
    ... ... @@ -88,26 +84,28 @@ Architecture: all
    88 84
     Depends: mate-desktop-environment-core (= ${binary:Version}),
    
    89 85
              ${misc:Depends},
    
    90 86
     Provides: mate,
    
    91
    -Recommends: atril (>= 1.18),
    
    87
    +Recommends: atril (>= 1.20),
    
    92 88
                 desktop-base | ubuntu-mate-wallpapers,
    
    93
    -            engrampa (>= 1.18),
    
    94
    -            eom (>= 1.18),
    
    89
    +            engrampa (>= 1.20),
    
    90
    +            eom (>= 1.20),
    
    95 91
                 ffmpegthumbnailer,
    
    96
    -            mate-calc (>= 1.18),
    
    92
    +            mate-backgrounds (>= 1.20) | ubuntu-mate-wallpapers,
    
    93
    +            mate-calc (>= 1.20),
    
    97 94
                 mate-applet-brisk-menu,
    
    98
    -            mate-applets (>= 1.18),
    
    99
    -            mate-icon-theme-faenza (>= 1.18),
    
    100
    -            mate-media (>= 1.18),
    
    101
    -            mate-notification-daemon (>= 1.18),
    
    102
    -            mate-power-manager (>= 1.18),
    
    103
    -            mate-screensaver (>= 1.18),
    
    104
    -            mate-system-monitor (>= 1.18),
    
    105
    -            mate-user-guide (>= 1.18),
    
    106
    -            mate-utils (>= 1.18),
    
    107
    -            pluma (>= 1.18),
    
    95
    +            mate-applets (>= 1.20),
    
    96
    +            mate-icon-theme-faenza (>= 1.20),
    
    97
    +            mate-media (>= 1.20),
    
    98
    +            mate-notification-daemon (>= 1.20),
    
    99
    +            mate-power-manager (>= 1.20),
    
    100
    +            mate-screensaver (>= 1.20),
    
    101
    +            mate-system-monitor (>= 1.20),
    
    102
    +            mate-user-guide (>= 1.20),
    
    103
    +            mate-utils (>= 1.20),
    
    104
    +            pluma (>= 1.20),
    
    108 105
     Suggests: mail-reader | thunderbird,
    
    109 106
               network-manager-gnome,
    
    110 107
               x-www-browser | firefox,
    
    108
    +          mate-desktop-environment-extras (>= 1.20),
    
    111 109
     Description: MATE Desktop Environment (metapackage)
    
    112 110
      The MATE Desktop Environment is the continuation of GNOME 2. It provides an
    
    113 111
      intuitive and attractive desktop environment using traditional metaphors for
    
    ... ... @@ -129,21 +127,26 @@ Depends: mate-desktop-environment (= ${binary:Version}),
    129 127
              ${misc:Depends},
    
    130 128
     Recommends: blueman,
    
    131 129
                 caja-admin,
    
    130
    +            caja-eiciel,
    
    132 131
                 caja-gtkhash,
    
    133
    -            caja-image-converter (>= 1.18),
    
    134
    -            caja-open-terminal (>= 1.18),
    
    132
    +            caja-image-converter (>= 1.20),
    
    133
    +            caja-open-terminal (>= 1.20),
    
    135 134
                 caja-rename,
    
    136
    -            caja-sendto (>= 1.18),
    
    137
    -            caja-share (>= 1.18),
    
    138
    -            caja-wallpaper (>= 1.18),
    
    135
    +            caja-seahorse,
    
    136
    +            caja-sendto (>= 1.20),
    
    137
    +            caja-wallpaper (>= 1.20),
    
    139 138
                 dconf-editor,
    
    140 139
                 gnome-keyring,
    
    140
    +            gnome-system-tools,
    
    141 141
                 mate-dock-applet,
    
    142
    -            mate-sensors-applet (>= 1.18),
    
    143
    -            mate-user-share (>= 1.18),
    
    144
    -            mozo (>= 1.18),
    
    142
    +            mate-menu (>= 18.04),
    
    143
    +            mate-sensors-applet (>= 1.20),
    
    144
    +            mate-tweak (>= 18.04),
    
    145
    +            mate-user-share (>= 1.20),
    
    146
    +            mozo (>= 1.20),
    
    145 147
                 yelp,
    
    146
    -Suggests: mate-netbook (>= 1.18),
    
    148
    +Suggests: caja-share (>= 1.20),
    
    149
    +          mate-netbook (>= 1.20),
    
    147 150
               mate-user-guide,
    
    148 151
     Description: MATE Desktop Environment (extra components, metapackage)
    
    149 152
      The MATE Desktop Environment is the continuation of GNOME 2. It provides an
    

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Comment:
    
    3 3
      This package is a meta-package.
    
    4 4
     
    


  • Reply to: