Releases: R-macos/XQuartz
Releases · R-macos/XQuartz
XQuartz-2.8.1
This is an automation-friendly packaging of the XQuartz 2.8.1 release with the following modifications:
- fixes broken
pkg-configchain (some.pcfiles were missing in the release) - only includes the
/opt/X11subdirectory, does not mess with system settings - adds
/opt/X11/libexec/postinstallscript to create X11 symlinks (last lines from the installer packaging script in the release). It is optional, supports legacy scripts that expect/usr/X11to exist. - adds
/opt/X11/libexec/pkg-configwhich uses/opt/X11prefix. It is intentionally not placed inbinsuch that it does not confuse any existingpkg-configinstallations. To make it part of XQuartz usesudo ln -s ../libexec/pkg-config /opt/X11/bin/pkg-config. If you use any otherpkg-configadd/opt/X11/lib/pkgconfigtoPKG_CONFIG_PATHinstead.
The actual XQuartz binary content is identical to the release.
Suggested installation:
curl -sSL https://github.com/R-macos/XQuartz/releases/download/XQuartz-2.8.1/XQuartz-2.8.1.tar.xz \
| sudo tar fxj - -C / && sudo sh /opt/X11/libexec/postinstall