pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk-sharp Update to 2.12.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/58f4e000774e
branches: trunk
changeset: 551300:58f4e000774e
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 12 15:10:23 2008 +0000
description:
Update to 2.12.7:
2008-12-08 Andrés G. Aragoneses <aaragoneses%novell.com@localhost>
* glib/Signal.cs: Improve protection against invalid signals.
2008-12-02 Stephane Delcroix <sdelcroix%novell.com@localhost>
* generator/Ctor.cs:
* generator/Method.cs:
* generator/MethodBase.cs: refactor the Protection from Method to
MethodBase, generate ctors with the correct proteciton too.
2008-12-01 Mike Kestner <mkestner%novell.com@localhost>
* gtk/Gtk.metadata: automarshal TreeSelection.GetSelectedRows.
* gtk/TreeSelection.custom: kill GetSelectedRows customization.
[Fixes #450689]
2008-12-01 Mike Kestner <mkestner%novell.com@localhost>
* gtk/Gtk.metadata: automarshal TreeView.Columns.
* gtk/TreeView.custom: kill Columns customization.
[Fixes #450685]
2008-11-28 Mike Kestner <mkestner%novell.com@localhost>
* generator/Signal.cs: remove ref int workaround now that we fallback
to signal-specific marshalers for G_TYPE_POINTER using signals.
Fixes #450119.
2008-11-26 Stephane Delcroix <sdelcroix%novell.com@localhost>
* gtk/Image.custom:
* gtk/Gtk.metadata: obsolete Image.FromPixbuf, FromAnimation,
FromFile setters in favor of already existing Pixbuf, Animation and
File.
2008-11-26 Mike Kestner <mkestner%novell.com@localhost>
* bootstrap-2.12: bump svn version.
* cairo/Makefile.am: policy config is hard-coded, not generated.
2008-11-26 Mike Kestner <mkestner%novell.com@localhost>
* configure.in.in: prepend CFLAGS environment setting to AC_SUBST.
Patch from Diego Petteno. [Fixes #443175]
2008-11-25 Mike Kestner <mkestner%novell.com@localhost>
* glib/Value.cs: fix for 'IntPtr as object' value construction.
2008-11-24 Andrés G. Aragoneses <aaragoneses%novell.com@localhost>
* atk/Makefile.am:
* atk/SelectionAdapter.custom: new method for firing selection-changed
( http://library.gnome.org/devel/atk/stable/AtkSelection.html#AtkSelection-selection-changed )
2008-11-21 Mike Kestner <mkestner%novell.com@localhost>
* glib/ManagedValue.cs: rework to ref count a ManagedValue instance
and pass a GCHandle to it around, instead of taking out multiple
gchandles on the managed target itself.
2008-11-21 Stephane Delcroix <sdelcroix%novell.com@localhost>
* glib/Global.cs: implement Global.ApplicationName for localized
application name.
2008-11-21 Stephane Delcroix <sdelcroix%novell.com@localhost>
* Makefile.am:
* glib/Format.cs: new class to map the g_format methods
2008-11-15 Mike Kestner <mkestner%novell.com@localhost>
* gdk/Event.cs: add EventOwnerChange to GetEvent.
* gdk/EventOwnerChange.cs: manual subclass of Gdk.Event.
* gdk/Gdk.metadata: hide EventOwnerChange.
* gdk/Makefile.am: add EventOwnerChange.cs.
* gdk/gdk-symbols.xml: add EventOwnerChange.
2008-11-15 Mike Kestner <mkestner%novell.com@localhost>
* gtk/Gtk.metadata: mark the SpinButton::Output signal as manually
marshaled to avoid a compat break. The old manual marshaler expected
and int RetVal and the new signal closure more accurately expects a
bool. Since returning 1 previously worked, we need to revert to the
int expectation, even though bool is technically more correct.
2008-11-14 Brad Taylor <brad%getcoded.net@localhost>
* glib/Object.cs: Bind g_object_notify.
* doc/en/GLib/Object.xml: Document new API.
diffstat:
x11/gtk-sharp/Makefile | 4 ++--
x11/gtk-sharp/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 8b095bd739bb -r 58f4e000774e x11/gtk-sharp/Makefile
--- a/x11/gtk-sharp/Makefile Fri Dec 12 14:35:55 2008 +0000
+++ b/x11/gtk-sharp/Makefile Fri Dec 12 15:10:23 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/11/08 18:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/12/12 15:10:23 wiz Exp $
#
-DISTNAME= gtk-sharp-2.12.6
+DISTNAME= gtk-sharp-2.12.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-sharp/2.12/}
EXTRACT_SUFX= .tar.bz2
diff -r 8b095bd739bb -r 58f4e000774e x11/gtk-sharp/distinfo
--- a/x11/gtk-sharp/distinfo Fri Dec 12 14:35:55 2008 +0000
+++ b/x11/gtk-sharp/distinfo Fri Dec 12 15:10:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/11/08 18:48:53 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/12/12 15:10:23 wiz Exp $
-SHA1 (gtk-sharp-2.12.6.tar.bz2) = 121b4a5f1b1c0e520268f47167bf3d9851e14d27
-RMD160 (gtk-sharp-2.12.6.tar.bz2) = 681f380fb359cb21743558eb2a55b28d7beaeab6
-Size (gtk-sharp-2.12.6.tar.bz2) = 1587335 bytes
+SHA1 (gtk-sharp-2.12.7.tar.bz2) = 39f17934e9f51b79952d2f22548a68707bbda9e3
+RMD160 (gtk-sharp-2.12.7.tar.bz2) = 177a9510a40eed6c1ffdde816a938c351b622f9d
+Size (gtk-sharp-2.12.7.tar.bz2) = 1589620 bytes
Home |
Main Index |
Thread Index |
Old Index