summaryrefslogtreecommitdiff
path: root/x11/gtk-sharp/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-08 18:48:53 +0000
committerwiz <wiz>2008-11-08 18:48:53 +0000
commit160db4ecadc45a89d419c931f0f5de62c18653ab (patch)
tree0406491a19f36ca74f6bd981fe8f27872921bcaf /x11/gtk-sharp/Makefile
parent326d143fef1778257d8ade5d34d1992fbfda490d (diff)
downloadpkgsrc-160db4ecadc45a89d419c931f0f5de62c18653ab.tar.gz
Update to 2.12.6:
2008-11-05 Mike Kestner <mkestner@novell.com> * atk/atk-api-2.12.raw: regen * gtk/gtk-api-2.12.raw: regen * generator/Signal.cs: reinstate old custom marshaler generation and generate custom marshaling when 'manual' attr is set. * parser/gapi2xml.pl: set manual attr on sigs that have G_TYPE_POINTER parameters since the generic closure can't cope with them. 2008-11-05 Mike Kestner <mkestner@novell.com> * gtk/Builder.custom: #if the new API for 2.14 for now so it doesn't get confused as stable API yet. 2008-11-04 Mike Gorse <mgorse@novell.com> * glib/PtrArray.cs, glib/glue/ptrarray.c, glib/Makefile.am, glib/glue/Makefile.am, glib/gtype.cs, generator/SymbolTable.cs, generator/ReturnValue.cs: Add PtrArray. * glib/Marshaller.cs: Add PtrArrayToArray. * atk/Atk.metadata: Specify GetTarget return type. * atk/Object.custom, atk/glue/object.c: Support overriding RefRelationSet. 2008-11-03 Stephane Delcroix <sdelcroix@novell.com> * gtk/Gtk.metadata: * gtk/StatusIcon.custom: Obsolete the duplicated properties. 2008-10-29 Mike Kestner <mkestner@novell.com> * glib/Signal.cs : custom marshaling hooks * glib/SignalClosure.cs : support for custom marshalers. 2008-10-28 Stephane Delcroix <sdelcroix@novell.com> * gtk/Gtk.Metadata: hide ConnectSignals. * gtk/Builder.Custom: connect the signals, and the objects. GetObjectRaw method: allows very neat object inheritance. 2008-10-27 Stephane Delcroix <sdelcroix@novell.com> * glib/ListBase.cs: DataMarshal: create the right object for *Adapter list items. 2008-10-08 Mike Gorse <mgorse@novell.com> * atk/Object.custom: Pass Handle in EmitChildrenChanged (fix critical) 2008-10-24 Mike Kestner <mkestner@novell.com> * glib/GType.cs: register IntPtr. 2008-10-22 Peter Johanson <peter@peterjohanson.com> * gtk/TreeModelAdapter.custom: * gtk/TreeModelFilter.custom: * gtk/TreeModelSort.custom: * gtk/TreeStore.custom: Don't trigger any gtk+ critical warnings when the 'rows-reodered' signal is fired.
Diffstat (limited to 'x11/gtk-sharp/Makefile')
-rw-r--r--x11/gtk-sharp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk-sharp/Makefile b/x11/gtk-sharp/Makefile
index 5fd7837a9f5..78c43fbf9d9 100644
--- a/x11/gtk-sharp/Makefile
+++ b/x11/gtk-sharp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/10/24 21:38:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/11/08 18:48:53 wiz Exp $
#
-DISTNAME= gtk-sharp-2.12.5
+DISTNAME= gtk-sharp-2.12.6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-sharp/2.12/}
EXTRACT_SUFX= .tar.bz2