file-roller: add undeclared dependencies
Make the undeclared dependencies reported by `brew linkage` explicit: atk, cairo, gdk-pixbuf, gettext, glib, pango
This commit is contained in:
parent
444b3d26f3
commit
7a9338a751
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@ class FileRoller < Formula
|
|||
depends_on "hicolor-icon-theme"
|
||||
depends_on "gnome-icon-theme"
|
||||
|
||||
# Add linked-library dependencies
|
||||
depends_on "atk"
|
||||
depends_on "cairo"
|
||||
depends_on "gdk-pixbuf"
|
||||
depends_on "gettext"
|
||||
depends_on "glib"
|
||||
depends_on "pango"
|
||||
|
||||
def install
|
||||
# forces use of gtk3-update-icon-cache instead of gtk-update-icon-cache. No bugreport should
|
||||
# be filed for this since it only occurs because Homebrew renames gtk+3's gtk-update-icon-cache
|
||||
|
|
Loading…
Reference in a new issue