mate-panel: update to 1.26.4

### mate-panel 1.26.4

  * update translations
  * wnck-pager: Fix workspace switcher aspect ratio
  * libmate-panel-applet: Fix build with gettext 0.22
  * status-notifier: Show AttentionIcon when Status is NeedsAttention
  * status-notifier: fix typo
  * notification-area: stop warning on removal
This commit is contained in:
gutteridge 2023-12-04 13:54:04 +00:00
parent 7d28371668
commit 41f2e93fd6
4 changed files with 11 additions and 25 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.56 2023/11/14 14:03:17 wiz Exp $
# $NetBSD: Makefile,v 1.57 2023/12/04 13:54:04 gutteridge Exp $
PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-panel-${VERSION:R}.3
DISTNAME= mate-panel-${VERSION:R}.4
CATEGORIES= x11
COMMENT= MATE panel application

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2022/11/27 05:02:21 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.13 2023/12/04 13:54:04 gutteridge Exp $
bin/mate-desktop-item-edit
bin/mate-panel
bin/mate-panel-test-applets
@ -584,6 +584,9 @@ share/help/ms/mate-fish/legal.xml
share/help/my/mate-fish/figures/fish_applet.png
share/help/my/mate-fish/index.docbook
share/help/my/mate-fish/legal.xml
share/help/nan/mate-fish/figures/fish_applet.png
share/help/nan/mate-fish/index.docbook
share/help/nan/mate-fish/legal.xml
share/help/nb/mate-clock/figures/clock_applet.png
share/help/nb/mate-clock/index.docbook
share/help/nb/mate-clock/legal.xml
@ -1029,6 +1032,7 @@ share/locale/ml/LC_MESSAGES/mate-panel.mo
share/locale/mn/LC_MESSAGES/mate-panel.mo
share/locale/mr/LC_MESSAGES/mate-panel.mo
share/locale/ms/LC_MESSAGES/mate-panel.mo
share/locale/nan/LC_MESSAGES/mate-panel.mo
share/locale/nb/LC_MESSAGES/mate-panel.mo
share/locale/nds/LC_MESSAGES/mate-panel.mo
share/locale/ne/LC_MESSAGES/mate-panel.mo

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/07/04 01:31:22 gutteridge Exp $
$NetBSD: distinfo,v 1.17 2023/12/04 13:54:04 gutteridge Exp $
BLAKE2s (mate-panel-1.26.3.tar.xz) = 762f45dc7b9068c59d8a302b91a0bb9ddf2e4d7202789753a9614d6fb726715e
SHA512 (mate-panel-1.26.3.tar.xz) = 28c93566a528037082ed6181e628658373e5fd35f987b9d18b1731f3b3762f139cd1624ad862acc40413baa308b51a7ae617449c4a2a13c4726b5dad6a109d5a
Size (mate-panel-1.26.3.tar.xz) = 3255864 bytes
SHA1 (patch-libmate-panel-applet_Makefile.in) = 4b676eb20c0e5befdca0c52b72d44b8ee1d1f0ed
BLAKE2s (mate-panel-1.26.4.tar.xz) = ccbb42d75051ec600d3f4ea8e4799a68d15bec30cd5a1b99910d8fd6fd48fdb2
SHA512 (mate-panel-1.26.4.tar.xz) = 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
Size (mate-panel-1.26.4.tar.xz) = 3262004 bytes

View file

@ -1,16 +0,0 @@
$NetBSD: patch-libmate-panel-applet_Makefile.in,v 1.1 2023/07/04 01:31:23 gutteridge Exp $
Fix build with gettext 0.22.
https://github.com/mate-desktop/mate-panel/commit/5a7f770082568453f3a5f271a274156f08352101
--- libmate-panel-applet/Makefile.in.orig 2023-05-02 14:46:00.000000000 +0000
+++ libmate-panel-applet/Makefile.in
@@ -1032,7 +1032,7 @@ mate-panel-applet-enums.h: @REBUILD@ $(m
--eprod "GType @enum_name@_get_type (void);\n" \
$(mate_panel_applet_enum_headers) > $@
$(noinst_DATA): $(applet_in_files)
- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@
+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@
###############################
# Introspection generation