summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* [pygtk-2.0.pc] Should require gtk+-2.0Colin Walters2010-07-301-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=618944
* bug 542821:Paul Pogonyshev2008-07-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-14 Paul Pogonyshev <pogonyshev@gmx.net> bug 542821: * codegen: Remove directory, we will use PyGObject's codegen from now on. * configure.in: Remove local codegen mentions. (CODEGENDIR): New AC_SUBST: determine where installed PyGObject's codegen is. * Makefile.am: * gtk/Makefile.am: Remove local codegen mentions and use 'CODEGENDIR' instead. * MANIFEST.in: * pygtk.spec.in: * setup.py: Remove all mentions of codegen. * pygobject-2.0.pc.in: Remove file (unused). * pygtk-2.0.pc.in: Change 'codegendir' to refer to PyGObject's codegen. svn path=/trunk/; revision=3006
* Add datarootdir, for compatibility with future Autoconf releases.Stepan Kasal2005-08-171-0/+1
|
* Make the build of atk, pango and gtk conditional. Fixes bug #74144.Johan Dahlin2005-01-101-1/+1
| | | | | | | | | | | | * .cvsignore: * Makefile.am: * configure.in: * gtk/Makefile.am: * pygtk-2.0.pc.in: * setup.py: * tests/common.py: * tests/testhelpermodule.c: Make the build of atk, pango and gtk conditional. Fixes bug #74144.
* Urgh. more threading 'fixes'Johan Dahlin2004-08-031-1/+1
|
* AddJohan Dahlin2004-04-021-0/+1
| | | | * pygtk-2.0.pc.in (pyexecdir): Add
* Added.Johan Dahlin2003-02-081-0/+1
| | | | | | | | * pygtk-2.0.pc.in (codegendir): Added. * setup.py: Added Numeric and gtkgl support (gtkgl untested). * dsextras.py: Updated.
* Added gobject-2.0. Fixes #97727.Johan Dahlin2002-12-041-0/+1
| | | | * pygtk-2.0.pc.in (Requires): Added gobject-2.0. Fixes #97727.
* move headers to a version-specific directory so we can have oldMatt Wilson2001-10-151-1/+1
| | | | | | | | | | | | | | 2001-10-15 Matt Wilson <msw@redhat.com> * pygtk-2.0.pc.in (pygtkincludedir): move headers to a version-specific directory so we can have old pygtk-devel and pygtk2-devel installed at the same time. * Makefile.am (pkgincludedir): likewise * gtk/Makefile.am (pkgincludedir): likewise * pygtk.spec.in (%files devel): pick up the new header location
* fix up defsdir definition.James Henstridge2001-09-141-1/+1
| | | | | | | | | | | | | | 2001-09-14 James Henstridge <james@daa.com.au> * pygtk-2.0.pc.in (defsdir): fix up defsdir definition. * Makefile.am (pkginclude_HEADERS): install ExtensionClass.h header (this can go when we switch over to python2.2 type/class stuff. 2001-09-14 James Henstridge <james@daa.com.au> * gnome/*: integrate Zilch's gnome.canvas module.
* add signal connection function overrieds.James Henstridge2001-08-221-0/+17
2001-08-22 James Henstridge <james@daa.com.au> * gtk/libglade.override: add signal connection function overrieds. * pygtk-2.0.pc.in: add a pkg-config data file that contains some information about how to link other wrapper modules, and where pygtk installs its defs files. Also removed imlib module sources