Skip to content

Commit

Permalink
libvisio 0.1.3
Browse files Browse the repository at this point in the history
removed dependencies on libwpd, libwpg
added dependencies for libxml2, gperf, zlib
  • Loading branch information
luzpaz authored and apjanke committed Dec 18, 2015
1 parent 10cf4d0 commit ea5547a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/libvisio.rb
@@ -1,9 +1,8 @@
class Libvisio < Formula
desc "Interpret and import Visio diagrams"
homepage "https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
url "http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.1.tar.xz"
sha256 "4b510168d1465516fdf6e57c01e2f9eae1fc0ae232c74e44e70693bbc49227f1"
revision 2
url "http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.3.tar.xz"
sha256 "943e03b1e6c969af4c2133a6671c9630adf3aaf8d460156744a28f58c9f47cd8"

bottle do
cellar :any
Expand All @@ -15,10 +14,11 @@ class Libvisio < Formula
depends_on "pkg-config" => :build
depends_on "boost" => :build
depends_on "cppunit" => :build
depends_on "libwpd"
depends_on "libwpg"
depends_on "icu4c"
depends_on "librevenge"
depends_on "icu4c"
depends_on "libxml2"
depends_on "homebrew/dupes/gperf"
depends_on "homebrew/dupes/zlib"

def install
# Needed for Boost 1.59.0 compatibility.
Expand Down

0 comments on commit ea5547a

Please sign in to comment.