Skip to content

Commit fd98bf1

Browse files
committed
ki18n 6.7.0
1 parent 4345607 commit fd98bf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/k/ki18n.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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})

0 commit comments

Comments
 (0)