File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class TclTk < Formula
5
5
mirror "https://fossies.org/linux/misc/tcl8.6.13-src.tar.gz"
6
6
sha256 "43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066"
7
7
license "TCL"
8
- revision 2
8
+ revision 3
9
9
10
10
livecheck do
11
11
url :stable
@@ -54,6 +54,13 @@ class TclTk < Formula
54
54
url "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.13/tk8.6.13-src.tar.gz"
55
55
mirror "https://fossies.org/linux/misc/tk8.6.13-src.tar.gz"
56
56
sha256 "2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675"
57
+
58
+ # Bugfix for ttk::ThemeChanged errors; will be in Tk 8.6.14
59
+ # See https://core.tcl-lang.org/tk/info/310c74ecf4
60
+ patch :p0 do
61
+ url "https://raw.githubusercontent.com/macports/macports-ports/db4f8f774193/x11/tk/files/fix-themechanged-error.patch"
62
+ sha256 "2a75496dc597dec9d25401ab002f290be74d4acd5566793c5114e75a154c280a"
63
+ end
57
64
end
58
65
59
66
resource "itk4" do
You can’t perform that action at this time.
0 commit comments