diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-10 15:18:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-10 15:18:17 +0000 |
commit | 96b68d2a02cd195e03ba07d78a31c138157b0786 (patch) | |
tree | 3ce23925b94010ff6d91c6b24a4c270d5b09b2de | |
parent | 6f0ce43f2376edf7bf89b66ff4edc498fa1915a0 (diff) | |
download | pkgsrc-96b68d2a02cd195e03ba07d78a31c138157b0786.tar.gz |
switch on introspection support, bump PKGREV
-rw-r--r-- | devel/atk/Makefile | 5 | ||||
-rw-r--r-- | devel/atk/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 263a2ee26e8..89cdbc0c5e6 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2012/02/06 12:39:46 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2012/02/10 15:18:17 drochner Exp $ DISTNAME= atk-2.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/2.2/} EXTRACT_SUFX= .tar.xz @@ -27,5 +27,6 @@ UNLIMIT_RESOURCES= stacksize .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.5.7 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/atk/PLIST b/devel/atk/PLIST index 92b433f8a68..4f2e916759e 100644 --- a/devel/atk/PLIST +++ b/devel/atk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2012/01/31 02:21:56 obache Exp $ +@comment $NetBSD: PLIST,v 1.36 2012/02/10 15:18:17 drochner Exp $ include/atk-1.0/atk/atk-enum-types.h include/atk-1.0/atk/atk.h include/atk-1.0/atk/atkaction.h @@ -30,8 +30,10 @@ include/atk-1.0/atk/atktext.h include/atk-1.0/atk/atkutil.h include/atk-1.0/atk/atkvalue.h include/atk-1.0/atk/atkwindow.h +lib/girepository-1.0/Atk-1.0.typelib lib/libatk-1.0.la lib/pkgconfig/atk.pc +share/gir-1.0/Atk-1.0.gir share/gtk-doc/html/atk/AtkAction.html share/gtk-doc/html/atk/AtkComponent.html share/gtk-doc/html/atk/AtkDocument.html |