kig: work around mis-ordered build dependencies
This commit is contained in:
parent
c4528ca011
commit
62161291ae
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue