svn commit: r551821 - head/x11/mate-panel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 9 20:38:28 UTC 2020
Author: bapt
Date: Fri Oct 9 20:38:27 2020
New Revision: 551821
URL: https://svnweb.freebsd.org/changeset/ports/551821
Log:
Properly register the schema for the preview window list
This prevents the mate-panel from crashing all the time
Modified:
head/x11/mate-panel/Makefile
Modified: head/x11/mate-panel/Makefile
==============================================================================
--- head/x11/mate-panel/Makefile Fri Oct 9 20:36:48 2020 (r551820)
+++ head/x11/mate-panel/Makefile Fri Oct 9 20:38:27 2020 (r551821)
@@ -3,6 +3,7 @@
PORTNAME= mate-panel
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=" "
More information about the svn-ports-all
mailing list