aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos/xquartz.rb
AgeCommit message (Collapse)Author
2013-03-11Portability fixes to run Homebrew on Linux systemsShaun Jackman
Closes #16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-04XQuartz.version: return dunno as a string and not a symbolJack Nagel
2013-02-03Fix typo in XQuartz commentAdam Vandenberg
2013-01-02Guess system XQuartz version when mdfind failsJack Nagel
Fixes #16857.
2012-12-22Try to find XQuartz via pkgutil if mdls failsJack Nagel
c.f. #16296.
2012-12-21Make "XQuartz is installed" heurstic stricterJack Nagel
2012-11-12Don't advise XQuartz upgrades for system X11Jack Nagel
Yeah, yeah. The XQuartz/X11 stuff is confusing.
2012-11-11doctor checks XQuartz versionAdam Vandenberg
Closes #14182.
2012-08-06Adjust XQuartz/X11 module naming schemeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01Move X11 machinery into MacOS::XQuartz namespaceJack Nagel
In order to better support Xcode-only systems, where X11 libs and executables live under /usr/X11 but headers live in the SDK, move the x11_* helper methods into a new module. This allows us to keep some of the CLT/Xcode-only and Apple X11/XQuartz logic hidden from outside code, like ENV.x11. Since Apple's X11 is actually XQuartz, name the module "MacOS::XQuartz".