# Template file for 'kf6-ki18n' pkgname=kf6-ki18n version=6.5.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=7873d36a8ae452745d58100e7cda067eae632c787c1fc5a3c63a7072aacfa7fc 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" } }