From 9c4f6bf548b7568e38d6354c82558654150872f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Feb 2016 21:13:15 +0000 Subject: Create 'spell-checking' stratum ... and move enchant and hyphen to it Change-Id: Ib2f5d61565bad33920857c4829f8a53b292f9e8b --- strata/spell-checking.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 strata/spell-checking.morph (limited to 'strata/spell-checking.morph') diff --git a/strata/spell-checking.morph b/strata/spell-checking.morph new file mode 100644 index 00000000..dfe8b997 --- /dev/null +++ b/strata/spell-checking.morph @@ -0,0 +1,16 @@ +name: spell-checking +kind: stratum +description: Spell checking libraries +build-depends: +- morph: strata/glib-common.morph +chunks: +- name: enchant + repo: upstream:enchant + ref: 6d8b6bb15f09a14c90fb900eb2ecf1172d7cf6cf + unpetrify-ref: master + build-system: autotools +- name: hyphen + repo: upstream:hyphen + ref: 7f28cf7edb54cc1bc4eaa09672e0bc043b1da70b + unpetrify-ref: master + build-system: autotools -- cgit v1.2.1