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/krb5.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/gnome/krb5.morph (limited to 'strata/gnome/krb5.morph') diff --git a/strata/gnome/krb5.morph b/strata/gnome/krb5.morph new file mode 100644 index 00000000..d0a4600e --- /dev/null +++ b/strata/gnome/krb5.morph @@ -0,0 +1,10 @@ +name: krb5 +kind: chunk +build-system: autotools +configure-commands: +- cd src && ./util/reconf --force +- cd src && ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var/lib --enable-dns +build-commands: +- make -C src +install-commands: +- make -C src install -- cgit v1.2.1