Wed Nov 1 01:05:54 2023 UTC ()
caja: restore introspection support (no default change)

This was evidently lost many updates ago. Use a potentially more
resilient and obvious means of recording these components.


(gutteridge)
diff -r0 -r1.1 pkgsrc/sysutils/caja/PLIST.introspection
diff -r1.2 -r1.3 pkgsrc/sysutils/caja/options.mk

File Added: pkgsrc/sysutils/caja/PLIST.introspection
@comment $NetBSD: PLIST.introspection,v 1.1 2023/11/01 01:05:54 gutteridge Exp $
lib/girepository-1.0/Caja-2.0.typelib
share/gir-1.0/Caja-2.0.gir

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/caja/options.mk (expand / switch to unified diff)

--- pkgsrc/sysutils/caja/options.mk 2016/06/13 22:31:25 1.2
+++ pkgsrc/sysutils/caja/options.mk 2023/11/01 01:05:54 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: options.mk,v 1.2 2016/06/13 22:31:25 youri Exp $ 1# $NetBSD: options.mk,v 1.3 2023/11/01 01:05:54 gutteridge Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.caja 3PKG_OPTIONS_VAR= PKG_OPTIONS.caja
4PKG_SUPPORTED_OPTIONS= introspection 4PKG_SUPPORTED_OPTIONS= introspection
5PKG_SUGGESTED_OPTIONS= 5PKG_SUGGESTED_OPTIONS=
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9PLIST_VARS+= introspection 9PLIST_SRC+= PLIST
10 10
11.if !empty(PKG_OPTIONS:Mintrospection) 11.if !empty(PKG_OPTIONS:Mintrospection)
12BUILDLINK_DEPMETHOD.gobject-introspection+= build 12BUILDLINK_DEPMETHOD.gobject-introspection+= build
13.include "../../devel/gobject-introspection/buildlink3.mk" 13.include "../../devel/gobject-introspection/buildlink3.mk"
14.include "../../graphics/cairo-gobject/buildlink3.mk" 14.include "../../graphics/cairo-gobject/buildlink3.mk"
15CONFIGURE_ARGS+= --enable-introspection 15CONFIGURE_ARGS+= --enable-introspection
16PLIST.introspection= yes 16PLIST_SRC+= PLIST.introspection
17.else 17.else
18CONFIGURE_ARGS+= --disable-introspection 18CONFIGURE_ARGS+= --disable-introspection
19.endif 19.endif