New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/49012#issuecomment-1985864688 Comment: ## oxygen-qt6 fix building ```diff diff --git a/srcpkgs/oxygen-qt6/template b/srcpkgs/oxygen-qt6/template index dd62481f90c..6bed11b36a7 100644 --- a/srcpkgs/oxygen-qt6/template +++ b/srcpkgs/oxygen-qt6/template @@ -4,7 +4,7 @@ version=6.0.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DBUILD_QT5=OFF" -hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools" +hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools gettext" makedepends="kdecoration-devel kf6-frameworkintegration-devel kf6-kcmutils-devel libplasma-devel" short_desc="Oxygen visual style for the Plasma Desktop" ```