2009-07-09 19:53:23 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.26.2
changes:
-Improve performance by using a cache
-translation updates
|
2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-17 19:59:34 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 2.26.1
changes: translation updates
|
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-16 23:51:22 by Jared D. McNeill | Files touched by this commit (3) |
Log message:
Update gnome-menus to 2.26.0.
==============
Version 2.26.0
==============
Translators
* ReÅat SABIQ (crh)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Francesco Marletta (it)
* Manoj Kumar Giri (or)
===============
Version 2.25.91
===============
Translators
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Sandeep Shedmake (mr)
* ÐоÑан Ð Ð°ÐºÐ¸Ñ (sr)
* Daniel Nylander (sv)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)
==============
Version 2.25.5
==============
Misc
* Use gnome-common macro to define DEPRECATED build variables (Vincent)
Translators
* ReÅat SABIQ (crh)
* Saudat Mohammed (ha)
* Sylvester Onye (ig)
* Fajuyitan, Sunday Ayo (yo)
==============
Version 2.25.2
==============
Fixes
* Fix a critical warning in the python binding for monitoring a file
(Vincent)
Misc
* Ship a gnome-menus-ls.py script that is an example of python bindings
and that can be used as a replacement for gnome-menu-spec-test
(Vincent)
|
2008-12-02 16:03:30 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.24.2:
==============
Version 2.24.2
==============
Translators
* Mikel González (ast)
|
2008-10-25 00:07:08 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.24.1:
==============
Version 2.24.1
==============
Translators
* Khaled Hosny (ar)
* Rostislav "zbrox" Raykov (bg)
* Margulan Moldabekov (kk)
|
2008-10-16 20:19:10 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.24.0
This switches to the gnome-2.24 release branch.
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2008-05-29 13:08:52 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.22.2
changes:
-Do not show separators at the beginning/end of a menu, or after
another separator, but add an option to show them
-bugfixes
-layout improvements
-translation updates
|