From 11a81b63e79ceafea0e66c66b6a72566eb78984a Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 9 Dec 2015 19:51:56 +0900 Subject: Added epiphany web browser to GNOME stratum Change-Id: Ic523a450776632cf478644f5d63508f9c0604e80 --- strata/gnome.morph | 21 +++++++++++++++++++++ strata/gnome/epiphany.morph | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 strata/gnome/epiphany.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index de8567db..fd842a83 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -803,3 +803,24 @@ chunks: repo: upstream:libwnck ref: 46bade6f53351f2a63d030e27cbba2e0048d1cde unpetrify-ref: 3.14.1 +############################################### +# Applications Start Here # +############################################### +- name: epiphany + morph: strata/gnome/epiphany.morph + repo: upstream:gnome/epiphany + ref: 5483823ae71fc5280e2fda9e85557362debb0c2e + unpetrify-ref: 3.18.1 + build-depends: + - appstream-glib + - enchant + - gcr + - gnome-desktop + - iso-codes + - libcanberra + - libnotify + - libsecret + - libwnck + - m4-common + - startup-notification + - WebKitGtk diff --git a/strata/gnome/epiphany.morph b/strata/gnome/epiphany.morph new file mode 100644 index 00000000..736d89e0 --- /dev/null +++ b/strata/gnome/epiphany.morph @@ -0,0 +1,5 @@ +name: epiphany +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var --disable-Werror -- cgit v1.2.1