aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnumeric.rb
AgeCommit message (Collapse)Author
2014-12-27Migrate some formula with hard-X11 dependencies.Mike McQuaid
We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk).
2014-05-22gnumeric: fix typoAdam Vandenberg
Closes #29500.
2014-05-22gnumeric: optional flag to gnumeric to allow python scriptingMichael Nahas
Gnumeric allows users to write macros/scripts in python. That was unavailable in the previous version. Gnumeric's configure script would see pygobject missing and disable it. With this commit, users can do --with-pygobject and enable it. (I'd prefer that the option was named "--with-python" but I didn't know how to do that.) Closes #29433. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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
2013-02-03gnumeric: intltool is a build-time depJack Nagel
2012-08-08gnumeric: add `depends_on :x11`nibbles 2bits
gnumeric also needs a `depends_on :x11` so that it can find cairo. Fixes #13988 Closes #13991. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18gnumeric 1.10.17Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>