- update gobject-introspection to 0.9.12 (development release needed by folks)

teeth-grindingly ok'd by aja
This commit is contained in:
jasper 2010-10-24 13:40:27 +00:00
parent b652d545f7
commit f23b59bbf5
13 changed files with 165 additions and 144 deletions

View File

@ -1,20 +1,18 @@
# $OpenBSD: Makefile,v 1.16 2010/10/18 17:47:53 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 13:40:27 jasper Exp $
# Look at cairo-related regression failure.
# and cairo/cairo.h: No such file or directory during build.
#
# Look at re-entering tests/.
COMMENT= GObject Introspection
GNOME_VERSION= 0.6.14
GNOME_VERSION= 0.9.12
GNOME_PROJECT= gobject-introspection
REVISION= 3
CATEGORIES= devel
SHARED_LIBS += girepository-1.0 0.0 # .0.0
SHARED_LIBS += girepository-everything-1.0 0.0 # .1.0
SHARED_LIBS += girepository-gimarshallingtests-1.0 0.0 # .1.0
SHARED_LIBS += girepository-1.0 1.0 # 1.0
#SHARED_LIBS += everything-1.0 0.0 # .0.0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
@ -43,7 +41,7 @@ LIB_DEPENDS= ::devel/glib2 \
BUILD_DEPENDS= ::devel/bison
USE_LIBTOOL= gnu
USE_GROFF = Yes
USE_GROFF = Yes
YACC= bison
@ -62,8 +60,7 @@ pre-configure:
${WRKSRC}/gir/Makefile.in \
${WRKSRC}/tests/scanner/Makefile.in \
${WRKSRC}/tests/offsets/Makefile.in \
${WRKSRC}/tools/g-ir-scanner.in \
${WRKSRC}/gir/Everything-1.0-expected.gir
${WRKSRC}/tools/g-ir-scanner.in
perl -pi -e "s,'cc','${CC}'," ${WRKSRC}/giscanner/sourcescanner.py
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gobject-introspection-0.6.14.tar.bz2) = fqm+mjR7XECP08OQeAPemw==
RMD160 (gobject-introspection-0.6.14.tar.bz2) = t5JvSdpv3dpCFCBOZNq30qNCWK4=
SHA1 (gobject-introspection-0.6.14.tar.bz2) = 1HcU3vztA0ILyeWpHe+rZUgjAWw=
SHA256 (gobject-introspection-0.6.14.tar.bz2) = xHE7y867BoYXOKj2MKsFKJZm5jH0L3q78ug2l42366Y=
SIZE (gobject-introspection-0.6.14.tar.bz2) = 763182
MD5 (gobject-introspection-0.9.12.tar.bz2) = Jgul53tcDeDn2Pr2Psv+5w==
RMD160 (gobject-introspection-0.9.12.tar.bz2) = yONvG7kWT9IcIF45vQg7s2FBAWQ=
SHA1 (gobject-introspection-0.9.12.tar.bz2) = N4FjTUadRpe7f0SFYtnXCr4SJo8=
SHA256 (gobject-introspection-0.9.12.tar.bz2) = nABg1m0UoGAFeh/ABb5zZ1obigDUlozo54/y1rn4ToE=
SIZE (gobject-introspection-0.9.12.tar.bz2) = 1050788

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-Makefile_in,v 1.1 2010/10/24 13:40:27 jasper Exp $
Too much libtool abuse going on in tests/ needs to be sorted out
first before entering again.
--- Makefile.in.orig Wed Oct 6 22:54:28 2010
+++ Makefile.in Sun Oct 24 15:03:00 2010
@@ -305,7 +305,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = girepository giscanner tools gir docs tests examples
+SUBDIRS = girepository giscanner tools gir docs examples
DIST_SUBDIRS = m4 $(SUBDIRS)
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
man_MANS = \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-gir_Everything-1_0-expected_gir,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
--- gir/Everything-1.0-expected.gir.orig Tue Jun 1 21:48:36 2010
+++ gir/Everything-1.0-expected.gir Fri Jul 30 07:33:39 2010
@@ -15,7 +15,7 @@ and/or use gtk-doc annotations. -->
<package name="gobject-2.0"/>
<namespace name="Everything"
version="1.0"
- shared-library="libgirepository-everything-1.0.so.1"
+ shared-library="libgirepository-everything-1.0.so.${LIBgirepository-everything-1.0_VERSION}"
c:prefix="Everything">
<record name="TestBoxed"
c:type="TestBoxed"

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-gir_Makefile_in,v 1.5 2010/07/30 05:49:24 ajacoutot Exp $
--- gir/Makefile.in.orig Thu Jun 3 22:09:26 2010
+++ gir/Makefile.in Fri Jul 30 07:33:39 2010
@@ -392,7 +392,7 @@ _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES)
_gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
$OpenBSD: patch-gir_Makefile_in,v 1.6 2010/10/24 13:40:27 jasper Exp $
--- gir/Makefile.in.orig Wed Oct 6 22:54:24 2010
+++ gir/Makefile.in Sun Oct 24 15:03:00 2010
@@ -328,7 +328,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
# Reuse the LIBTOOL variable from by automake if it's set
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")
@ -10,3 +10,11 @@ $OpenBSD: patch-gir_Makefile_in,v 1.5 2010/07/30 05:49:24 ajacoutot Exp $
# Macros for AM_SILENT_RULES prettiness
_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
@@ -796,6 +796,7 @@ $(1): $$($(_gir_name)_FILES)
$(_gir_libtool) \
$(_gir_packages) \
$(_gir_includes) \
+ -I${LOCALBASE}/include \
$(_gir_export_packages) \
$(_gir_program) \
$(_gir_libraries) \

