by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
Version 2.4.1.1
libgnome-desktop
* Make the localte keystring matching with the desktop entry
specification by not removing the modifier from the
localestring before matching (Danilo Segan)
Version 2.4.1
Misc
* Mark a missing string for translation (Hidetoshi Tajima)
* Fix build issue with install location of icons (George)
* Use GRandom instead of srandom() and random() (George)
Version 2.4.0
gnome-about
* Fix off by one error with the build date (Young-Ho Cha)
Version 2.3.6.1
gnome-about
+ Clean up introductory text (Luis Villa)
Version 2.3.6
gnome-about
+ Internalionalize gnome-version.xml so that the descriptive
intro and date can be translated (Malcolm Tredinnick)
+ Handle errors when clicking on links (Olav Vitters)
Misc
+ Follow KDE behaviour when substituting %i, %m, %c and %k
in .desktop files (George)
+ Allow custom icons with the same name as a themed icon to
be selected in GnomeDitemEdit (George)
+ Build fix (Thomas Vander Stichele)
Version 2.3.4
Misc
* Allow vendor and date to be configured using configure (Frederic
Crozat)
* Ship the .directory.in files in the distributed tarball (Mark)
Version 2.3.3.1
Misc
* Added a default desktop background image (Mark Finlay)
* Removed icons which belong to gnome-control-center (Mark Finlay)
* Use macros in gnome-version.xml so we have the correct version
number (Andrew Sebola)
* Renamed "Sound & Video" to "Multimedia (Mark)
* Use different icon for the "Other" menu (Mark)
* Fix issues with backwards compat with old icon names (Mark Finlay)
* Fix gnome-about build with gcc 2.95 (Mark)
* HIG fixes for .desktop file editing dialog (Dennis Cranston)
Version 2.3.3
* New GNOME About Dialog ! (Kristian Rietveld,
Mark McLoughlin,
Glynn Foster,
Jeff Waugh)
Misc
* Moved some icons to gnome-icon-theme (Mark Finlay)
* Change icon for Accessories, Games and Programming menus (Mark
Finlay)
Version 2.3.2
gnome-about
* Hexify contributors list so it doesn't need to be translated and
make a format string much easier to translate (Christian Neumair)
Misc
* Removed gnome-panel icons (Mark)
* Removed gnome-games icons (Luca Ferretti)
* Cygwin fixes (Masahiro Sakai)
* Fix sgmldocs.make (Art Haas)
Version 2.3.1
* s/Vendor/Distributor (Mike Newman)
Version 2.2.2
libgnome-desktop
* Don't unescape special characteres (e.g. %20) (Bala)
Version 2.2.1
libgnome-desktop
* Fix issue with gettext (Frederic Crozat)
* Don't crash when adding translations to a new Ditem (Arvind)
* Remove mime type checking from .desktop file loader (Andrew
Sobala)
* Fix memory corruption when DESKTOP_STARTUP_ID is already set
(fourdan@xfce.org)
* Fix silly bug in the option menu of the Ditem edit dialog (Kalle
Olavi Niemitalo)
Miscellanous
* Update the "Reporting Bugs" docs (Alexander Kirillov)
* Build fix (Dan Mills)
* New screenshot icon (Jakub Steiner)
Changes since 2.0.8:
- Added Belarusian translation.
- Added desktop-docs/gnome-feedback/Makefile and
desktop-docs/gnome-feedback/C/Makefile.
Patch provided in PR pkg/19411 by Juan RP.