pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/caja



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Nov  1 01:05:54 UTC 2023

Modified Files:
        pkgsrc/sysutils/caja: options.mk
Added Files:
        pkgsrc/sysutils/caja: PLIST.introspection

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/caja/PLIST.introspection
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/caja/options.mk

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

Modified files:

Index: pkgsrc/sysutils/caja/options.mk
diff -u pkgsrc/sysutils/caja/options.mk:1.2 pkgsrc/sysutils/caja/options.mk:1.3
--- pkgsrc/sysutils/caja/options.mk:1.2 Mon Jun 13 22:31:25 2016
+++ pkgsrc/sysutils/caja/options.mk     Wed Nov  1 01:05:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/06/13 22:31:25 youri Exp $
+# $NetBSD: options.mk,v 1.3 2023/11/01 01:05:54 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.caja
 PKG_SUPPORTED_OPTIONS= introspection
@@ -6,14 +6,14 @@ PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=   introspection
+PLIST_SRC+=    PLIST
 
 .if !empty(PKG_OPTIONS:Mintrospection)
 BUILDLINK_DEPMETHOD.gobject-introspection+=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/cairo-gobject/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-introspection
-PLIST.introspection=   yes
+PLIST_SRC+=    PLIST.introspection
 .else
 CONFIGURE_ARGS+=       --disable-introspection
 .endif

Added files:

Index: pkgsrc/sysutils/caja/PLIST.introspection
diff -u /dev/null pkgsrc/sysutils/caja/PLIST.introspection:1.1
--- /dev/null   Wed Nov  1 01:05:54 2023
+++ pkgsrc/sysutils/caja/PLIST.introspection    Wed Nov  1 01:05:54 2023
@@ -0,0 +1,3 @@
+@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



Home | Main Index | Thread Index | Old Index