summaryrefslogtreecommitdiff
path: root/pygtk.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last reference to the pygtk.pth file.Dieter Verfaillie2010-11-191-1/+0
|
* bug 542821:Paul Pogonyshev2008-07-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update, with help of Jason Tackaberry and Thomas Vander SticheleJohan Dahlin2004-04-121-0/+5
| | | | | * pygtk.spec.in: Update, with help of Jason Tackaberry and Thomas Vander Stichele
* same here.James Henstridge2003-07-201-5/+5
| | | | | | | | | 2003-07-20 James Henstridge <james@daa.com.au> * gtk/Makefile.am: same here. * Makefile.am: change *module.so to *.so. Seems to be the preferred extension these days ...
* minor spec tweakMatt Wilson2002-10-311-1/+4
|
* update spec files.James Henstridge2002-08-181-0/+3
|
* update spec file.James Henstridge2002-08-181-8/+9
| | | | | | 2002-08-18 James Henstridge <james@daa.com.au> * pygtk.spec.in: update spec file.
* increment version number to 1.99.11.PYGTK_1_99_11James Henstridge2002-07-101-1/+1
| | | | | | 2002-07-10 James Henstridge <james@daa.com.au> * configure.in: increment version number to 1.99.11.
* the path argument must be a tuple. Ints are not automatically converted toMatt Wilson2002-05-311-2/+3
| | | | | | | | | | | | 2002-05-31 Matt Wilson <msw@redhat.com> * examples/pygtk-demo/demos/list_store.py (fixed_toggled): the path argument must be a tuple. Ints are not automatically converted to tuples any more. * pygtype.c (pyg_value_as_pyobject): change the behavior of G_TYPE_UINT to match the code generator's output on 32 bit systems.
* allow override of autoconf and autoheaderMatt Wilson2002-03-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-03-19 Matt Wilson <msw@redhat.com> * autogen.sh: allow override of autoconf and autoheader * gtk/gtk.defs (GtkTreeModel.get_iter_root): use the gtk_tree_model_get_iter_first code, get_iter_root is going to be deprecated. (GtkTreeModel.get_iter_first): added * gtk/gtk.override (_wrap_gtk_tree_model_get_iter_root): check the return value of gtk_tree_model_get_iter_root and return None if it failed. Rename to _wrap_gtk_tree_model_get_iter_first. * codegen/codegen.py (write_class, write_interface, write_boxed write_pointer): use overrides.is_already_included to prevent from having the same override code included twice in one file. This allows two methods to point to the same function. * codegen/override.py (Overrides.is_already_included): added a function that returns true if the override code has been emitted already. 2002-03-11 Matt Wilson <msw@redhat.com> * gobjectmodule.c: remove pygobject_exception_notifiers and pyg_fatal_exceptions_notify.
* reset revMatt Wilson2002-02-111-1/+1
|
* added an override that will allow making an empty iconset, thus allowingMatt Wilson2002-02-111-1/+1
| | | | | | | | 2002-02-06 Matt Wilson <msw@redhat.com> * gtk/gtk.override (_wrap_gtk_icon_set_get_sizes): added an override that will allow making an empty iconset, thus allowing you to add modified sources to it.
* fix spec fileMatt Wilson2002-01-281-1/+5
|
* bump up required versions of gtk, pango, and glib.PYGTK_1_99_5Matt Wilson2001-11-261-1/+1
| | | | | | 2001-11-26 Matt Wilson <msw@redhat.com> * configure.in: bump up required versions of gtk, pango, and glib.
* reset release numberPYGTK_1_99_4Matt Wilson2001-10-291-1/+1
|
* rename from pixbuf_new_from_stream to match gdk-pixbuf changes in CVS.Matt Wilson2001-10-181-1/+5
| | | | | | | | | | | | 2001-10-18 Matt Wilson <msw@redhat.com> * gtk/gdk.defs (pixbuf_new_from_inline): rename from pixbuf_new_from_stream to match gdk-pixbuf changes in CVS. * pygtk.spec.in (%files devel): get header from new location * Makefile.am (pkgincludedir): put pygobject.h in $(includedir)/pygtk-2.0, not $(includedir)/pygtk-2.0/pygtk
* move headers to a version-specific directory so we can have oldMatt Wilson2001-10-151-3/+7
| | | | | | | | | | | | | | 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
* more namespace tweaksMatt Wilson2001-10-151-4/+4
|
* spec tweaksMatt Wilson2001-10-111-4/+11
|
* fixed typo in devel filelist (header) added macro that tests to see if weMatt Wilson2001-10-111-5/+13
| | | | | | | | | 2001-10-11 Matt Wilson <msw@redhat.com> * pygtk.spec.in (%files devel): fixed typo in devel filelist (header) added macro that tests to see if we have libglade2 (%files libglade) make the filelist a condition of that (Name) changed name to 'pygtk2' to avoid name conflict with pygtk
* fix up c-name.sigc1_1_before_patchJames Henstridge2001-10-091-0/+3
| | | | | | | | | | | 2001-10-09 James Henstridge <james@daa.com.au> * gtk/gtk-extrafuncs.defs (GenericTreeModel): fix up c-name. * examples/pygtk-demo/demos/treemodel.py (MyTreeModel): subclass from gtk.GenericTreeModel. * pygtk.spec.in (Requires): add new files to spec file.
* change pygtk.spec -> pygtk.spec.in, which is what msw probably forgot toPYGTK_1_99_3James Henstridge2001-10-091-0/+80
check in.