aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-10-16 15:35:22 -0500
committerJack Nagel2013-10-16 15:35:22 -0500
commitbe0706cc91a1b829e0f624c62ecc47b4cee5976f (patch)
tree43cd19e940a5dc94d099f84d8b58102d0581092e /Library/Formula
parentb1aa9883558f41f59a5d5f020251d0d2775bef44 (diff)
downloadhomebrew-be0706cc91a1b829e0f624c62ecc47b4cee5976f.tar.bz2
glib 2.38.1
- Remove upstream patches - Remove auto-detected XZ dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glib.rb15
1 files changed, 3 insertions, 12 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index a32f30a95..e9b22467e 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -2,14 +2,13 @@ require 'formula'
class Glib < Formula
homepage 'http://developer.gnome.org/glib/'
- url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.0.tar.xz'
- sha256 '7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32'
+ url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.1.tar.xz'
+ sha256 '01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159'
option :universal
option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet'
depends_on 'pkg-config' => :build
- depends_on 'xz' => :build
depends_on 'gettext'
depends_on 'libffi'
@@ -29,15 +28,7 @@ class Glib < Formula
# https://bugzilla.gnome.org/show_bug.cgi?id=673135 Resolved as wontfix,
# but needed to fix an assumption about the location of the d-bus machine
# id file.
- p[:p1] = []
- p[:p1] << "https://gist.github.com/jacknagel/6700436/raw/a94f21a9c5ccd10afa0a61b11455c880640f3133/glib-configurable-paths.patch"
-
- # Upstream patches to fix various compilation issues, should be in 2.38.1
- p[:p1] << "https://git.gnome.org/browse/glib/patch/?id=92f6cbf5286037fd6bf276370da73635c703fe69"
- p[:p1] << "https://git.gnome.org/browse/glib/patch/?id=55e6a475b6042298f46297f680247e5ac6f89262"
- p[:p1] << "https://git.gnome.org/browse/glib/patch/?id=7c8dcd32b91710a3c5fc089c35f228b260e86359"
- p[:p1] << "https://git.gnome.org/browse/glib/patch/?id=8372f22b26c929e25f1868f4aeacf938b671b2cb"
-
+ p[:p1] = "https://gist.github.com/jacknagel/6700436/raw/a94f21a9c5ccd10afa0a61b11455c880640f3133/glib-configurable-paths.patch"
p[:p0] = "https://trac.macports.org/export/111532/trunk/dports/devel/glib2/files/patch-configure.diff" if build.universal?
p
end