We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c5ce9 + 3f02eb0 commit 22ff68bCopy full SHA for 22ff68b
Formula/g/grantlee.rb
@@ -18,6 +18,12 @@ class Grantlee < Formula
18
sha256 big_sur: "cb83e418903303323e40af6f902331b1365ecb31382fc7f7407753a1533d0a0b"
19
end
20
21
+ # From https://steveire.wordpress.com/2022/11/11/grantlee-version-5-3-1-now-available/
22
+ # > The continuation of Grantlee for Qt 6 is happening as KTextTemplate
23
+ #
24
+ # Just deprecating with replacement message due to incompatible API.
25
+ deprecate! date: "2025-04-03", because: :unmaintained, replacement: "ktexttemplate"
26
+
27
depends_on "cmake" => [:build, :test]
28
depends_on "doxygen" => :build
29
depends_on "graphviz" => :build
0 commit comments