From 81d5f57d13b18ecb3d958f1f14235f481efb7693 Mon Sep 17 00:00:00 2001 From: David Helkowski Date: Thu, 22 Jan 2026 13:59:34 +0900 Subject: [PATCH] Remove glib-openssl from Brewfile and add instructions for refreshing local tap --- Brewfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 6bc464db3..289630a2b 100644 --- a/Brewfile +++ b/Brewfile @@ -18,7 +18,6 @@ brew "boost" brew "icu4c" brew "glib" # provides glib-2.0 + gobject-2.0 (via pkg-config) brew "glib-networking" # TLS + GIO modules (helps macOS bundling via dist/macos/macgstcopy.sh) -brew "glib-openssl" # alternative TLS backend for GIO brew "sqlite" brew "taglib" brew "gstreamer" @@ -27,6 +26,8 @@ brew "gstreamer" # Homebrew core doesn't consistently provide it, so this repo includes a local formula. # Homebrew requires formulae to be installed from a tap; `brew bundle` will tap *this repo* # using the current working directory (run `brew bundle` from the repo root). +# If you previously tapped `strawberry/local` before `Formula/` existed, refresh it with: +# brew untap strawberry/local && brew tap strawberry/local "file://$PWD" tap "strawberry/local", "file://#{Dir.pwd}" brew "strawberry/local/kdsingleapplication-qt6"