svn commit: r551831 - head/x11/mate-panel
Eric Turgeon
ericbsd at FreeBSD.org
Fri Oct 9 21:23:10 UTC 2020
Author: ericbsd
Date: Fri Oct 9 21:23:09 2020
New Revision: 551831
URL: https://svnweb.freebsd.org/changeset/ports/551831
Log:
fix missing X11 option in x11/mate-panel/pkg-plist
Modified:
head/x11/mate-panel/pkg-plist
Modified: head/x11/mate-panel/pkg-plist
==============================================================================
--- head/x11/mate-panel/pkg-plist Fri Oct 9 21:18:10 2020 (r551830)
+++ head/x11/mate-panel/pkg-plist Fri Oct 9 21:23:09 2020 (r551831)
@@ -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
-libexec/notification-area-applet
-libexec/wnck-applet
+%%X11%%libexec/notification-area-applet
+%%X11%%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
-share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
-share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
+%%X11%%share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
+%%X11%%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
@@ -1066,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
-%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet
-%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet
+%%X11%%%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet
+%%X11%%%%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-head
mailing list