diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-05-04 00:25:35 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-05-04 00:25:35 +0000 |
commit | 12e69280f9686e15820e02635df4f2e72c56f73c (patch) | |
tree | 11fe7f59bc66b9e625ff11466f497c514f601447 /x11 | |
parent | a83a853a6e14d47041beb6d1a054832ebdc1de92 (diff) | |
download | pkgsrc-12e69280f9686e15820e02635df4f2e72c56f73c.tar.gz |
mate-panel: fix build with non-default introspection enabled
Restore conditional PLIST entries that were lost in an update way back
in 2017.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-panel/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mate-panel/PLIST b/x11/mate-panel/PLIST index 718ad411efd..3e85d59827a 100644 --- a/x11/mate-panel/PLIST +++ b/x11/mate-panel/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.9 2020/10/05 17:35:55 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/05/04 00:25:35 gutteridge Exp $ bin/mate-desktop-item-edit bin/mate-panel bin/mate-panel-test-applets include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-enums.h include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-gsettings.h include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h +${PLIST.introspection}lib/girepository-1.0/MatePanelApplet-4.0.typelib lib/libmate-panel-applet-4.la lib/mate-panel/libclock-applet.la lib/mate-panel/libfish-applet.la @@ -15,6 +16,7 @@ man/man1/mate-desktop-item-edit.1 man/man1/mate-panel-test-applets.1 man/man1/mate-panel.1 share/applications/mate-panel.desktop +${PLIST.introspection}share/gir-1.0/MatePanelApplet-4.0.gir share/glib-2.0/schemas/org.mate.panel.applet.clock.gschema.xml share/glib-2.0/schemas/org.mate.panel.applet.fish.gschema.xml share/glib-2.0/schemas/org.mate.panel.applet.notification-area.gschema.xml |