pkgsrc-wip/gtk-sharp/buildlink2.mk
Marc Recht 6180de9ff4 update to 0.14
Changes since 0.11:
* New parser frontend script (gapi-parser) that uses an XML input file
to specify options for better extensibility. (MK)
* Code Generator now accepts outdir, customdir, and assembly-name
arguments to allow more control over the generation process and
directory structure.
* Gtk.HTML now lives in its own gtkhtml-sharp assembly, allowing us to
make it depend on gnome-sharp.dll and activate the printing api.
* Restructured build to distribute generation into the assembly dirs,
making for more compact rebuilds. (Martin, MK)
* New XPath-based metadata alteration engine (gapi-fixup.exe) to replace
the perl module. (MK)
* Ported all the old metadata rules to new format. (MK, Martin)
* Apply metadata during generation step.  It is no longer necessary to
have the raw source around to make a metadata change to the API XML
files. (MK)
* More API Corrections, Customizations, and glue: (Rachel, Martin,
Moritz Balz, Daniel Kornhauser, MK)
* a ton of Bugfixes (MK, Martin, Artem Popov, Malte, John Luke, Gonzalo)
* Doc Updates (John Luke, Hector E. Gomez Morales, Martin Willemoes
Hansen)

Changes since 0.12:
* New NodeStore tree model.  Still needs view/selection enhancements to
be substantially useful. (MK)
* Is/Has methods are now generated as Properties. (Martin Willemoes
Hansen)
* GStreamer updated to 0.6.4.  Still off by default in the build. (John
Luke)
* More API Corrections, Customizations, and glue: (Ken Foster, Radek
Doulik, Moritz Balz, MK)
* Installed scripts to wrap gapi-fixup.exe and gapi_codegen.exe. (MK)
* Bugfixes (MK, Martin Willemoes Hansen, John Luke)
* Doc Updates (John Luke, MK)

Changes since 0.13:
* Make gtkhtml-sharp build conditional. (John Luke, MK)
* Fix for the infamous Pixbuf from resource bug. (Ettore, Gonzalo, MK)
* generator support for "foo[], n_foos" param pairs. (MK)
* More API Corrections, Customizations, and glue: (Moritz Balz, Miguel,
Peter Williams, MK)
* Doc Updates (John Luke, Peter Williams, MK)
2003-11-19 23:14:46 +00:00

38 lines
1.4 KiB
Makefile

# $NetBSD: buildlink2.mk,v 1.6 2003/11/19 23:14:46 marc Exp $
.if !defined(GTK_SHARP_BUILDLINK2_MK)
GTK_SHARP_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= gtk-sharp
BUILDLINK_DEPENDS.gtk-sharp?= gtk-sharp>=0.14
BUILDLINK_PKGSRCDIR.gtk-sharp?= ../../wip/gtk-sharp
EVAL_PREFIX+= BUILDLINK_PREFIX.gtk-sharp=gtk-sharp
BUILDLINK_PREFIX.gtk-sharp_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.gtk-sharp+= lib/art-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/atk-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gconf-sharp-peditors.dll
BUILDLINK_FILES.gtk-sharp+= lib/gconf-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gda-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gdk-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/glade-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/glib-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gnome-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gnomedb-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/gtk-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/libgtksharpglue.*
BUILDLINK_FILES.gtk-sharp+= lib/pango-sharp.dll
BUILDLINK_FILES.gtk-sharp+= lib/pkgconfig/gapi.pc
BUILDLINK_FILES.gtk-sharp+= lib/pkgconfig/gtk-sharp.pc
BUILDLINK_FILES.gtk-sharp+= lib/rsvg-sharp.dll
.include "../../databases/libgnomedb/buildlink2.mk"
.include "../../graphics/librsvg2/buildlink2.mk"
.include "../../lang/mono/buildlink2.mk"
.include "../../www/libgtkhtml/buildlink2.mk"
BUILDLINK_TARGETS+= gtk-sharp-buildlink
gtk-sharp-buildlink: _BUILDLINK_USE
.endif # GTK_SHARP_BUILDLINK2_MK