From 009aa6c8fb67516a14f329367d0a4942003b6a85 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 4 Jul 2017 12:21:10 +0000 Subject: Update GNOME and GTK+/Clutter stack to latest This began due to build issues in Clutter with GCC 7, and turned into a wide-ranging update of GNOME components. Many of these are needed due to deprecation warnings introduced by the GTK+ upgrade. The Gettext and GLIB upgrades are needed by GTK+. The libgdata upgrade was due to deprecation warnings triggered by GTK+ and this now pulls in autoconf-archive. Upgrading Clutter requires upgrading Mutter, which in turn requires new libinput. Note that libinput also required an upgrade to linux-api-headers (done before). I have updated to Mutter 3.22.3 rather than 3.24 to avoid having to upgrade xrandr. WebKit has a bug that causes compile failures with GCC 7: . The gcrypt upgrade is required to build new WebKit. gnome-control-center needed to be upgraded which in turn pulls in network-manager-applet. --- strata/foundation/libgcrypt.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'strata/foundation') diff --git a/strata/foundation/libgcrypt.morph b/strata/foundation/libgcrypt.morph index 78018a48..ccd5cb8a 100644 --- a/strata/foundation/libgcrypt.morph +++ b/strata/foundation/libgcrypt.morph @@ -1,5 +1,10 @@ name: libgcrypt kind: chunk build-system: autotools + pre-configure-commands: - autoreconf -fi + +configure-commands: +# libgcrypt documentation requires fig2dev, which we don't have +- ./configure --prefix="$PREFIX" --disable-doc -- cgit v1.2.1