aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 00:57:02 -0600
committerJack Nagel2013-11-13 00:57:02 -0600
commit826acbf104b2621dd150346337a7c4d105104f48 (patch)
tree03259efb9d6e68dacf2d5fd69b068a32bc27368e /Library
parent71cf3869957683d16b07841d86f3f83327cfc441 (diff)
downloadhomebrew-826acbf104b2621dd150346337a7c4d105104f48.tar.bz2
libda 5.2.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libgda.rb15
1 files changed, 8 insertions, 7 deletions
diff --git a/Library/Formula/libgda.rb b/Library/Formula/libgda.rb
index 09f5a269e..6b5726df4 100644
--- a/Library/Formula/libgda.rb
+++ b/Library/Formula/libgda.rb
@@ -2,25 +2,26 @@ require 'formula'
class Libgda < Formula
homepage 'http://www.gnome-db.org/'
- url 'http://ftp.gnome.org/pub/GNOME/sources/libgda/5.0/libgda-5.0.3.tar.xz'
- sha256 '82d204361b794103c366bb690484d25814bfc653cb97da0dfcf7c0a13409d1cc'
+ url 'http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.0.tar.xz'
+ sha256 '41bd14aaaf50efc7b80d7279c69ed9c90d3a1894cb5123385d86883a1d7d5f30'
depends_on 'pkg-config' => :build
- depends_on 'xz' => :build
depends_on 'intltool' => :build
+ depends_on 'itstool' => :build
depends_on 'gettext'
depends_on 'glib'
depends_on 'readline'
depends_on 'libgcrypt'
-
- # brew's sqlite doesn't have necessary options compiled, so skipping as a dep for now
- # adamv: which options does it need?
+ depends_on 'sqlite'
def install
ENV.libxml2
- system "./configure", "--enable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
"--prefix=#{prefix}",
"--disable-binreloc",
+ "--disable-gtk-doc",
"--without-java"
system "make"
system "make install"