kig: work around mis-ordered build dependencies

This commit is contained in:
Andrew J. Hesford 2024-12-16 08:16:20 -05:00
parent c4528ca011
commit 62161291ae
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
pkg-config qt5-host-tools qt5-qmake"
makedepends="boost-devel boost-python3 python3-devel
# FIXME: libimobiledevice added only to resolve ordering for Python rebuilds
makedepends="boost-devel boost-python3 python3-devel libimobiledevice
kparts-devel ktexteditor-devel qt5-devel qt5-svg-devel"
short_desc="KDE education tool for interactive geometry"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"