diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index b1b09a6b2e1..be14e001f9e 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -1,14 +1,14 @@ # Template file for 'qtcreator' pkgname=qtcreator version=13.0.2 -revision=1 +revision=2 build_style=cmake configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF" hostmakedepends="clang llvm perl pkg-config python3 which qt6-base qt6-tools qtchooser qt6-shadertools qt6-declarative-host-tools" makedepends="qt6-declarative-private-devel qt6-base-private-devel qt6-quick3d-private-devel qt6-svg-devel qt6-plugin-odbc qt6-plugin-sqlite - qt6-plugin-pgsql qt6-plugin-mysql qt6-qt5compat-devel + qt6-plugin-pgsql qt6-plugin-mysql qt6-qt5compat-devel libsecret-devel qt6-serialport-devel qt6-shadertools-devel clang llvm clang-tools-extra" depends="qt6-plugin-sqlite mesa-dri" @@ -26,10 +26,15 @@ build_options="qbs" desc_option_qbs="Build vendored Qbs" if [ -z "$CROSS_BUILD" ] && [ "$XBPS_TARGET_WORDSIZE" != 32 ]; then - makedepends+=" qt6-tools-devel" + makedepends+=" qt6-tools-private-devel python3-BeautifulSoup4 python3-lxml + qt6-base-doc" build_options_default="qbs" fi +if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then + makedepends+=" qt6-webengine-devel" +fi + if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel" fi