to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
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.
==============
Version 2.26.0
==============
- Make build work with -Wl,-z,defs (Christopher Taylor) (#574452)
- Updated translations:
- as (Amitakhya Phukan)
- ca (Gil Forcada)
- cs (Petr Kovar)
- da (Kenneth Nielsen)
- de (Mario Blättermann)
- el (Kostas Papadimas)
- eu (Inaki Larranaga Murgoitio)
- gl (Ignacio Casal Quinteiro)
- gu (Ankitkumar Patel)
- he (Yair Hershkovitz)
- hi (Rajesh Ranjan)
- it (Luca Ferretti)
- ja (Takeshi AIHANA)
- lt (Gintautas Miliauskas)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- or (Manoj Kumar Giri)
- ro (Mișu Moldovan)
- ru (Nickolay V. Shmyrev)
- ta (I. Felix)
- te (Krishnababu K)
===============
Version 2.25.92
===============
- don't print warnings for disabled custom shortcuts (Jens Granseuer)
- revert screen resolution change if the user closes the confirmation window
using the close icon or by pressing escape (Jens Granseuer) (#571492)
- add missing keys for a11y shortcut keys to GConf schemas (Jens Granseuer)
(#572807)
- install gnome-settings-daemon-plugin.h for custom plugin developement
(Jens Granseuer) (#573610)
- Updated translations:
- bg (Alexander Shopov)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- fi (Ilkka Tuohela)
- fr (Claude Paroz)
- gu (Sweta Kothari)
- hu (Gabor Kelemen)
- ko (Changwoo Ryu)
- nl (Wouter Bolsterlee)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (Krix Apolinário, Vladimir Melo)
- sv (Daniel Nylander)
- th (Theppitak Karoonboonyanan)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)
===============
Version 2.25.91
===============
- Have gnome-session restart g-s-d if it crashes (Matthias Clasen)
- Add --without-libnotify to disable notifications (Nirbheek Chauchan)
- Avoid warnings due to notifications on nonexisting status icons
(Matthias Clasen)
- Fix crash with invalid keyboard shortcuts (Jens Granseuer)
- fix label for "Don't show this message again" checkbox (Luca Ferretti) (#517821)
- HIG fix for button labels (Luca Ferretti) (#571819)
- Don't use legacy icons for keyboard and mouse (Luca Ferretti) (#571823)
- Fix alignment of the composited media window (Leo Iannacone) (#567249)
- Updated translations:
- ast (Mikel González)
- ca (Gil Forcada)
- da (Kenneth Nielsen)
- es (Jorge Gonzalez)
- eu (Iñaki Larrañaga Murgoitio)
- ja (Takeshi AIHANA)
- nl (Wouter Bolsterlee)
- pl (Tomasz Dominikowski)
- ro (Jani Monoses)
- sv (Daniel Nylander)
- vi (Clytie Siddall)
===============
Version 2.25.90
===============
- Initialize thread system (Frederic Peters) (#565515)
- Better support for Eject and Sleep actions on BSD (Jasper Lievisse Adriaanse)
(#565472)
- Spawn screensaver after a 30 second timeout instead of when idle so that it
doesn't compete with other processes when the session starts (Jens Granseuer)
(#564059)
- Add low diskspace notification (Vincent Untz) (#557647)
- Support hotkeys for a11y tools (Matthias Clasen) (#565310)
- Quiet xrdb when there are duplicate rules in the .ad files (Bastien Nocera)
(#566610)
- Add debugging output when de/registering media players (Jens Granseuer)
(#564433)
- Add a new sound plugin that tells PulseAudio to drop its sample cache when
the sound theme changes (Lennart Poettering) (#545386)
- Don't pop up an error message when there's no randr configuration file
(Federico Mena Quintero)
- Ungrab keys when key-related plugins are disabled (Jens Granseuer) (#567867)
- Use PulseAudio directly to change the volume (Bastien Nocera) (#567177)
- Don't draw_background immediately when nautilus is disabled, GnomeBG will
send a signal (Ray Strode)
- Add crossfade transition when switching backgrounds (Ray Strode) (#552857)
- Use XF86Explorer to launch the file manager (Bastien Nocera)
- Fix possible crash when pressing Fn-F7 (Andres Freund) (#568713)
- Delay drawing the background until SessionRunning (Ray Stode)
- Ask for confirmation with a timeout after changing the randr configuration
(Federico Mena Quintero) (#545115)
- Require gnome-desktop 2.25.6 (Jen Granseuer)
- Plug leaks
- Build fixes
- Updated translations:
- es (Jorge González)
- et (Mattias Põldaru)
- he (Yuval Tanny)
- hu (Gabor Kelemen)
- it (Luca Ferretti)
- ko (Changwoo Ryu)
- nb (Kjartan Maraas)
- pt_BR (Krix Apolinário)
- sv (Daniel Nylander)
- zh_CN (甘露(Gan Lu))
==============
Version 2.25.3
==============
- Add support for fn-f7 type keys (Søren Sandmann)
- Use D-Bus instead of an X client mesage in the xrandr plugin, so
the front-end can get error messages as well (Federico Mena Quintero)
- Fix crash when the X server doesn't have the XInput extension (Jens Granseuer) (#562977)
- Don't call umask (Behdad Esfahbod) (#563543)
- Shut the daemon down properly when the SIGTERM signal is received or the
D-Bus bus goes away (Ray Strode)
- Restore AccessX bits to original values on exit, fixes sticky keys
coming on when gnome-settings-daemon has exited (Ray Strode)
- Use only top-level glib and gtk+ headers (Pedro Fragoso) (#563796)
==============
Version 2.25.2
==============
- No need to trap XkbQueryExtension and friends errors (Jens Granseuer) (#559346)
- Add some performance annotations around libxklavier calls (Behdad Esfahbod)
- Start managers in idle callbacks (Behdad Esfahbod) (#559482, #559564)
- Only initialize fontconfig when starting up (Behdad Esfahbod) (#559550)
- Remove unnecessary X error traps (Jens Granseuer) (#559562)
- Init a11y status icon only when needed (Behdad Esfahbod) (#559558)
- Reshufle plugin priorities a bit (Behdad Esfhabod)
- Delay constructing the GnomeBg object until we need it (Behdad Esfahbod)
(#559639)
- Listen for DeviceEnabled instead of DeviceAdded to be sure the mouse has
been initialized (William Grant) (#559827)
- Add debugging output for volume_step (Jens Granseuer)
- Fork before gtk_init (Behdad Esfahbod) (#559695)
- Lockdown in the keybinding plugin (Matthias Clasen) (#553434)
- Trap X errors so we don't crash on X servers that don't support DevicePresence
(Jens Granseuer) (#560618)
- Fix handling of time = GDK_CURRENT_TIME (Jens Granseuer) (#559797)
- Add bundle_loader linker flag to fix compilation on MacOS X (dmack@netspace.org)
(#522673)
- Grab all keycodes that match the respective keysim (Mario Limonciello) (#561275)
- Fix --no-daemon (Behdad Esfahbod)
- Depend on libxklavier 3.8 (Sergey Udaltsov)
- Fix checks for various X libraries (Jens Granseuer)
- Fix check for xklavier device discovery (Jens Granseuer)
==============
Version 2.25.1
==============
- Ignore the 'activate' signal for deselected items so that the rotation
setting doesn't reset when the systray menu is opened (Eric Piel)
(#554951)
- Don't make togglekeys_enable depend on global AccessX state (Jens
Granseuer) (#555009)
- Fix picking up of the GDM layout (Matthias Clasen) (#554525 and
#555873)
- Use printf safely (Christian Persch) (#555553)
- Show the shutdown dialog when the power button is pressed (Matthias
Clasen) (#556307)
- Support the Gtk/ButtonImages XSetting (Matthias Clasen) (#556797)
- Clean-up volume initialization (Jens Granseuer) (#552383)
- Make the composited volume images more clear (Bogdan Butnaru)
(#557307)
- Spawn screensaver process in idle callback (Rodrigo Moya)
- Remove sound plugin (Jens Granseuer) (#557806)
- Replace gnome_help_display_desktop with gtk_show_uri (Jens Granseuer)
(#557808)
- Listen for X device changes and reconfigure the mouse if necessary
(William Grant) (#549267)
- Remove AM_MAINTAINER_MODE (Jens Granseuer) (#558503)
- Disable xrdb plugin by default (Behdad Esfahbod) (#557807)
- Improve performance logging annotations (Behdad Esfahbod) (#559162)
- Cleanup font module (Behdad Esfahbod) (#559163)
- Don't trap errors around grab_key (Behdad Esfahbod) (#559164)
- Don't run 'mousetweaks -s' at startup (Behdad Esfahbod) (#559165)
- Start fontconfig monitors, mouse and clipboard managers in idle
callbacks (Behdad Esfahbod) (#559166)
- Preload gconf dirs when feasible (Behdad Esfahbod) (#559167)
- Wait for initialization processes to be done before spawning other
processes (Behdad Esfahbod) (#559168)
- Don't close stderr to not lose warnings (Behdad Esfahbod)
- Use a pipe to communicate between children and parent process instead
of a signal (Behdad Esfahbod)
- Updated translations:
- et (Priit Laes)
- mk (Jovan Naumovski)
- pt_BR (Leonardo Ferreira Fontenelle)
- sk (Marcel Telka)
==============
Version 2.24.1
==============
- don't reset the rotation setting when the systray menu is opened (Eric
Piel) (#554951)
- make Toggle Keys work in the keyboard settings dialog (Jens Granseuer,
#555009)
- fix picking up the GDM keyboard layout (Matthias Clasen) (#554525,
#555873)
- show the shutdown dialog instead of the logout dialog when the power
button is pressed (Matthias Clasen) (#556307)
- fix sound volume keys if the setup is initially invalid (Jens Granseuer)
(#552383)
- correctly reinitialize hot-plugged mice (William Grant, Jens Granseuer)
(#549267, #55987, #560618)
- Updated translations:
- ar (Djihed Afifi)
- dz (Pema Geyleg)
- et (Priit Laes)
- it (Luca Ferretti)
- mk (Jovan Naumovski)
- pt_BR (Leonardo Ferreira Fontanelle)
- sk (Marcel Telka)