hunspell 1.5.2
Closes #7295. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
e0294312b6
commit
a3f37a49cb
1 changed files with 2 additions and 14 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Hunspell < Formula
|
class Hunspell < Formula
|
||||||
desc "Spell checker and morphological analyzer"
|
desc "Spell checker and morphological analyzer"
|
||||||
homepage "https://hunspell.github.io"
|
homepage "https://hunspell.github.io"
|
||||||
url "https://github.com/hunspell/hunspell/archive/v1.4.1.tar.gz"
|
url "https://github.com/hunspell/hunspell/archive/v1.5.2.tar.gz"
|
||||||
sha256 "c4476aff0ced52eec334eae1e8d3fdaaebdd90f5ecd0b57cf2a92a6fd220d1bb"
|
sha256 "6d649981f61ab0db81027e165a98902201a68f12f9abe0d42acd57948d67f3d7"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "d4cc7d577e89e8e67312821828978a5bfa812188f674a67b29cfbc7dc7695dac" => :sierra
|
sha256 "d4cc7d577e89e8e67312821828978a5bfa812188f674a67b29cfbc7dc7695dac" => :sierra
|
||||||
|
@ -15,18 +14,7 @@ class Hunspell < Formula
|
||||||
|
|
||||||
conflicts_with "freeling", :because => "both install 'analyze' binary"
|
conflicts_with "freeling", :because => "both install 'analyze' binary"
|
||||||
|
|
||||||
# hunspell does not prepend $HOME to all USEROODIRs
|
|
||||||
# https://github.com/hunspell/hunspell/issues/32
|
|
||||||
patch do
|
|
||||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/684440d/hunspell/prepend_user_home_to_useroodirs.diff"
|
|
||||||
sha256 "456186c9e569c51065e7df2a521e325d536ba4627d000ab824f7e97c1e4bc288"
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.deparallelize
|
|
||||||
|
|
||||||
# The following line can be removed on release of next stable version
|
|
||||||
inreplace "configure", "1.4.0", "1.4.1"
|
|
||||||
system "./configure", "--disable-dependency-tracking",
|
system "./configure", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}",
|
"--prefix=#{prefix}",
|
||||||
"--with-ui",
|
"--with-ui",
|
||||||
|
|
Loading…
Reference in a new issue