Date: Fri, 9 Oct 2020 20:38:28 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551821 - head/x11/mate-panel Message-ID: <202010092038.099KcShk043649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=" "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010092038.099KcShk043649>