pygtksourceview went quartz-only

url changed
This commit is contained in:
Tom Schoonjans 2015-05-22 12:15:34 +01:00 committed by Mike McQuaid
parent 6cdebdd50a
commit fa2e23696d

View file

@ -1,20 +1,19 @@
require 'formula'
class Pygtksourceview < Formula
desc "Python wrapper for the GtkSourceView widget library"
homepage 'http://projects.gnome.org/gtksourceview/pygtksourceview.html'
url 'http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-2.10.0.tar.bz2'
sha256 'bfdde2ce4f61d461fb34dece9433cf81a73a9c9de6b62d4eb06177b8c9cec9c7'
homepage "https://projects.gnome.org/gtksourceview/pygtksourceview.html"
url "https://download.gnome.org/sources/pygtksourceview/2.10/pygtksourceview-2.10.1.tar.bz2"
sha256 "b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974"
revision 1
depends_on 'pkg-config' => :build
depends_on 'gtksourceview'
depends_on 'pygtk'
depends_on "pkg-config" => :build
depends_on "gtksourceview"
depends_on "pygtk"
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-docs" # attempts to download chunk.xsl on demand (and sometimes fails)
system "make install"
system "make", "install"
end
test do