aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-panel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-10-09 20:38:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-10-09 20:38:27 +0000
commit72ae8b56fdd5b11a553e80c46be6b652f5007b1c (patch)
treea69838c78020427e4c406921d7e4921fbba865e7 /x11/mate-panel
parent8a4d4c244e1ba4762dc9be32eb1052f87789ce4f (diff)
downloadports-72ae8b56fdd5b11a553e80c46be6b652f5007b1c.tar.gz
ports-72ae8b56fdd5b11a553e80c46be6b652f5007b1c.zip
Properly register the schema for the preview window list
This prevents the mate-panel from crashing all the time
Notes
Notes: svn path=/head/; revision=551821
Diffstat (limited to 'x11/mate-panel')
-rw-r--r--x11/mate-panel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile
index e9575121018c..cd95cc452b9a 100644
--- a/x11/mate-panel/Makefile
+++ b/x11/mate-panel/Makefile
@@ -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=" "