gtksourceview3 3.12.3

Closes Homebrew/homebrew#31856.
master
Jack Nagel 2014-08-24 18:15:51 -05:00
parent bc4dad5a78
commit 8de806507e
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
require 'formula'
require "formula"
class Gtksourceview3 < Formula
homepage 'http://projects.gnome.org/gtksourceview/'
url 'http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.2.tar.xz'
sha1 '157ee7291988f89eebdbf6c4bb05e9901572f1ad'
homepage "http://projects.gnome.org/gtksourceview/"
url "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.3.tar.xz"
sha256 "f31959a21a93a929ff15192287096e65479e082cfac48ea8566aae9f6ce2f5f7"
depends_on :x11
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'
depends_on 'gtk+3'
depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "gettext"
depends_on "gtk+3"
def install
system "./configure", "--disable-dependency-tracking",