Up to [cvs.NetBSD.org] / pkgsrc / x11 / gnome-sharp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7, Fri May 15 11:37:01 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1
lines
FILE REMOVED
Remove mono GNOME 2 bindings and dependent packages We need to repackage a recent version of monodevelop if we want it to be usable again
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 14 18:24:48 2009 UTC (14 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.5: +1 -56
lines
Diff to previous 1.5 (colored)
Remove @dirrm entries from PLISTs
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 6 14:30:05 2009 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.4: +115 -14
lines
Diff to previous 1.4 (colored)
Update to 2.24.1: * bootstrap-2.24: add back the POLICY_VERSION entries. Patch from Scott Peterson. * gnome/Makefile.am: add a POLICY_VERSION variable to override the global setting, since gnome-sharp.dll is not compatible with previous versions due to the gnomeprint and gnomepanel removal. [Fixes #469663]
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 24 20:51:11 2008 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.3: +19 -115
lines
Diff to previous 1.3 (colored)
Update to 2.24.0: 2008-08-06 Mike Kestner <mkestner@novell.com> * *: Update to Gnome 2.23.5 release API. Remove print and panel APIs from gnome-sharp.dll into their own assemblies now located in gnome-desktop-sharp. 2008-05-14 Stephane Delcroix <sdelcroix@novell.com> * gconf/GConf/gconf-sharp.dll.config.in: * gconf/GConf/ClientBase.cs: use GType.Init () instead of g_type_init ();
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 27 23:03:09 2008 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +40 -82
lines
Diff to previous 1.2 (colored)
Update to 2.20.1. Parts were split off into a separate package which I'll commit shortly, gnome-desktop-sharp. Changes: * bootstrap-2.20: bump version. * bootstrap-generic: substitute the GTK_SHARP_REQUIRED_VERSION. * bootstrap-2.20: check for gtk 2.12.0 and gtk-sharp 2.12.1. * configure.in.in: separate the gtk+ and gtk-sharp version variables. * gnome/Program.custom: use GLib.Object.Harden to avoid some reflection. * bootstrap-2.20: bump gtk-sharp requirement to 2.12.1. * gnome/Program.custom: revert QuitPrepare hook and instead do an obnoxious hack to disable the toggle_ref mechanism for GnomeProgram. Uses reflection since I didn't want to expose this hack in the public GLib.Object API. * gnome/Program.custom: hook into Gtk.Application.QuitPrepare to dispose our managed resources prior to invoking gtk_main_quit. Avoids a crash on exit() in toggle_ref usage after managed releases have been released. * bootstrap-2.20: bump version and tag. * gnome/gnome-api-2.20.raw: reparse * sources/gnome-sharp-2.20-sources.xml: hide private gailcanvas hdrs. hide gnome-print-gdi.h. * bootstrap-2.20: bump svn version. * gnome/Gnome.metadata: hide new Global class which was hiding stable API. [Fixes #356649] * configure.in.in: integrate build service patch from Wade. * bootstrap-2.20: update to version 2.19.90. * * Move to 2.20 API. * configure.in.in: move vte, rsvg, and gtkhtml to gnome-desktop-sharp. * Makefile.am: ditto * sample/Makefile.am: ditto * Makefile.include: some refinement of the variable mangling. * configure.in.in: expand new pc.in. * gconf/GConf/gconf-sharp-2.0.pc.in: remove gnome-sharp Requires and peditors.dll from the Libs: var. * gconf/GConf.PropertyEditors/Makefile.am: install new pc. * gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in: expose new pc file since this is conditional and the gconf-sharp.dll build is not. * gconf/GConf/Makefile.am: Copy AssemblyInfo.cs to the current dir so that csc can find it. (csc doesn't understand ../..) * gconf/GConf/Makefile.am: * gconf/GConf.PropertyEditors/Makefile.am: use top_builddir instead of .. to avoid win32 build issues. * gconf/GConf/Makefile.am: remove GNOME condition. It's only needed on the peditor build. * gnome/CanvasItem.custom: marshal GType as IntPtr. [Fixes comment #8 of 327058] * gconf/GConf/Value.cs: Deal with zero length arrays gracefully. Thanks to Sebastian Dröge <slomo@circular-chaos.org> for a patch this one was derived from. [Fixes #325516] * AssembyInfo.cs.in : add [IgnoreClassInitializers] * vte/Vte.metadata : rule from Peter Johanson to mark a string const. * gnome/CanvasPathDef.custom : adapt to generated pinvoke sig change. * configure.in.in : add blurb about the gnome-sharp.dll requirements since it seems to be a FAQ for people trying to build from sources. * bootstrap-generic : use automake --foreign to keep automake-1.10 from blowing up on the gnu make function usage. grrr. * sample/gconf/Makefile.am : use install-data-hook to make 1.10 happy. * gconf/tools/gconfsharp2-schemagen.in: Revert unportable 'relocatable' wrapper using which (doesn't work with symlinks) * gconf/GConf/Value.cs: Allow the storage of empty lists in gconf-sharp.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 20 18:46:27 2008 UTC (15 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.1: +1 -3
lines
Diff to previous 1.1 (colored)
remove two @dirrms of foreign dirs
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 19 13:48:13 2008 UTC (15 years, 9 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of gnome-sharp-2.16.1. This package provides C# bindings for the GNOME libraries.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 19 13:48:13 2008 UTC (15 years, 9 months ago) by xtraeme
Branch: MAIN
Initial revision