pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue May  4 00:25:36 UTC 2021

Modified Files:
        pkgsrc/x11/mate-panel: PLIST

Log Message:
mate-panel: fix build with non-default introspection enabled

Restore conditional PLIST entries that were lost in an update way back
in 2017.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/mate-panel/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-panel/PLIST
diff -u pkgsrc/x11/mate-panel/PLIST:1.9 pkgsrc/x11/mate-panel/PLIST:1.10
--- pkgsrc/x11/mate-panel/PLIST:1.9     Mon Oct  5 17:35:55 2020
+++ pkgsrc/x11/mate-panel/PLIST Tue May  4 00:25:35 2021
@@ -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



Home | Main Index | Thread Index | Old Index