From 8711658ebfea4418e3d85bc4ce4f763247e4c3da Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 9 May 2010 11:36:26 -0700 Subject: Updated poppler formula Updated the poppler formula to address the following issues: - Poppler font data is now downloaded and installed to #{prefix}/share/poppler using an internal brew. - Added an install option, --with-qt4, that sets flags for linking to Qt frameworks installed by the qt formula. Using the qt4 option will also desginate the qt formula as a dependency which will significantly increase compile times if Qt has not allready been installed. Signed-off-by: Adam Vandenberg --- Library/Formula/poppler.rb | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 120923ba2..8c497c498 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -1,14 +1,38 @@ require 'formula' +class PopplerData