summaryrefslogtreecommitdiff
path: root/devel/py-gobject-shared
AgeCommit message (Collapse)AuthorFilesLines
2007-08-23Fixed package to support installation to DESTDIR.heinz1-5/+9
2007-01-14Update to 2.12.3:wiz1-2/+2
2.12.3 18-november-2006 - distutils build fixes (Cedric) - documentation updates (John) - gobject.handler_block_by_func and friends now accept methods (Johan, Dima, #375589) - avoid truncating of gparamspec (Yevgen Muntyan, #353943) - set __module__ on gobject derived types (Johan, Osmo Salomaa, #376099) - Ensure exceptions are raised on errors in gobject.OptionGroup (Johan, Laszlo Pandy, #364576
2006-10-12update to 2.12.2drochner1-2/+2
changes: - Make PyGObject 64-bit safe for Python 2.5 - All headers are now LGPL and not GPL - Remove a couple of GCC warnings - Revive distutils support - Emission hook reference count bugfix - MSVC/ANSI C compilation fix - Bump Ctrl-C timeout handler from 100ms to 1000
2006-09-15Update py-gobject and py-gobject-shared to 2.12.1:jmmv1-2/+2
2.12.1 4-september-2006 - Corrected version check (Sebastian Dröge, #354364) 2.12.0 4-september-2006 - Install the html files even when using --disable-docs (#353159, Johan, Matthias Clasen) 2.11.4 27-august-2006 - Include pre-generated html docs in the tarball (Johan) - Fix bug in do_set_property called from constructor (Gustavo, #353039) - Fix type registration involving interfaces with signals and/or properties (Gustavo) 2.11.3 21-august-2006 - Documentation updates (John) - Documentation build fixes (Johan, John, Gian Mario Tagliaretti) - PyGObject can now be compiled using a C++ compiler (Murray Cumming) - Type registration bug fix (Gustavo) 2.11.2 8-august-2006 - Add fixxref.py from PyGTK (Johan) - Fix parallel build (#350225, Ed Catmur) 2.11.1 4-august-2006 - Add John Finlay's reference manual (Johan, John) - Fix GOption mem leak (Gustavo) - Infrastructure for lazy type registration (Johan) - Enum/Flags fixes (Gustavo, John) - Eliminate some GCC warnings (Johan) 2.11.0 12-july-2006 - Add GOption support (#163645, Johannes Hölzl) - GObject metaclass converted to Python code (Gustavo) - Register GType constants from Python-land (Johan) - Distutils updates (John Ehresman, Cedric Gustin) - Add support for signal emission hooks (#154845, Johan) - g_spawn_close_pid support (Gustavo) - Add new APIs do add or disable log redirections (Muntyan, #323786) - "sub-sub-type" bug fixed (Gustavo) - Coverity report code fixes (Johan) - Support retrieving signal and property info from interfaces (Finlay) - Support parameters of type G_TYPE_GSTRING in signals (Gustavo) - Wrap a few g_filename_* APIs (Gustavo)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-28BUILDLINK_DEPMETHOD needs to be defined only once.rillig1-4/+3
2006-05-22it is much easier, we don't need PYTHON_VERSION_REQDdrochner1-10/+2
2006-05-22Another attempt to properly recognized the currently installedtron1-3/+5
Python version.
2006-05-22Use existing Python version instead of forcing people to use thetron1-4/+7
outdated Python 2.3.
2006-05-21Import py-gobject-shared, which contains Python version independentjoerg4-0/+51
files to avoid conflicts within py{23,24}-gobject.