gcab: make gobject-introspection build-time dependency
This commit is contained in:
parent
a90e480299
commit
a002433fc7
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Gcab < Formula
|
||||||
homepage "https://wiki.gnome.org/msitools"
|
homepage "https://wiki.gnome.org/msitools"
|
||||||
url "https://download.gnome.org/sources/gcab/0.7/gcab-0.7.tar.xz"
|
url "https://download.gnome.org/sources/gcab/0.7/gcab-0.7.tar.xz"
|
||||||
sha256 "a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef"
|
sha256 "a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "1a793542ed68d1848834163ca43e99ddf88fbdfb0d01a50e775bb271c808594e" => :high_sierra
|
sha256 "1a793542ed68d1848834163ca43e99ddf88fbdfb0d01a50e775bb271c808594e" => :high_sierra
|
||||||
|
@ -12,12 +13,12 @@ class Gcab < Formula
|
||||||
sha256 "1c063054e17f3194d214d5d1a8d01a12932ec8214cca7143956760039db22f2f" => :mavericks
|
sha256 "1c063054e17f3194d214d5d1a8d01a12932ec8214cca7143956760039db22f2f" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
|
depends_on "gobject-introspection" => :build
|
||||||
depends_on "intltool" => :build
|
depends_on "intltool" => :build
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "vala" => :build
|
depends_on "vala" => :build
|
||||||
depends_on "gettext"
|
depends_on "gettext"
|
||||||
depends_on "glib"
|
depends_on "glib"
|
||||||
depends_on "gobject-introspection"
|
|
||||||
|
|
||||||
# work around ld not understanding --version-script argument
|
# work around ld not understanding --version-script argument
|
||||||
# upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=708257
|
# upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=708257
|
||||||
|
|
Loading…
Reference in a new issue