Mostly a bug-fixe release, see NEWS for the few things that changed.
The diff for bug #24082 included is in this release.
Tested on armv7 and amd64. -rc/release test reports from alf, Manuel
Giraud, sunil@ and krw@
ghc uses cc for generating object files from assembler files and
passes the CONF_CC_OPTS_STAGE? flags to it, which clang doesn't
like, so add -Wno-unused-command-line-argument to the flags passed
to cc if it's clang.
To let this work for the bootstrap compiler, properly CONFIGURE_ENV
when installing the bootstrap (in post-patch:). This also makes the
hack patching the bootstrap/bin/ghc script in post-patch: obsolete.
prodded by (and with some hints from) espie@
~here are still a lot of warnings, most about macros #defined in
storage/ClosureMacros.h. Those should be fixed in a separate step,
probably after an update to ghc-8.
The MATE Desktop Environment is the continuation of GNOME 2.
It provides an intuitive and attractive desktop environment, using
traditional metaphors for Linux and other Unix-like operating systems.
This is imported as WIP (almost done though) to ease review.
ok @ajacoutot
This import contains the following parts of MATE (not hooked up yet):
- mate/atril
document viewer for the MATE desktop
- mate/calc
MATE calculator
- mate/caja
file manager for the MATE desktop
- mate/caja-extensions
extensions for Caja, the MATE file manager
- mate/control-center
MATE control center
- mate/desktop
components for the MATE desktop
- mate/engrampa
file archiver for the MATE desktop
- mate/eom
image viewer for the MATE desktop
- mate/icon-theme
base icon theme for MATE
- mate/libmatekbd
MATE keyboard configuration library
- mate/libmatemixer
mixer library for MATE desktop
- mate/libmateweather
weather library for MATE
- mate/marco
the MATE window manager
- mate/media
media tools for the MATE desktop
- mate/menus
implementation of the FreeDesktop menu spec for MATE
- mate/notification-daemon
MATE notification daemon
- mate/panel
panel component for MATE
- mate/pluma
powerful text editor for the MATE desktop
- mate/power-manager
MATE power manager
- mate/screensaver
MATE screensaver
- mate/session-manager
MATE session manager
- mate/settings-daemon
MATE settings daemon
- mate/terminal
MATE terminal
- mate/themes
standard MATE themes
- mate/utils
MATE support utilities
See https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/
Build against bundled sqlite, as Gloda (the global indexing database
behind the search field, not the 'quick filter' search bar) relies on
SQLITE_ENABLE_FTS3_TOKENIZER (see #1252937) - and it might not be a good
idea to enable this option in the systemwide sqlite install. Might be
revisited once #1270882 is fixed.
Gloda not working issue reported & fix tested by mpi@
ok mpi@