aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gobject-introspection.rb
AgeCommit message (Collapse)Author
2015-04-15gobject-introspection: update 1.44.0 bottle.BrewTestBot
2015-04-15gobject-introspection: remove :python, add testTim D. Smith
The :python dependency was added in 270f2974 to resolve a build error but I don't see that the cause was identified. It introduces a Homebrew python dependency for all of gobject-introspection's dependencies, which is bad. I can't reproduce the error. Let's try removing the dependency. Added a test that exercises gobject-introspection using a tutorial project. Additionally recognize pkg-config as a runtime dep. Closes #38535. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-06gobject-introspection: update 1.44.0 bottle.BrewTestBot
2015-04-06gobject-introspection 1.44.0Alex Dunn
Closes #38392. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-10-19gobject-introspection: update 1.42.0 bottle.BrewTestBot
2014-09-23gobject-introspection: update 1.42.0 bottle.BrewTestBot
2014-09-23gobject-introspection 1.42.0Jack Nagel
2014-04-26Use githubusercontent domainJack Nagel
2014-04-03Revert "Use download.gnome.org instead of ftp.gnome.org"Jack Nagel
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c. Closes #28026.
2014-03-30Use download.gnome.org instead of ftp.gnome.orgJack Nagel
2014-03-28gobject-introspection: update 1.40.0 bottle.BrewTestBot
2014-03-28gobject-introspection 1.40.0Jack Nagel
2014-03-17gobject-introspection: use checksummed patchesJack Nagel
2014-03-14Remove remaining explicit xz build-time depsJack Nagel
These dependencies are automatically detected from the URL, so declaring them is redundant. If these formulae ever get a head or devel spec, then explicit xz deps would need to be re-scoped appropriately. Thus we should remove them.
2014-02-22gobject-introspection: add bottle.Mike McQuaid
2014-01-28gobject-introspection: declare optionJack Nagel
2014-01-06gobject-introspection: disabled caching into $HOMEGerrit Beine
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-18gobject-introspection: add option to run testsJack Nagel
cf. #22314.
2013-10-18gobject-introspection: override GOBJECT_INTROSPECTION_LIBDIRKieran Ramos
Signed-off-by: Kieran Ramos <ramos.kieran@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-18gobject-introspection: remove unrecognized configure switchJack Nagel
2013-09-26gobject-introspection 1.38.0Adam Malcontenti-Wilson
Closes #22839. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-23gobject-introspection: depends_on :pythonSamuel John
To avoid ImportError: Symbol not found: _PyList_Check during build.
2013-03-24gobject-introspection: look for .girs under HOMEBREW_PREFIXJack Nagel
Fixes #18703.
2012-10-23gobject-introspection 1.34.1Jack Nagel
Closes #15606. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-09gobject-introspection: use options dslAdam Vandenberg
2012-07-07gobject-introspection: disable testsJack Nagel
The tests require (at least) cairo, so disable them to avoid insane dependencies. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17gobject-introspection 1.32.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17Bite the bullet and declare xz as a build-time depJack Nagel
Determining build-time deps as part of the download strategy is probably a Homebrew 2 topic, so avoid the "you need to install xz" warning by declaring xz as a dep where used. The "don't use xz if there are alternatives" policy is still in effect, though. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-30New formula: gobject-introspectionJohn Harrison
Closes #9183. Signed-off-by: Jack Nagel <jacknagel@gmail.com>