aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoryanniks2013-12-15 21:17:09 +0100
committerJack Nagel2014-03-28 14:50:05 -0500
commita6b384bc673b19a2b7314ff178d0863dc05c1c07 (patch)
treeed8dd97c4d02072eb05d0be29500212bf532267b /Library
parent268b29df0df70c8bdbe2ef7e9f9673e70f0c4c7b (diff)
downloadhomebrew-a6b384bc673b19a2b7314ff178d0863dc05c1c07.tar.bz2
qiv 2.3
Closes #25238. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qiv.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/qiv.rb b/Library/Formula/qiv.rb
index fca01fa4c..cd4c95b46 100644
--- a/Library/Formula/qiv.rb
+++ b/Library/Formula/qiv.rb
@@ -2,8 +2,8 @@ require 'formula'
class Qiv < Formula
homepage 'http://spiegl.de/qiv/'
- url 'http://spiegl.de/qiv/download/qiv-2.2.4.tgz'
- sha1 '650052cb72820701300b2bfeb09b966625ee3dba'
+ url 'http://spiegl.de/qiv/download/qiv-2.3.tgz'
+ sha1 '48ec74194c87e3100c3b435e61e0174e87e7b51c'
head 'http://bitbucket.org/ciberandy/qiv/', :using => :hg
@@ -11,6 +11,8 @@ class Qiv < Formula
depends_on 'gtk+'
depends_on 'imlib2'
depends_on 'libmagic'
+ depends_on 'little-cms2'
+ depends_on 'libexif'
def install
system "make", 'STATUSBAR_FONT="Monaco"', "CC=#{ENV.cc}"