geocode-glib: make gobject-introspection build-time dependency
This commit is contained in:
parent
7eb5d877e2
commit
262bf0c698
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class GeocodeGlib < Formula
|
|||
homepage "https://developer.gnome.org/geocode-glib"
|
||||
url "https://download.gnome.org/sources/geocode-glib/3.24/geocode-glib-3.24.0.tar.xz"
|
||||
sha256 "19c1fef4fd89eb4bfe6decca45ac45a2eca9bb7933be560ce6c172194840c35e"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "ccae27aef89fe0b73c44c79645b16f9cb76f2a9961c2fe3c40621f71fa6b69ec" => :high_sierra
|
||||
|
@ -11,11 +12,11 @@ class GeocodeGlib < Formula
|
|||
sha256 "5f50e0e5db2c81fb487586ed701490a2253836cb1804fe051137007bb4af34bd" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gtk+3"
|
||||
depends_on "json-glib"
|
||||
depends_on "libsoup"
|
||||
depends_on "gobject-introspection"
|
||||
|
||||
def install
|
||||
# forces use of gtk3-update-icon-cache instead of gtk-update-icon-cache. No bugreport should
|
||||
|
|
Loading…
Reference in a new issue