View File

@ -1,53 +0,0 @@
$OpenBSD: patch-girepository_ginfo_c,v 1.1 2010/09/07 11:39:12 jasper Exp $
Fix build on strict aligned arches, such as sparc64. This would cause
unaligned memory access/SIGBUS later on.
See girnode.c:g_ir_node_build_typelib()
--- girepository/ginfo.c.orig Tue Sep 7 11:18:06 2010
+++ girepository/ginfo.c Tue Sep 7 11:20:16 2010
@@ -2110,6 +2110,9 @@ g_constant_info_get_type (GIConstantInfo *info)
return g_type_info_new ((GIBaseInfo*)info, rinfo->typelib, rinfo->offset + 8);
}
+#define DO_ALIGNED_COPY(dest_addr, src_addr, type) \
+ memcpy((dest_addr), (src_addr), sizeof(type))
+
gint
g_constant_info_get_value (GIConstantInfo *info,
GArgument *value)
@@ -2148,16 +2151,16 @@ g_constant_info_get_value (GIConstantInfo *info,
value->v_uint32 = *(guint32*)&rinfo->typelib->data[blob->offset];
break;
case GI_TYPE_TAG_INT64:
- value->v_int64 = *(gint64*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_int64, &rinfo->typelib->data[blob->offset], gint64);
break;
case GI_TYPE_TAG_UINT64:
- value->v_uint64 = *(guint64*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_uint64, &rinfo->typelib->data[blob->offset], guint64);
break;
case GI_TYPE_TAG_FLOAT:
- value->v_float = *(gfloat*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_float, &rinfo->typelib->data[blob->offset], gfloat);
break;
case GI_TYPE_TAG_DOUBLE:
- value->v_double = *(gdouble*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_double, &rinfo->typelib->data[blob->offset], gdouble);
break;
case GI_TYPE_TAG_TIME_T:
value->v_long = *(long*)&rinfo->typelib->data[blob->offset];
@@ -2175,10 +2178,10 @@ g_constant_info_get_value (GIConstantInfo *info,
value->v_uint = *(guint*)&rinfo->typelib->data[blob->offset];
break;
case GI_TYPE_TAG_LONG:
- value->v_long = *(glong*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_long, &rinfo->typelib->data[blob->offset], glong);
break;
case GI_TYPE_TAG_ULONG:
- value->v_ulong = *(gulong*)&rinfo->typelib->data[blob->offset];
+ DO_ALIGNED_COPY(&value->v_ulong, &rinfo->typelib->data[blob->offset], gulong);
break;
}
}

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-girepository_giroffsets_c,v 1.3 2010/03/29 15:17:10 jasper Exp $
$OpenBSD: patch-girepository_giroffsets_c,v 1.4 2010/10/24 13:40:27 jasper Exp $
Prevent redefinition of ALIGN in giroffsets.c with /usr/include/machine/param.h
--- girepository/giroffsets.c.orig Thu Mar 18 22:46:41 2010
+++ girepository/giroffsets.c Mon Mar 29 16:52:28 2010
@@ -316,7 +316,7 @@ get_field_size_alignment (GIrNodeField *field,
--- girepository/giroffsets.c.orig Tue Aug 17 19:14:51 2010
+++ girepository/giroffsets.c Thu Sep 30 15:25:34 2010
@@ -314,7 +314,7 @@ get_field_size_alignment (GIrTypelibBuild *build,
return success;
}
@ -12,9 +12,9 @@ Prevent redefinition of ALIGN in giroffsets.c with /usr/include/machine/param.h
+#define G_ALIGN(n, align) (((n) + (align) - 1) & ~((align) - 1))
static gboolean
compute_struct_field_offsets (GIrNode *node,
@@ -350,7 +350,7 @@ compute_struct_field_offsets (GIrNode *node,
module, modules,
compute_struct_field_offsets (GIrTypelibBuild *build,
@@ -346,7 +346,7 @@ compute_struct_field_offsets (GIrTypelibBuild *build
if (get_field_size_alignment (build, field, node,
&member_size, &member_alignment))
{
- size = ALIGN (size, member_alignment);
@ -22,7 +22,7 @@ Prevent redefinition of ALIGN in giroffsets.c with /usr/include/machine/param.h
alignment = MAX (alignment, member_alignment);
field->offset = size;
size += member_size;
@@ -364,14 +364,14 @@ compute_struct_field_offsets (GIrNode *node,
@@ -360,14 +360,14 @@ compute_struct_field_offsets (GIrTypelibBuild *build
}
else if (member->type == G_IR_NODE_CALLBACK)
{
@ -39,7 +39,7 @@ Prevent redefinition of ALIGN in giroffsets.c with /usr/include/machine/param.h
if (!have_error)
{
@@ -429,7 +429,7 @@ compute_union_field_offsets (GIrNode *node,
@@ -423,7 +423,7 @@ compute_union_field_offsets (GIrTypelibBuild *build,
}
/* Unions are tail-padded out to a multiple of their alignment */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-giscanner_Makefile_in,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
--- giscanner/Makefile.in.orig Thu Jun 3 22:09:27 2010
+++ giscanner/Makefile.in Fri Jul 30 07:33:39 2010
@@ -292,7 +292,7 @@ oldincludedir = @oldincludedir@
$OpenBSD: patch-giscanner_Makefile_in,v 1.5 2010/10/24 13:40:27 jasper Exp $
--- giscanner/Makefile.in.orig Wed Oct 6 22:54:25 2010
+++ giscanner/Makefile.in Sun Oct 24 15:03:00 2010
@@ -294,7 +294,7 @@ oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
# Python module

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-tests_Makefile_in,v 1.1 2010/09/07 11:39:12 jasper Exp $
$OpenBSD: patch-tests_Makefile_in,v 1.2 2010/10/24 13:40:27 jasper Exp $
Don't enter scanner/, it's causing us to crash on sparc64 with:
../../tools/g-ir-generate --includedir=. --includedir=../../gir annotation-1.0.typelib -o annotation-1.0.tgir
@ -6,14 +6,14 @@ gmake[3]: *** [annotation-1.0.tgir] Segmentation fault (core dumped)
From OpenSolaris' gobject-introspection-02-test-scanner.diff
--- tests/Makefile.in.orig Tue Sep 7 13:07:36 2010
+++ tests/Makefile.in Tue Sep 7 13:07:40 2010
@@ -255,7 +255,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = . scanner repository invoke offsets
+SUBDIRS = . repository invoke offsets
all: all-recursive
--- tests/Makefile.in.orig Wed Oct 6 22:54:26 2010
+++ tests/Makefile.in Sun Oct 24 15:03:00 2010
@@ -346,7 +346,7 @@ INTROSPECTION_COMPILER_ARGS = \
--includedir=$(builddir) \
--includedir=$(top_builddir)/gir
.SUFFIXES:
-SUBDIRS = . scanner repository offsets warn
+SUBDIRS = . repository offsets warn
EXTRA_DIST = gimarshallingtests.h
BUILT_SOURCES = everything.c everything.h Everything-1.0.gir \
GIMarshallingTests-1.0.gir

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-tests_offsets_Makefile_in,v 1.3 2010/07/30 05:49:24 ajacoutot Exp $
--- tests/offsets/Makefile.in.orig Thu Jun 3 22:09:29 2010
+++ tests/offsets/Makefile.in Fri Jul 30 07:33:39 2010
@@ -339,7 +339,7 @@ _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES)
_gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
$OpenBSD: patch-tests_offsets_Makefile_in,v 1.4 2010/10/24 13:40:27 jasper Exp $
--- tests/offsets/Makefile.in.orig Wed Oct 6 22:54:26 2010
+++ tests/offsets/Makefile.in Sun Oct 24 15:03:00 2010
@@ -342,7 +342,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
# Reuse the LIBTOOL variable from by automake if it's set
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
--- tests/scanner/Makefile.in.orig Thu Jun 3 22:09:30 2010
+++ tests/scanner/Makefile.in Fri Jul 30 07:33:39 2010
@@ -380,7 +380,7 @@ _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES)
_gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.5 2010/10/24 13:40:27 jasper Exp $
--- tests/scanner/Makefile.in.orig Wed Oct 6 22:54:27 2010
+++ tests/scanner/Makefile.in Sun Oct 24 15:03:00 2010
@@ -394,7 +394,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
# Reuse the LIBTOOL variable from by automake if it's set
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-tools_g-ir-scanner_in,v 1.1.1.1 2009/09/24 20:08:09 jasper Exp $
$OpenBSD: patch-tools_g-ir-scanner_in,v 1.2 2010/10/24 13:40:27 jasper Exp $
Pickup files from the correct directory.
--- tools/g-ir-scanner.in.orig Thu Sep 24 21:58:18 2009
+++ tools/g-ir-scanner.in Thu Sep 24 21:58:44 2009
@@ -30,7 +30,7 @@ if current_name == 'tools':
--- tools/g-ir-scanner.in.orig Tue Sep 7 16:24:51 2010
+++ tools/g-ir-scanner.in Thu Sep 30 15:25:34 2010
@@ -37,7 +37,7 @@ if current_name == 'tools':
else:
# This is a private directory, we don't want to pollute the global
# namespace.

View File

@ -1,17 +1,33 @@
@comment $OpenBSD: PLIST,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2010/10/24 13:40:27 jasper Exp $
bin/g-ir-annotation-tool
@bin bin/g-ir-compiler
@bin bin/g-ir-generate
bin/g-ir-scanner
include/gobject-introspection-1.0/
include/gobject-introspection-1.0/giarginfo.h
include/gobject-introspection-1.0/gibaseinfo.h
include/gobject-introspection-1.0/gicallableinfo.h
include/gobject-introspection-1.0/giconstantinfo.h
include/gobject-introspection-1.0/gienuminfo.h
include/gobject-introspection-1.0/gierrordomaininfo.h
include/gobject-introspection-1.0/gifieldinfo.h
include/gobject-introspection-1.0/gifunctioninfo.h
include/gobject-introspection-1.0/giinterfaceinfo.h
include/gobject-introspection-1.0/giobjectinfo.h
include/gobject-introspection-1.0/gipropertyinfo.h
include/gobject-introspection-1.0/giregisteredtypeinfo.h
include/gobject-introspection-1.0/girepository.h
include/gobject-introspection-1.0/girffi.h
include/gobject-introspection-1.0/gisignalinfo.h
include/gobject-introspection-1.0/gistructinfo.h
include/gobject-introspection-1.0/gitypeinfo.h
include/gobject-introspection-1.0/gitypelib.h
include/gobject-introspection-1.0/gitypes.h
include/gobject-introspection-1.0/giunioninfo.h
include/gobject-introspection-1.0/givfuncinfo.h
lib/girepository-1.0/
lib/girepository-1.0/Everything-1.0.typelib
lib/girepository-1.0/GIMarshallingTests-1.0.typelib
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
@ -29,12 +45,6 @@ lib/girepository-1.0/xrandr-1.3.typelib
lib/libgirepository-1.0.a
lib/libgirepository-1.0.la
@lib lib/libgirepository-1.0.so.${LIBgirepository-1.0_VERSION}
lib/libgirepository-everything-1.0.a
lib/libgirepository-everything-1.0.la
@lib lib/libgirepository-everything-1.0.so.${LIBgirepository-everything-1.0_VERSION}
lib/libgirepository-gimarshallingtests-1.0.a
lib/libgirepository-gimarshallingtests-1.0.la
@lib lib/libgirepository-gimarshallingtests-1.0.so.${LIBgirepository-gimarshallingtests-1.0_VERSION}
lib/pkgconfig/gobject-introspection-1.0.pc
lib/pkgconfig/gobject-introspection-no-export-1.0.pc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/
@ -45,6 +55,9 @@ lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/__init_
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/_giscanner.a
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/_giscanner.la
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/_giscanner.so
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationmain.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationmain.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationmain.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationparser.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationparser.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/annotationparser.pyo
@ -54,30 +67,36 @@ lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/ast.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/cachestore.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/cachestore.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/cachestore.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/codegen.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/codegen.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/codegen.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/config.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/config.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/config.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/dumper.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/dumper.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/dumper.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/gdumpparser.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/gdumpparser.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/gdumpparser.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girparser.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girparser.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girparser.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girwriter.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girwriter.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/girwriter.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibast.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibast.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibast.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibtransformer.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibtransformer.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/glibtransformer.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/introspectablepass.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/introspectablepass.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/introspectablepass.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/libtoolimporter.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/libtoolimporter.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/libtoolimporter.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/minixpath.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/minixpath.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/minixpath.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/maintransformer.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/maintransformer.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/maintransformer.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/message.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/message.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/message.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/odict.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/odict.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/odict.pyo
@ -90,6 +109,9 @@ lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/shlibs.
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/sourcescanner.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/sourcescanner.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/sourcescanner.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/testcodegen.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/testcodegen.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/testcodegen.pyo
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/transformer.py
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/transformer.pyc
lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/transformer.pyo
@ -104,8 +126,8 @@ lib/python${MODPY_VERSION}/site-packages/gobject-introspection/giscanner/xmlwrit
@man man/man1/g-ir-scanner.1
share/aclocal/introspection.m4
share/gir-1.0/
share/gir-1.0/Everything-1.0.gir
share/gir-1.0/GIMarshallingTests-1.0.gir
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
@ -122,3 +144,46 @@ share/gir-1.0/xlib-2.0.gir
share/gir-1.0/xrandr-1.3.gir
share/gobject-introspection-1.0/
share/gobject-introspection-1.0/Makefile.introspection
share/gobject-introspection-1.0/gdump.c
share/gtk-doc/html/gi/
share/gtk-doc/html/gi/annotation-glossary.html
share/gtk-doc/html/gi/gi-GIArgInfo.html
share/gtk-doc/html/gi/gi-GIBaseInfo.html
share/gtk-doc/html/gi/gi-GICallableInfo.html
share/gtk-doc/html/gi/gi-GIConstantInfo.html
share/gtk-doc/html/gi/gi-GIEnumInfo.html
share/gtk-doc/html/gi/gi-GIErrorDomainInfo.html
share/gtk-doc/html/gi/gi-GIFieldInfo.html
share/gtk-doc/html/gi/gi-GIFunctionInfo.html
share/gtk-doc/html/gi/gi-GIInterfaceInfo.html
share/gtk-doc/html/gi/gi-GIObjectInfo.html
share/gtk-doc/html/gi/gi-GIPropertyInfo.html
share/gtk-doc/html/gi/gi-GIRegisteredTypeInfo.html
share/gtk-doc/html/gi/gi-GISignalInfo.html
share/gtk-doc/html/gi/gi-GIStructInfo.html
share/gtk-doc/html/gi/gi-GITypeInfo.html
share/gtk-doc/html/gi/gi-GIUnionInfo.html
share/gtk-doc/html/gi/gi-GIVFuncInfo.html
share/gtk-doc/html/gi/gi-ffi.html
share/gtk-doc/html/gi/gi-gir-reference.html
share/gtk-doc/html/gi/gi-gir.html
share/gtk-doc/html/gi/gi-girepository.html
share/gtk-doc/html/gi/gi-girffi.html
share/gtk-doc/html/gi/gi-gtypelib.html
share/gtk-doc/html/gi/gi-libgirepository.html
share/gtk-doc/html/gi/gi-overview.html
share/gtk-doc/html/gi/gi-repository-structs.html
share/gtk-doc/html/gi/gi-struct-hierarchy.html
share/gtk-doc/html/gi/gi-typelib.html
share/gtk-doc/html/gi/gi.devhelp
share/gtk-doc/html/gi/gi.devhelp2
share/gtk-doc/html/gi/girepository.html
share/gtk-doc/html/gi/glib.html
share/gtk-doc/html/gi/home.png
share/gtk-doc/html/gi/index.html
share/gtk-doc/html/gi/index.sgml
share/gtk-doc/html/gi/left.png
share/gtk-doc/html/gi/overview.png
share/gtk-doc/html/gi/right.png
share/gtk-doc/html/gi/style.css
share/gtk-doc/html/gi/up.png