pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mate-panel mate-panel: Remove introspection option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f1a71be3319
branches:  trunk
changeset: 381108:2f1a71be3319
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 11:38:05 2022 +0000

description:
mate-panel: Remove introspection option.

https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2

diffstat:

 x11/mate-panel/Makefile   |   6 +++---
 x11/mate-panel/PLIST      |   6 +++---
 x11/mate-panel/options.mk |  18 ------------------
 3 files changed, 6 insertions(+), 24 deletions(-)

diffs (75 lines):

diff -r 1dcac277c3c8 -r 2f1a71be3319 x11/mate-panel/Makefile
--- a/x11/mate-panel/Makefile   Tue Jun 28 11:30:51 2022 +0000
+++ b/x11/mate-panel/Makefile   Tue Jun 28 11:38:05 2022 +0000
@@ -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 @@
 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 @@
 .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
diff -r 1dcac277c3c8 -r 2f1a71be3319 x11/mate-panel/PLIST
--- a/x11/mate-panel/PLIST      Tue Jun 28 11:30:51 2022 +0000
+++ b/x11/mate-panel/PLIST      Tue Jun 28 11:38:05 2022 +0000
@@ -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-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
diff -r 1dcac277c3c8 -r 2f1a71be3319 x11/mate-panel/options.mk
--- a/x11/mate-panel/options.mk Tue Jun 28 11:30:51 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2016/06/18 09:05:02 youri Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-panel
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-BUILDLINK_DEPMETHOD.gobject-introspection+=    build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-introspection
-PLIST.introspection=   yes
-.else
-CONFIGURE_ARGS+=       --disable-introspection
-.endif



Home | Main Index | Thread Index | Old Index