From b19c3a3ed9e5d0b5800fb570e335963c5372cebf Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 16 Dec 2015 17:47:16 +0900 Subject: Adding WebKitGtk1 to GNOME stratum Some key applications in GNOME (such as empathy and evolution) have not yet upgraded to using the WebKitGtk2 API (provided by webkitgtk-4.pc). In order to build some applications, we're going to also need WebKitGtk1 (provided by webkitgtk-3.pc). Change-Id: I5ba795a5ca04f0ff4c75f3ae31bd6fca3fd8b5b2 --- strata/gnome.morph | 9 +++++++++ strata/gnome/WebKitGtk1.morph | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 strata/gnome/WebKitGtk1.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index f38c8293..207d91ce 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -412,6 +412,15 @@ chunks: ref: 7f28cf7edb54cc1bc4eaa09672e0bc043b1da70b unpetrify-ref: master build-system: autotools +- name: WebKitGtk1 + morph: strata/gnome/WebKitGtk1.morph + repo: upstream:WebKitGtk-tarball + ref: 41386e9cb918eed93b3f13648cbef387e371e451 + unpetrify-ref: webkitgtk-2.4.9 + build-depends: + - enchant + - geoclue + - libsecret - name: WebKitGtk morph: strata/gnome/WebKitGtk.morph repo: upstream:WebKitGtk-tarball diff --git a/strata/gnome/WebKitGtk1.morph b/strata/gnome/WebKitGtk1.morph new file mode 100644 index 00000000..b723248d --- /dev/null +++ b/strata/gnome/WebKitGtk1.morph @@ -0,0 +1,5 @@ +name: WebKitGtk1 +kind: chunk +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --sysconfdir=/etc --disable-webkit2 --enable-introspection -- cgit v1.2.1