Commit graph

7 commits

Author SHA1 Message Date
Samuel John
dd3d94f470 pygtk: Option for gtk.glade bindings
Fixes Homebrew/homebrew#16269.
Closes Homebrew/homebrew#16401.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-04 09:58:24 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
85c64af67f pygtk: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
nibbles 2bits
ba9091bec2 pygtk: depends_on :x11
pygtk-2.24.0 on Lion will not compile because it can't find
`<pango/pangocairo.h>.  This occurs because pkgconfig has trouble
querying the pangocairo.pc module because it complains that a
required module, `fontconfig` can't be found and suggests adding
it's path to `PKG_CONFIG_PATH`.  We know `fontconfig` is a part
of X11.  So add `depends_on :x11` to the formula so that all the
pkgconfig modules can be located.

Tested by importing pygtk, importing cairo, and by running
`brew test -v pygtk` on Lion with clang and llvm from XCode-4.3.3.

Fixes Homebrew/homebrew#13205 and possibly Homebrew/homebrew#13256

Closes Homebrew/homebrew#13257.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-07 02:42:11 -05:00
Jack Nagel
fd58bd13e6 pygtk: add PYTHONPATH caveats
Closes Homebrew/homebrew#10905.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:56:16 -05:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
John Harrison
21e0f3213c pygtk 2.24.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00