# Template file for 'kf6-ki18n' pkgname=kf6-ki18n version=6.3.0 revision=1 build_style=cmake configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" hostmakedepends="extra-cmake-modules qt6-tools qt6-base qt6-declarative-host-tools gettext python3" makedepends="qt6-declarative-devel" depends="iso-codes" short_desc="KDE Gettext-based UI text internationalization" maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/ki18n" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" checksum=4d95341eba2070fec3901396eb0a68f4a8423337de5ea23fb86b0ea70c957282 do_check() { cd build # disable failing tests ctest -E "kcountrytest|kcountrysubdivisiontest|ki18n-klocalizedstringtest|kcatalogtest" } kf6-ki18n-devel_package() { depends="$makedepends ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove "usr/lib/*.so" } }