Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
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. | |||||
2008-10-27 | Update to 2.24.0: | wiz | 3 | -14/+15 | |
Changes in 2.24.0 * Fixed dataroot problem * Removed old code (and as such gnome-vfs dependency) * Translation updates: he, sr, ar, et, hr, mr Changes in 2.23.90 * Version increased to match gnome releases. * Use smaller buttons to waste less space * Port to the GtkTooltip API (fixes #457562) * Fixed bug #529457 - Superfluous condition * Fixed bug #539288 - Use gtype macros instead of the deprecated gtk ones. * Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi, bg, th, ps, sq, pt_BR, mr | |||||
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-04-29 | update to 0.7.11 | drochner | 3 | -8/+44 | |
changes: -Added gtk-doc documentation -misc fixes -Translation updates | |||||
2008-03-06 | Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. | wiz | 2 | -3/+4 | |
2008-03-04 | Resign from maintaining a lot of packages, so everyone is free to update | rillig | 1 | -2/+2 | |
them at will. | |||||
2007-12-16 | update to 0.7.6 | drochner | 4 | -20/+22 | |
This switches to a new branch, needed for a major anjuta update. Thanks to Ulrich Etile for testing. | |||||
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 1 | -3/+3 | |
Bump PKGREVISION. | |||||
2007-09-19 | Bump PKGREVISION for gnome-vfs rename. | wiz | 1 | -2/+2 | |
2007-06-05 | opencdk shlib major changed; bump ABI depends and PKGREVISIONs of | wiz | 2 | -3/+4 | |
affected packages. | |||||
2007-03-21 | Bump PKGREVISION for gnome-keyring ABI bump. | wiz | 1 | -1/+2 | |
2007-01-14 | Also needs msgfmt. | joerg | 1 | -2/+2 | |
2007-01-10 | Needs intltool. | joerg | 1 | -2/+2 | |
2007-01-04 | As all GNOME libraries, this package needs a buildlink3 file. | rillig | 1 | -0/+22 | |
2007-01-04 | Imported gdl. | rillig | 4 | -0/+108 | |
This package contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. The current pieces of GDL include: - A symbol browser bonobo component (symbol-browser-control). - A docking widget (gdl). - A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl). |