Minor updates to satisfy brew audit
This commit is contained in:
parent
f8a99eff59
commit
624ecec5d1
12
spice-gtk.rb
12
spice-gtk.rb
|
@ -4,6 +4,9 @@ class SpiceGtk < Formula
|
||||||
url "https://www.spice-space.org/download/gtk/spice-gtk-0.34.tar.bz2"
|
url "https://www.spice-space.org/download/gtk/spice-gtk-0.34.tar.bz2"
|
||||||
sha256 "e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee"
|
sha256 "e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee"
|
||||||
|
|
||||||
|
depends_on "autoconf" => :build
|
||||||
|
depends_on "autogen" => :build
|
||||||
|
depends_on "automake" => :build
|
||||||
depends_on "gobject-introspection" => :build
|
depends_on "gobject-introspection" => :build
|
||||||
depends_on "intltool" => :build
|
depends_on "intltool" => :build
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
|
@ -31,17 +34,12 @@ class SpiceGtk < Formula
|
||||||
depends_on "gst-plugins-bad"
|
depends_on "gst-plugins-bad"
|
||||||
depends_on "gst-plugins-ugly"
|
depends_on "gst-plugins-ugly"
|
||||||
|
|
||||||
# need autogen to regen after patching the build
|
|
||||||
depends_on "autogen"
|
|
||||||
depends_on "automake"
|
|
||||||
depends_on "autoconf"
|
|
||||||
|
|
||||||
# compile vncdisplaykeymap.c as objc to fix include issue
|
# compile vncdisplaykeymap.c as objc to fix include issue
|
||||||
patch :DATA
|
patch :DATA
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV['CFLAGS'] = "-Wno-cast-align -Wno-error"
|
ENV["CFLAGS"] = "-Wno-cast-align -Wno-error"
|
||||||
ENV['XML_CATALOG_FILES'] = "/usr/local/etc/xml/catalog"
|
ENV["XML_CATALOG_FILES"] = "/usr/local/etc/xml/catalog"
|
||||||
|
|
||||||
mv "src/vncdisplaykeymap.c", "src/vncdisplaykeymap.m"
|
mv "src/vncdisplaykeymap.c", "src/vncdisplaykeymap.m"
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ class VirtManager < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "virt-manager" "--version"
|
system "#{bin}/virt-manager", "--version"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
__END__
|
__END__
|
||||||
|
|
Loading…
Reference in a new issue