summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorprlw1 <prlw1>2012-10-07 10:23:51 +0000
committerprlw1 <prlw1>2012-10-07 10:23:51 +0000
commit1c21fa1238f9830253bd5df28cabff42c09e70b9 (patch)
tree561590c38a807ebe8c0c73d0c68e34d4308f4f89 /devel
parentfd4797f05f05716110e3011eaab34a6b864466b5 (diff)
downloadpkgsrc-1c21fa1238f9830253bd5df28cabff42c09e70b9.tar.gz
Update gobject-introspection 1.34.0
glib 2.34.0 update seems to have broken gobject-introspection 1.32.1 build
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile18
-rw-r--r--devel/gobject-introspection/PLIST5
-rw-r--r--devel/gobject-introspection/buildlink3.mk4
-rw-r--r--devel/gobject-introspection/distinfo8
4 files changed, 19 insertions, 16 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 3f1ee178898..2e5d27def2f 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2012/10/02 17:10:47 tron Exp $
+# $NetBSD: Makefile,v 1.25 2012/10/07 10:23:51 prlw1 Exp $
#
-DISTNAME= gobject-introspection-1.32.1
-PKGREVISION= 3
+DISTNAME= gobject-introspection-1.34.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.32/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.34/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -21,9 +20,6 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config flex bison gmake
GMAKE_REQD= 3.81
-CONFIGURE_ARGS+= --disable-tests
-
-PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in
SUBST_CLASSES+= timet
@@ -43,9 +39,13 @@ SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g'
# not executable
CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py
-# needed for test only
+PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
+
+CONFIGURE_ARGS+= --disable-tests
+# needed for tests only
#.include "../../graphics/cairo/buildlink3.mk"
-TEST_TARGET= check
+#.include "../../graphics/cairo-gobject/buildlink3.mk"
+#TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.30.0
.include "../../devel/glib2/buildlink3.mk"
diff --git a/devel/gobject-introspection/PLIST b/devel/gobject-introspection/PLIST
index fdaac79803c..fffa190d5a3 100644
--- a/devel/gobject-introspection/PLIST
+++ b/devel/gobject-introspection/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/30 14:28:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/10/07 10:23:51 prlw1 Exp $
bin/g-ir-annotation-tool
bin/g-ir-compiler
bin/g-ir-generate
@@ -49,6 +49,9 @@ lib/gobject-introspection/giscanner/annotationmain.pyo
lib/gobject-introspection/giscanner/annotationparser.py
lib/gobject-introspection/giscanner/annotationparser.pyc
lib/gobject-introspection/giscanner/annotationparser.pyo
+lib/gobject-introspection/giscanner/annotationpatterns.py
+lib/gobject-introspection/giscanner/annotationpatterns.pyc
+lib/gobject-introspection/giscanner/annotationpatterns.pyo
lib/gobject-introspection/giscanner/ast.py
lib/gobject-introspection/giscanner/ast.pyc
lib/gobject-introspection/giscanner/ast.pyo
diff --git a/devel/gobject-introspection/buildlink3.mk b/devel/gobject-introspection/buildlink3.mk
index 971d709ac9f..c6bf2bf44d1 100644
--- a/devel/gobject-introspection/buildlink3.mk
+++ b/devel/gobject-introspection/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2012/09/15 10:04:10 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2012/10/07 10:23:51 prlw1 Exp $
BUILDLINK_TREE+= gobject-introspection
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gobject-introspection
GOBJECT_INTROSPECTION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.6.14nb1
-BUILDLINK_ABI_DEPENDS.gobject-introspection+= gobject-introspection>=1.32.1nb2
+BUILDLINK_ABI_DEPENDS.gobject-introspection+= gobject-introspection>=1.34.0
BUILDLINK_PKGSRCDIR.gobject-introspection?= ../../devel/gobject-introspection
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index db1043afb6b..0f2edf99c80 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2012/04/30 14:28:57 drochner Exp $
+$NetBSD: distinfo,v 1.10 2012/10/07 10:23:51 prlw1 Exp $
-SHA1 (gobject-introspection-1.32.1.tar.xz) = 289df976328490a2d5d4187032cf6d429dcef121
-RMD160 (gobject-introspection-1.32.1.tar.xz) = 7546532aed866451e0f934257c4b9bbc75f460e5
-Size (gobject-introspection-1.32.1.tar.xz) = 1120996 bytes
+SHA1 (gobject-introspection-1.34.0.tar.xz) = c1e7cdf211503530c4fb5398d32295a08a4a4dcc
+RMD160 (gobject-introspection-1.34.0.tar.xz) = fd7aa513bbbb37212c7d727b8b0ab6ed24cc22ad
+Size (gobject-introspection-1.34.0.tar.xz) = 1088520 bytes
SHA1 (patch-aa) = d7ebe6a0c81694fb537dc9cb67286fb9a0d60a9b
SHA1 (patch-ab) = 5cb15e68a1f249f2975d661daf566cc2ec1f6102
SHA1 (patch-ac) = 7f716a061473fcf9853a2a508b895b3a87050fa4