Fix gitg formula

This commit is contained in:
Jesse van den Kieboom 2015-12-30 11:34:19 +01:00
parent 75aeb293f8
commit fbfd9ecbdc

View file

@ -1,7 +1,7 @@
class Gitg < Formula
desc "git viewer"
homepage "https://projects.gnome.org/gitg/"
head "https://git.gnome.org/browse/gitg.git"
head "ssh://gnome/git/gitg"
depends_on "autoconf" => :build
depends_on "automake" => :build
@ -23,8 +23,6 @@ class Gitg < Formula
depends_on "gnome/gitg/gnome-icon-theme"
def install
raise "hell"
system "./autogen.sh", "--disable-dependency-tracking",
"--disable-maintainer-mode",
"--disable-schemas-compile",