# HG changeset patch # User Richard Dunbar # Date 1429597752 14400 # Node ID 0d193e839425eb310c8531d52522a20c8dfc6312 # Parent 2c07945763bfca81be15232f912caae188abb581 seamonkey: enable spell check diff -r 2c07945763bf -r 0d193e839425 seamonkey/receipt --- a/seamonkey/receipt Mon Apr 20 12:33:45 2015 +0200 +++ b/seamonkey/receipt Tue Apr 21 02:29:12 2015 -0400 @@ -15,7 +15,7 @@ libevent libvpx" BUILD_DEPENDS="gtk+-dev zip libIDL coreutils xorg-libXft-dev libevent-dev \ libvpx-dev perl alsa-lib alsa-lib-dev findutils python python-dev \ -wireless_tools-dev mesa-dev yasm libnotify-dev curl-dev" +wireless_tools-dev mesa-dev yasm libnotify-dev curl-dev hunspell-dev" # Rules to configure and make the package. compile_rules() diff -r 2c07945763bf -r 0d193e839425 seamonkey/stuff/seamonkey.mozconfig --- a/seamonkey/stuff/seamonkey.mozconfig Mon Apr 20 12:33:45 2015 +0200 +++ b/seamonkey/stuff/seamonkey.mozconfig Tue Apr 21 02:29:12 2015 -0400 @@ -6,6 +6,7 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-libevent ac_add_options --with-system-libvpx +ac_add_options --enable-system-hunspell ac_add_options --enable-application=suite ac_add_options --enable-default-toolkit=cairo-gtk2