summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-16 17:47:16 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-20 17:59:23 +0900
commitb19c3a3ed9e5d0b5800fb570e335963c5372cebf (patch)
tree331550055940e6676b75c37fd89196b5252fd496
parent42adb66dc3c8b4b72376e0b4dcfb38d2112c31de (diff)
downloaddefinitions-b19c3a3ed9e5d0b5800fb570e335963c5372cebf.tar.gz
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
-rw-r--r--strata/gnome.morph9
-rw-r--r--strata/gnome/WebKitGtk1.morph5
2 files changed, 14 insertions, 0 deletions
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