pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jul 20 13:42:54 UTC 2023

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile PLIST

Log Message:
gexiv2: Fix PLIST divergence

meson-1.2.0 compiles all .py files.
And use PLIST substitution mechanism with python /extension.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/gexiv2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gexiv2/PLIST

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

Modified files:

Index: pkgsrc/graphics/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.31 pkgsrc/graphics/gexiv2/Makefile:1.32
--- pkgsrc/graphics/gexiv2/Makefile:1.31        Tue Jul 18 22:31:52 2023
+++ pkgsrc/graphics/gexiv2/Makefile     Thu Jul 20 13:42:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/07/18 22:31:52 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/07/20 13:42:54 ryoon Exp $
 
 DISTNAME=      gexiv2-0.14.1
 PKGREVISION=   2
@@ -27,6 +27,7 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,--ver
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
+MESON_REQD=    1.2.0
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=     build
@@ -36,4 +37,5 @@ BUILDLINK_API_DEPENDS.exiv2+= exiv2>=0.2
 .include "../../graphics/exiv2/buildlink3.mk"
 .include "../../lang/vala/buildlink3.mk"
 .include "../../lang/python/tool.mk"
+.include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/gexiv2/PLIST
diff -u pkgsrc/graphics/gexiv2/PLIST:1.5 pkgsrc/graphics/gexiv2/PLIST:1.6
--- pkgsrc/graphics/gexiv2/PLIST:1.5    Wed May 17 10:54:21 2023
+++ pkgsrc/graphics/gexiv2/PLIST        Thu Jul 20 13:42:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/05/17 10:54:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/07/20 13:42:54 ryoon Exp $
 include/gexiv2/gexiv2-enums.h
 include/gexiv2/gexiv2-log.h
 include/gexiv2/gexiv2-managed-stream.h
@@ -14,6 +14,7 @@ lib/libgexiv2.so.2
 lib/libgexiv2.so.2.14.1
 lib/pkgconfig/gexiv2.pc
 ${PYSITELIB}/gi/overrides/GExiv2.py
+${PYSITELIB}/gi/overrides/GExiv2.pyc
 share/gir-1.0/GExiv2-0.10.gir
 share/vala/vapi/gexiv2.deps
 share/vala/vapi/gexiv2.vapi



Home | Main Index | Thread Index | Old Index