pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gobject-introspection
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 9 18:20:30 UTC 2024
Modified Files:
pkgsrc/devel/gobject-introspection: Makefile PLIST
Log Message:
gobject-introspection: manually install some gir/typelib files
Removed in last update, but still needed. Not mentioned in NEWS...
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/gobject-introspection/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/gobject-introspection/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.92 pkgsrc/devel/gobject-introspection/Makefile:1.93
--- pkgsrc/devel/gobject-introspection/Makefile:1.92 Tue Apr 9 17:55:46 2024
+++ pkgsrc/devel/gobject-introspection/Makefile Tue Apr 9 18:20:30 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2024/04/09 17:55:46 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/04/09 18:20:30 wiz Exp $
DISTNAME= gobject-introspection-1.80.1
+PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -42,6 +43,10 @@ MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/o
# Disable cache to keep fake homedir clean
MAKE_ENV+= GI_SCANNER_DISABLE_CACHE=yes
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/output/gir/*.typelib ${DESTDIR}${PREFIX}/lib/girepository-1.0
+ ${INSTALL_DATA} ${WRKSRC}/output/gir/*.gir ${DESTDIR}${PREFIX}/share/gir-1.0
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.79
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
Index: pkgsrc/devel/gobject-introspection/PLIST
diff -u pkgsrc/devel/gobject-introspection/PLIST:1.17 pkgsrc/devel/gobject-introspection/PLIST:1.18
--- pkgsrc/devel/gobject-introspection/PLIST:1.17 Tue Apr 9 17:55:46 2024
+++ pkgsrc/devel/gobject-introspection/PLIST Tue Apr 9 18:20:30 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2024/04/09 17:55:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2024/04/09 18:20:30 wiz Exp $
bin/g-ir-annotation-tool
bin/g-ir-compiler
bin/g-ir-generate
@@ -30,6 +30,10 @@ lib/girepository-1.0/DBus-1.0.typelib
lib/girepository-1.0/DBusGLib-1.0.typelib
lib/girepository-1.0/GIRepository-2.0.typelib
lib/girepository-1.0/GL-1.0.typelib
+lib/girepository-1.0/GLib-2.0.typelib
+lib/girepository-1.0/GModule-2.0.typelib
+lib/girepository-1.0/GObject-2.0.typelib
+lib/girepository-1.0/Gio-2.0.typelib
lib/girepository-1.0/Vulkan-1.0.typelib
lib/girepository-1.0/cairo-1.0.typelib
lib/girepository-1.0/fontconfig-2.0.typelib
@@ -147,6 +151,10 @@ share/gir-1.0/DBus-1.0.gir
share/gir-1.0/DBusGLib-1.0.gir
share/gir-1.0/GIRepository-2.0.gir
share/gir-1.0/GL-1.0.gir
+share/gir-1.0/GLib-2.0.gir
+share/gir-1.0/GModule-2.0.gir
+share/gir-1.0/GObject-2.0.gir
+share/gir-1.0/Gio-2.0.gir
share/gir-1.0/Vulkan-1.0.gir
share/gir-1.0/cairo-1.0.gir
share/gir-1.0/fontconfig-2.0.gir
Home |
Main Index |
Thread Index |
Old Index