aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlistair McMillan2015-04-08 01:13:50 +0100
committerMike McQuaid2015-04-12 21:42:07 -0700
commit7e76df70b6537e8650e2964e47b2380816d5797a (patch)
treef9ed28d0f16650cfe5714973cd2b429efba63edb /Library
parent73a2a72e1e8593a1c0b38e5b00dee22088066336 (diff)
downloadhomebrew-7e76df70b6537e8650e2964e47b2380816d5797a.tar.bz2
gexiv2 0.10.3
Also: add introspection. Closes #38449. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gexiv2.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/gexiv2.rb b/Library/Formula/gexiv2.rb
index d5fda726b..66705777f 100644
--- a/Library/Formula/gexiv2.rb
+++ b/Library/Formula/gexiv2.rb
@@ -1,7 +1,7 @@
class Gexiv2 < Formula
homepage "https://wiki.gnome.org/Projects/gexiv2"
- url "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.2.tar.xz"
- sha256 "2fd21f0ed5125e51d02226e7f41be751cfa8ae411a8ed1a651e16b06d79047b2"
+ url "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.3.tar.xz"
+ sha256 "390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988"
bottle do
cellar :any
@@ -12,6 +12,8 @@ class Gexiv2 < Formula
end
depends_on "pkg-config" => :build
+ depends_on "libtool" => :build
+ depends_on "gobject-introspection" => :build
depends_on "glib"
depends_on "exiv2"
@@ -19,6 +21,7 @@ class Gexiv2 < Formula
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
+ "--enable-introspection",
"--prefix=#{prefix}"
system "make", "install"
end