Received: by mail.netbsd.org (Postfix, from userid 605) id 6CBAF84E58; Tue, 28 Jun 2022 11:35:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A47FC84D65 for ; Tue, 28 Jun 2022 11:35:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6imxIPcjdAsq for ; Tue, 28 Jun 2022 11:35:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10E4C84CED for ; Tue, 28 Jun 2022 11:35:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6CB3FB1A; Tue, 28 Jun 2022 11:38:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656416285116680" MIME-Version: 1.0 Date: Tue, 28 Jun 2022 11:38:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/mate-panel To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220628113805.A6CB3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656416285116680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 28 11:38:05 UTC 2022 Modified Files: pkgsrc/x11/mate-panel: Makefile PLIST Removed Files: pkgsrc/x11/mate-panel: options.mk Log Message: mate-panel: Remove introspection option. https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2 To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/mate-panel/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/mate-panel/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/x11/mate-panel/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656416285116680 Content-Disposition: inline Content-Length: 2617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-panel/Makefile diff -u pkgsrc/x11/mate-panel/Makefile:1.43 pkgsrc/x11/mate-panel/Makefile:1.44 --- pkgsrc/x11/mate-panel/Makefile:1.43 Mon Apr 18 19:12:24 2022 +++ pkgsrc/x11/mate-panel/Makefile Tue Jun 28 11:38:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2022/04/18 19:12:24 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/06/28 11:38:05 nia Exp $ PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" @@ -13,8 +13,7 @@ TOOL_DEPENDS+= libxml2-[0-9]*:../../tex PKGCONFIG_OVERRIDE+= libmate-panel-applet/libmatepanelapplet-4.0.pc.in CONFIGURE_ARGS+= --with-in-process-applets=all - -.include "options.mk" +CONFIGURE_ARGS+= --enable-introspection .include "../../devel/glib2/schemas.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" @@ -24,6 +23,7 @@ CONFIGURE_ARGS+= --with-in-process-apple .include "../../audio/libcanberra/buildlink3.mk" .include "../../devel/dconf/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" # The PLIST generated by this package varies, depending on the version # of libwnck3 it's built against. Newer versions of libwnck3 offer # window previewing functionality that mate-panel conditionally detects Index: pkgsrc/x11/mate-panel/PLIST diff -u pkgsrc/x11/mate-panel/PLIST:1.10 pkgsrc/x11/mate-panel/PLIST:1.11 --- pkgsrc/x11/mate-panel/PLIST:1.10 Tue May 4 00:25:35 2021 +++ pkgsrc/x11/mate-panel/PLIST Tue Jun 28 11:38:05 2022 @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.10 2021/05/04 00:25:35 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/06/28 11:38:05 nia 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/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 @@ -16,7 +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/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 --_----------=_1656416285116680--