From 41c71cb9f430c1d91a66d42e9e3b43748601810e Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 4 Sep 2013 11:31:07 +0200 Subject: inkscape: depends_on hicolor-icon-theme As in the discussion [1] that theme is recommended to avoid a warning if incskape. [1]: https://github.com/mxcl/homebrew/pull/12989#issuecomment-23731355 --- Library/Formula/inkscape.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb index 81d6a7e5c..082050b8d 100644 --- a/Library/Formula/inkscape.rb +++ b/Library/Formula/inkscape.rb @@ -20,6 +20,7 @@ class Inkscape < Formula depends_on 'pango' depends_on :x11 depends_on 'poppler' => :optional + depends_on 'hicolor-icon-theme' fails_with :clang -- cgit v1.2.3