[csw-devel] SF.net SVN: gar:[9541] csw/mgar/pkg/gobject-introspection/trunk/Makefile
hson at users.sourceforge.net
hson at users.sourceforge.net
Mon Apr 5 01:38:43 CEST 2010
Revision: 9541
http://gar.svn.sourceforge.net/gar/?rev=9541&view=rev
Author: hson
Date: 2010-04-04 23:38:43 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
gobject-introspection: Change package name, disable 64-bit until we have a 64-bit python
Modified Paths:
--------------
csw/mgar/pkg/gobject-introspection/trunk/Makefile
Modified: csw/mgar/pkg/gobject-introspection/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gobject-introspection/trunk/Makefile 2010-04-04 21:34:32 UTC (rev 9540)
+++ csw/mgar/pkg/gobject-introspection/trunk/Makefile 2010-04-04 23:38:43 UTC (rev 9541)
@@ -12,18 +12,30 @@
MASTER_SITES = $(GNOME_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-#PACKAGES = CSWgobjectintrospection CSWgobjectintrospectiondevel CSWjsonglibdoc
-#CATALOGNAME_CSWgobjectintrospection = gobject_introspection
-#CATALOGNAME_CSWgobjectintrospectiondevel = gobject_introspection_devel
-#CATALOGNAME_CSWgobjectintrospectiondoc = gobject_introspection_doc
+PACKAGES = CSWgobjintrospect CSWgobjintrospectdev
+CATALOGNAME_CSWgobjintrospect = gobject_introspection
+CATALOGNAME_CSWgobjintrospectdev = gobject_introspection_devel
-#PKGFILES_CSWgobjectintrospectiondevel = $(PKGFILES_DEVEL)
-#PKGFILES_CSWgobjectintrospectiondoc = $(sharedstatedir)/gtk-doc/.*
+SPKG_DESC_CSWgobjintrospect = $(DESCRIPTION)
+SPKG_DESC_CSWgobjintrospectdev = $(DESCRIPTION) - developer package
-#ARCHALL_CSWgobjectintrospectiondoc = 1
+PKGFILES_CSWgobjintrospectdev = $(PKGFILES_DEVEL)
+ARCHALL_CSWgobjintrospectdoc = 1
+
BUILD_DEP_PKGS += CSWbison CSWlibffi
+RUNTIME_DEP_PKGS_CSWgobjintrospect += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWgobjintrospect += CSWglib2
+RUNTIME_DEP_PKGS_CSWgobjintrospect += CSWlibffi
+RUNTIME_DEP_PKGS_CSWgobjintrospect += CSWpython
+RUNTIME_DEP_PKGS_CSWgobjintrospectdev += CSWgobjintrospect
+
+CHECKPKG_OVERRIDES_CSWgobjintrospect += symbol-not-found|g-ir-compiler
+CHECKPKG_OVERRIDES_CSWgobjintrospect += symbol-not-found|g-ir-generate
+CHECKPKG_OVERRIDES_CSWgobjintrospect += symbol-not-found|_giscanner.so
+
+
PATCHFILES += gobject-introspection-01-ginvoke.diff
PATCHFILES += gobject-introspection-02-glib-compilation.diff
PATCHFILES += gobject-introspection-03-ginfo.diff
@@ -38,8 +50,9 @@
EXTRA_LIB = $(prefix)/X11/lib
EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
-NOISAEXEC = 1
-BUILD64 = 1
+#NOISAEXEC = 1
+# Python isn't 64-bit yet
+#BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
@@ -49,6 +62,8 @@
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_TARGET = check
+
include gar/category.mk
pre-configure-modulated:
@@ -64,3 +79,4 @@
automake -a -c -f ; \
autoconf ; \
)
+ $(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list