aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-panel
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-12-13 22:26:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-12-13 22:26:15 +0000
commit5409397ca7af06395069616f83f1370ef9d9f34a (patch)
treea953482731786963d3db8b115323a85ba01bf263 /x11/mate-panel
parentfbf520bc22e35dcb5a272e536ca7a7fb5f5ba0d4 (diff)
downloadports-5409397ca7af06395069616f83f1370ef9d9f34a.tar.gz
ports-5409397ca7af06395069616f83f1370ef9d9f34a.zip
Notes
Diffstat (limited to 'x11/mate-panel')
-rw-r--r--x11/mate-panel/Makefile1
-rw-r--r--x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile
index d1707a47f96e..f9f3879aab63 100644
--- a/x11/mate-panel/Makefile
+++ b/x11/mate-panel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-panel
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c b/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c
new file mode 100644
index 000000000000..8f1bdfc76e0e
--- /dev/null
+++ b/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c
@@ -0,0 +1,11 @@
+--- applets/wncklet/workspace-switcher.c.orig
++++ applets/wncklet/workspace-switcher.c
+@@ -143,7 +143,7 @@
+
+ if (!wm_name)
+ pager->wm = PAGER_WM_UNKNOWN;
+- else if (strcmp(wm_name, "Marco") == 0)
++ else if (strcmp(wm_name, "Metacity (Marco)") == 0)
+ pager->wm = PAGER_WM_MARCO;
+ else if (strcmp(wm_name, "Compiz") == 0)
+ pager->wm = PAGER_WM_COMPIZ;