mate-panel: apply selected fixes from v1.26.3

This commit is contained in:
Luis Guzmán 2023-11-23 00:55:03 +00:00
parent bf4c2c4bb8
commit 3b79a31e42
5 changed files with 138 additions and 1 deletions

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=10
VERSION=11
. ./config
@ -121,6 +121,12 @@ debian/mate-panel-layout-update.desktop etc/xdg/autostart
debian/layout-reset usr/share/mate-panel
EOF
# Apply selected upstream fixes from mate-panel - 1.26.3
for i in $(find $DATA/ -name *.patch|sort)
do
patch --no-backup-if-mismatch -p1 < $i
done
changelog "Changed default layout"
package