diff options
| author | Samuel John | 2013-09-04 11:31:07 +0200 |
|---|---|---|
| committer | Samuel John | 2013-09-04 11:31:07 +0200 |
| commit | 41c71cb9f430c1d91a66d42e9e3b43748601810e (patch) | |
| tree | 3efeae6b86cda8cb49609d8e41161c4ea016b312 /Library | |
| parent | c2eef84bed3a3657662020d6ff6840a09a7bab7b (diff) | |
| download | homebrew-41c71cb9f430c1d91a66d42e9e3b43748601810e.tar.bz2 | |
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
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inkscape.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
