svn commit: r551825 - branches/2020Q4/x11/mate-panel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 9 20:51:30 UTC 2020
Author: bapt
Date: Fri Oct 9 20:51:29 2020
New Revision: 551825
URL: https://svnweb.freebsd.org/changeset/ports/551825
Log:
MFH: r551471 r551821
update x11/mate-panel to 1.24.1
Properly register the schema for the preview window list
This prevents the mate-panel from crashing all the time
This fixes the continuous crashing of the window list applet
Modified:
branches/2020Q4/x11/mate-panel/Makefile
branches/2020Q4/x11/mate-panel/distinfo
branches/2020Q4/x11/mate-panel/pkg-plist
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/x11/mate-panel/Makefile
==============================================================================
--- branches/2020Q4/x11/mate-panel/Makefile Fri Oct 9 20:47:17 2020 (r551824)
+++ branches/2020Q4/x11/mate-panel/Makefile Fri Oct 9 20:51:29 2020 (r551825)
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= mate-panel
-PORTVERSION= 1.24.0
+PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -59,7 +60,8 @@ X11_USE= GNOME=libwnck3 XORG=x11,xau,xrandr
X11_CONFIGURE_ENABLE= x11
X11_VARS= GLIB_SCHEMAS+=org.mate.panel.applet.notification-area.gschema.xml \
GLIB_SCHEMAS+=org.mate.panel.applet.window-list.gschema.xml \
- GLIB_SCHEMAS+=org.mate.panel.applet.workspace-switcher.gschema.xml
+ GLIB_SCHEMAS+=org.mate.panel.applet.workspace-switcher.gschema.xml \
+ GLIB_SCHEMAS+=org.mate.panel.applet.window-list-previews.gschema.xml
X11_CONFIGURE_ENV_OFF= WNCKLET_CFLAGS=" " WNCKLET_LIBS=" " \
XRANDR_CFLAGS=" " XRANDR_LIBS=" "
Modified: branches/2020Q4/x11/mate-panel/distinfo
==============================================================================
--- branches/2020Q4/x11/mate-panel/distinfo Fri Oct 9 20:47:17 2020 (r551824)
+++ branches/2020Q4/x11/mate-panel/distinfo Fri Oct 9 20:51:29 2020 (r551825)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1591974472
-SHA256 (mate/mate-panel-1.24.0.tar.xz) = 369e088806b72c4035c4342de0f16301d9b5d8b8ba5ad16350bba2892f0830c3
-SIZE (mate/mate-panel-1.24.0.tar.xz) = 3040068
+TIMESTAMP = 1601841836
+SHA256 (mate/mate-panel-1.24.1.tar.xz) = 94187a04b8b07393cbd43293b6ac4aeeacb9d586a4d726010ca07de560c67475
+SIZE (mate/mate-panel-1.24.1.tar.xz) = 3265000
SHA256 (mate/9f15be59faa7.patch) = f3e7c063a122ae41809276b61a2ec306a27562ef65832eb3ffe92063868ad819
SIZE (mate/9f15be59faa7.patch) = 804
Modified: branches/2020Q4/x11/mate-panel/pkg-plist
==============================================================================
--- branches/2020Q4/x11/mate-panel/pkg-plist Fri Oct 9 20:47:17 2020 (r551824)
+++ branches/2020Q4/x11/mate-panel/pkg-plist Fri Oct 9 20:51:29 2020 (r551825)
@@ -12,16 +12,16 @@ lib/libmate-panel-applet-4.so.1.0.1
libdata/pkgconfig/libmatepanelapplet-4.0.pc
libexec/clock-applet
libexec/fish-applet
-%%X11%%libexec/notification-area-applet
-%%X11%%libexec/wnck-applet
+libexec/notification-area-applet
+libexec/wnck-applet
man/man1/mate-desktop-item-edit.1.gz
man/man1/mate-panel-test-applets.1.gz
man/man1/mate-panel.1.gz
share/applications/mate-panel.desktop
share/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service
-%%X11%%share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
-%%X11%%share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
+share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
+share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
%%PORTDOCS%%%%DOCSDIR%%-applet/applet-popups.html
%%PORTDOCS%%%%DOCSDIR%%-applet/applet-porting.html
%%PORTDOCS%%%%DOCSDIR%%-applet/applet-writing.html
@@ -864,6 +864,17 @@ share/icons/hicolor/24x24/apps/mate-panel-window-list.
share/icons/hicolor/24x24/apps/mate-panel-window-menu.png
share/icons/hicolor/24x24/apps/mate-panel-workspace-switcher.png
share/icons/hicolor/24x24/apps/mate-panel.png
+share/icons/hicolor/256x256/apps/mate-panel-clock.png
+share/icons/hicolor/256x256/apps/mate-panel-drawer.png
+share/icons/hicolor/256x256/apps/mate-panel-fish.png
+share/icons/hicolor/256x256/apps/mate-panel-force-quit.png
+share/icons/hicolor/256x256/apps/mate-panel-launcher.png
+share/icons/hicolor/256x256/apps/mate-panel-notification-area.png
+share/icons/hicolor/256x256/apps/mate-panel-separator.png
+share/icons/hicolor/256x256/apps/mate-panel-window-list.png
+share/icons/hicolor/256x256/apps/mate-panel-window-menu.png
+share/icons/hicolor/256x256/apps/mate-panel-workspace-switcher.png
+share/icons/hicolor/256x256/apps/mate-panel.png
share/icons/hicolor/32x32/apps/mate-panel-clock.png
share/icons/hicolor/32x32/apps/mate-panel-drawer.png
share/icons/hicolor/32x32/apps/mate-panel-fish.png
@@ -875,7 +886,39 @@ share/icons/hicolor/32x32/apps/mate-panel-window-list.
share/icons/hicolor/32x32/apps/mate-panel-window-menu.png
share/icons/hicolor/32x32/apps/mate-panel-workspace-switcher.png
share/icons/hicolor/32x32/apps/mate-panel.png
+share/icons/hicolor/48x48/apps/mate-panel-clock.png
+share/icons/hicolor/48x48/apps/mate-panel-drawer.png
+share/icons/hicolor/48x48/apps/mate-panel-fish.png
+share/icons/hicolor/48x48/apps/mate-panel-force-quit.png
+share/icons/hicolor/48x48/apps/mate-panel-launcher.png
+share/icons/hicolor/48x48/apps/mate-panel-notification-area.png
+share/icons/hicolor/48x48/apps/mate-panel-separator.png
+share/icons/hicolor/48x48/apps/mate-panel-window-list.png
+share/icons/hicolor/48x48/apps/mate-panel-window-menu.png
+share/icons/hicolor/48x48/apps/mate-panel-workspace-switcher.png
share/icons/hicolor/48x48/apps/mate-panel.png
+share/icons/hicolor/64x64/apps/mate-panel-clock.png
+share/icons/hicolor/64x64/apps/mate-panel-drawer.png
+share/icons/hicolor/64x64/apps/mate-panel-fish.png
+share/icons/hicolor/64x64/apps/mate-panel-force-quit.png
+share/icons/hicolor/64x64/apps/mate-panel-launcher.png
+share/icons/hicolor/64x64/apps/mate-panel-notification-area.png
+share/icons/hicolor/64x64/apps/mate-panel-separator.png
+share/icons/hicolor/64x64/apps/mate-panel-window-list.png
+share/icons/hicolor/64x64/apps/mate-panel-window-menu.png
+share/icons/hicolor/64x64/apps/mate-panel-workspace-switcher.png
+share/icons/hicolor/64x64/apps/mate-panel.png
+share/icons/hicolor/96x96/apps/mate-panel-clock.png
+share/icons/hicolor/96x96/apps/mate-panel-drawer.png
+share/icons/hicolor/96x96/apps/mate-panel-fish.png
+share/icons/hicolor/96x96/apps/mate-panel-force-quit.png
+share/icons/hicolor/96x96/apps/mate-panel-launcher.png
+share/icons/hicolor/96x96/apps/mate-panel-notification-area.png
+share/icons/hicolor/96x96/apps/mate-panel-separator.png
+share/icons/hicolor/96x96/apps/mate-panel-window-list.png
+share/icons/hicolor/96x96/apps/mate-panel-window-menu.png
+share/icons/hicolor/96x96/apps/mate-panel-workspace-switcher.png
+share/icons/hicolor/96x96/apps/mate-panel.png
share/icons/hicolor/scalable/apps/mate-panel-clock.svg
share/icons/hicolor/scalable/apps/mate-panel-drawer.svg
share/icons/hicolor/scalable/apps/mate-panel-fish.svg
@@ -956,6 +999,7 @@ share/locale/it/LC_MESSAGES/mate-panel.mo
share/locale/ja/LC_MESSAGES/mate-panel.mo
share/locale/jv/LC_MESSAGES/mate-panel.mo
share/locale/ka/LC_MESSAGES/mate-panel.mo
+share/locale/kab/LC_MESSAGES/mate-panel.mo
share/locale/kk/LC_MESSAGES/mate-panel.mo
share/locale/km/LC_MESSAGES/mate-panel.mo
share/locale/kn/LC_MESSAGES/mate-panel.mo
@@ -1022,8 +1066,8 @@ share/locale/zh_TW/LC_MESSAGES/mate-panel.mo
share/locale/zu/LC_MESSAGES/mate-panel.mo
%%DATADIR%%/applets/org.mate.panel.ClockApplet.mate-panel-applet
%%DATADIR%%/applets/org.mate.panel.FishApplet.mate-panel-applet
-%%X11%%%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet
-%%X11%%%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet
+%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet
+%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet
%%DATADIR%%/fish/fishanim.png
%%DATADIR%%/fish/footguy.png
%%DATADIR%%/fish/monkey.png
More information about the svn-ports-all
mailing list