gnome-builder 3.22.0

This commit is contained in:
Tom Schoonjans 2016-10-01 08:12:39 +01:00 committed by Dominyk Tiller
parent 8694c7ed44
commit 195fa2ea1e

View file

@ -1,9 +1,8 @@
class GnomeBuilder < Formula
desc "IDE for GNOME"
homepage "https://wiki.gnome.org/Apps/Builder"
url "https://download.gnome.org/sources/gnome-builder/3.20/gnome-builder-3.20.4.tar.xz"
sha256 "b3e69495cd0fcfd3e3a7590f52aadaae7f45393eefd47ab5581a851cdd489041"
revision 1
url "https://download.gnome.org/sources/gnome-builder/3.22/gnome-builder-3.22.0.tar.xz"
sha256 "0caf7d917aefb3fa42aa63dbb57d635fae24889c0df1fa585ee29c095ea3dda7"
bottle do
sha256 "44617ae64945b8da767a54187685fdc5872ad3675283e06c9095250d424a42d7" => :sierra
@ -14,6 +13,7 @@ class GnomeBuilder < Formula
depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "itstool" => :build
depends_on "mm-common" => :build
depends_on "libgit2-glib"
depends_on "gtk+3"
depends_on "libpeas"
@ -29,6 +29,12 @@ class GnomeBuilder < Formula
depends_on :python3 => :optional
depends_on "pygobject3" if build.with? "python3"
# bug report opened at https://bugzilla.gnome.org/show_bug.cgi?id=772279
patch do
url "https://raw.githubusercontent.com/tschoonj/formula-patches/gnome-builder/gnome-builder/pipe2.patch"
sha256 "9e5ac0f1ab8dd5931a28e2d43a6a4f3610d0160e135e322709aa57dc22a1d83f"
end
needs :cxx11
def install