New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/44326#issuecomment-1584977013 Comment: `qt6-qmake` will never exist because it's included in `qt6-base` this worked for me with qt6: ```diff diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index 2c9e9cc3d8..ffff9c7254 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,19 +1,19 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher -version=6.3 +version=7.0 revision=1 build_style=cmake configure_args="-DLauncher_BUILD_PLATFORM=Void" -hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools - qt5-qmake scdoc" -makedepends="qt5-devel" -depends="virtual?java-runtime qt5-svg qt5-imageformats" +hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools + qt6-base scdoc" +makedepends="qt6-base-devel qt6-qt5compat-devel" +depends="virtual?java-runtime qt6-svg qt6-imageformats" short_desc="Custom launcher for Minecraft" maintainer="Philipp David " license="GPL-3.0-only" homepage="https://prismlauncher.org/" distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz" -checksum=fc1896df6422248dbd767d4a82066fe6044ae104354ebf75fc5ae92252f2fb1a +checksum=aef3d368aea8c5c65d6db0d258ef3d0a2965a009f1311568190d2b557ec01833 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=0" ```