Received: by mail.netbsd.org (Postfix, from userid 605) id 9CA6984D9E; Tue, 4 May 2021 00:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D49D084D91 for ; Tue, 4 May 2021 00:25:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id R9yRaDliFsfK for ; Tue, 4 May 2021 00:25:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2902C84D23 for ; Tue, 4 May 2021 00:25:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BCB8FA95; Tue, 4 May 2021 00:25:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620087936272030" MIME-Version: 1.0 Date: Tue, 4 May 2021 00:25:36 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/mate-panel To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210504002536.1BCB8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620087936272030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1620087936272030 Content-Disposition: inline Content-Length: 1269 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1620087936272030--