summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distccGian Mario Tagliaretti2010-01-041-14/+13
| | | | Committed a patch from Kevin Pyle
* Remove the girepository moduleSimon van der Linden2009-11-231-1/+1
|
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-081-1/+1
|
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-091-0/+32
| | | | Basically copied over from GLib source tree.
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-181-1/+0
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree.
* Bad -I ordering can break build fixes #566737Gian Mario Tagliaretti2009-01-061-1/+1
| | | | svn path=/trunk/; revision=993
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-20 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * glib/Makefile.am: * glib/__init__.py: * glib/glibmodule.c (pyg_destroy_notify), (get_handler_priority), (pyg_handler_marshal), (pyg_idle_add), (pyg_timeout_add), (pyg_timeout_add_seconds), (iowatch_marshal), (pyg_io_add_watch), (pyg_source_remove), (pyg_main_context_default), (child_watch_func), (child_watch_dnotify), (pyg_child_watch_add), (pyg_markup_escape_text), (pyg_get_current_time), (pyg_main_depth), (pyg_filename_display_name), (pyg_filename_display_basename), (pyg_filename_from_utf8), (pyg_get_application_name), (pyg_set_application_name), (pyg_get_prgname), (pyg_set_prgname), (pyg_register_api), (pyg_register_error), (pyg_register_version_tuples), (init_glib): * glib/pyglib-private.h: * glib/pyglib.c (pyglib_init), (pyglib_init_internal), (pyglib_gil_state_ensure), (pyglib_gil_state_release), (pyglib_enable_threads), (pyglib_gil_state_ensure_py23), (pyglib_gil_state_release_py23), (pyglib_error_check): * glib/pyglib.h: * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_tp_init), (pyg_pid_new), (_pyg_spawn_async_callback), (pyglib_spawn_async), (pyg_spawn_register_types): * glib/pygspawn.h: Add glib bindings, currently not installed or used. Add some internal API and move over a couple of functions from the gobject module. Still very much a work in progress. svn path=/trunk/; revision=839
* Add a release-tag targetJohan Dahlin2008-07-141-0/+9
| | | | svn path=/trunk/; revision=811
* Bug 491773 – autoconf failure: .m4 files cannot be foundJohan Dahlin2008-07-141-0/+1
| | | | | | | | | | | | 2008-07-14 Johan Dahlin <johan@gnome.org> Bug 491773 – autoconf failure: .m4 files cannot be found * Makefile.am: Patch by macks@netspace.org svn path=/trunk/; revision=803
* Dist .m4 files. (#496011, Ed Catmur)Johan Dahlin2008-03-021-1/+4
| | | | | | | | | | 2008-03-22 Johan Dahlin <johan@gnome.org> * Makefile.am: Dist .m4 files. (#496011, Ed Catmur) svn path=/trunk/; revision=748
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-19 Johan Dahlin <johan@gnome.org> * Makefile.am: * codegen/Makefile.am: * codegen/README.defs: * codegen/__init__.py: * codegen/argtypes.py: * codegen/code-coverage.py: * codegen/codegen.py: * codegen/createdefs.py: * codegen/definitions.py: * codegen/defsconvert.py: * codegen/defsgen.py: * codegen/defsparser.py: * codegen/docextract.py: * codegen/docextract_to_xml.py: * codegen/docgen.py: * codegen/h2def.py: * codegen/mergedefs.py: * codegen/missingdefs.py: * codegen/mkskel.py: * codegen/override.py: * codegen/pygtk-codegen-2.0.in: * codegen/reversewrapper.py: * codegen/scanvirtuals.py: * codegen/scmexpr.py: * configure.ac: * gio/Makefile.am: * gio/__init__.py: * gio/gio-types.defs: * gio/gio.defs: * gio/gio.override: * gio/giomodule.c: (init_gio): * gio/unix-types.defs: * gio/unix.defs: * gio/unix.override: * gio/unixmodule.c: (initunix): Import codegen from pygtk. Add initial gio and gio.unix bindings. svn path=/trunk/; revision=730
* Add pygobject_postinstall.py to EXTRA_DIST.Cedric Gustin2006-10-041-0/+1
| | | | | | 2006-10-04 Cedric Gustin <cedric.gustin@gmail.com> * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST.
* Add a rule for building documentation tarball used on the websiteJohan Dahlin2006-09-041-0/+9
|
* Always install the xsl files & css files, regardless if the documentationJohan Dahlin2006-08-211-4/+1
| | | | | | | | | 2006-08-21 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably.
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.
* Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan forJohan Dahlin2006-05-071-1/+1
| | | | | * Makefile.am (CLEANFILES): Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for noticing.
* Bug 338945 – Make pygtk.py relocatableGustavo J. A. M. Carneiro2006-04-231-7/+2
|
* Add pygtk to CLEANFILES aswellJohan Dahlin2006-04-111-1/+1
|
* make pygtk.require faster and more robustGustavo J. A. M. Carneiro2006-04-011-1/+7
|
* Install/dist dsextras.pyJohan Dahlin2006-03-291-2/+5
|
* turn off zip safe, extension modules in zip files are not supported in eggsJohan Dahlin2006-01-201-1/+0
|
* Add a make egg targetJohan Dahlin2006-01-201-0/+20
| | | | | | * configure.ac (export_dynamic): * Makefile.am (egg): Add a make egg target
* Make dist/distcheck work againJohan Dahlin2006-01-091-3/+5
|
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-0/+41