From df6757d6a02aefebddef002a061a9bc9263a8c93 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 26 Oct 2015 14:41:04 +0900 Subject: Adding gnome-initial-setup and dependencies to gnome stratum This change adds the following chunks to the gnome stratum: o cracklib o libpwquality (uses cracklib to provide password strength checking) o librest (RESTful API library, needed by online accounts) o krb5 (Kerberos Network Authentication) o gnome-online-accounts o gnome-initial-setup Additionally, evolution-data-server is now compiled with online account support - all of the above dependencies are hard requirements for the gnome initial setup tool. The WebKitGtk stratum is now a dependency of GNOME and is also added to the GNOME system with this commit (again required by the gnome-online-accounts module). Change-Id: I103402bc9125b1e9ca57b393b1cef6fb99f526e3 --- strata/gnome/libpwquality.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strata/gnome/libpwquality.morph (limited to 'strata/gnome/libpwquality.morph') diff --git a/strata/gnome/libpwquality.morph b/strata/gnome/libpwquality.morph new file mode 100644 index 00000000..aefed50d --- /dev/null +++ b/strata/gnome/libpwquality.morph @@ -0,0 +1,6 @@ +name: libpwquality +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh +- ./configure --prefix="$PREFIX" --sysconfdir=/etc --with-securedir=/lib/security --disable-nls -- cgit v1.2.1