2009-06-15 00:06:43 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-19 17:05:53 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
Accept python26.
|
2009-04-11 23:47:39 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
|
2009-04-11 19:23:42 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-06 14:48:13 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.14.1:
pygtk-2.14.1 06-March-2009
- Return the deserialized string as a new memory buffer (Gustavo, #567747)
- Complete docs with 2.14 API (Gian Mario)
|
2009-02-21 15:12:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.14.0:
pygtk-2.14.0 31-January-2009
- Fix a bogus override of python includes in configure.ac
(Lo
- Fix a memory leak in gdk.draw_indexed_image (Paul, #562991)
- split gtkunixprint defs in order to support multiple gtk versions (Gian)
- Include <gdk/gdk.h> (Paul, #550442)
- set_parent_window(None) should work (Paul, #551505)
- comment out for a while gtk_selection_data_get_data waiting to
fix a problem in codegen (Gian)
- Remove compiler warnings (Gian)
- Update pango examples (Paul, #541476)
- TypeError not raised when setting gtk.TreeView adjustment property
to None (Paul, #529623)
- add __str__ and/or __repr__ to several types (Paul, #526189)
|
2009-01-14 14:05:31 by Matthias Drochner | Files touched by this commit (2) |
Log message:
Back out what happened in the last days -- the Python extension is
installed for Python-2.4 as for Python-2.5. If not, there is a
different problem.
|
2009-01-11 01:13:44 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Actually, use the PLIST_VARS framework as opposed to adding a new PLIST file
|