File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11class Ki18n < Formula
22 desc "KDE Gettext-based UI text internationalization"
33 homepage "https://api.kde.org/frameworks/ki18n/html/index.html"
4- url "https://download.kde.org/stable/frameworks/6.6 /ki18n-6.6 .0.tar.xz"
5- sha256 "582b4c58bb69803412322d3db656fd4f5fde154eac1ac89b2c6bc905c5b61e6e "
4+ url "https://download.kde.org/stable/frameworks/6.7 /ki18n-6.7 .0.tar.xz"
5+ sha256 "555b5bc19546c3a791c69724e238c5d1710a9575cf8740012f8fc546f354122b "
66 license all_of : [
77 "BSD-3-Clause" ,
88 "LGPL-2.0-or-later" ,
@@ -59,6 +59,7 @@ def install
5959 include(FeatureSummary)
6060 find_package(ECM #{ version } NO_MODULE)
6161 set_package_properties(ECM PROPERTIES TYPE REQUIRED)
62+ set(CMAKE_AUTOMOC ON)
6263 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "#{ pkgshare } /cmake")
6364 set(CMAKE_CXX_STANDARD 17)
6465 set(QT_MAJOR_VERSION #{ qt_major } )
You can’t perform that action at this time.
0 commit comments