Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcl-tk: Fix ttk::ThemeChanged errors #130971

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Formula/tcl-tk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class TclTk < Formula
mirror "https://fossies.org/linux/misc/tcl8.6.13-src.tar.gz"
sha256 "43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066"
license "TCL"
revision 2
revision 3

livecheck do
url :stable
Expand Down Expand Up @@ -54,6 +54,13 @@ class TclTk < Formula
url "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.13/tk8.6.13-src.tar.gz"
mirror "https://fossies.org/linux/misc/tk8.6.13-src.tar.gz"
sha256 "2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675"

# Bugfix for ttk::ThemeChanged errors; will be in Tk 8.6.14
# See https://core.tcl-lang.org/tk/info/310c74ecf4
patch :p0 do
url "https://raw.githubusercontent.com/macports/macports-ports/db4f8f774193/x11/tk/files/fix-themechanged-error.patch"
sha256 "2a75496dc597dec9d25401ab002f290be74d4acd5566793c5114e75a154c280a"
end
end

resource "itk4" do
Expand Down