New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/49012#issuecomment-1980011497 Comment: > > you pushed wrong commit [7334ab4](https://github.com/void-linux/void-packages/commit/7334ab41f3850859fc983097a2af2b7a3fb19c56) > > polkit-devel is required for flatpak-kcm > > See output of `xbps-query -R flatpak-devel --cat /usr/lib/pkgconfig/flatpak.pc`, it is listed in `Requires.private` hmm flatpak-kcm also need `polkit-devel` as `makedepends=` ```diff diff --git a/srcpkgs/flatpak-kcm/template b/srcpkgs/flatpak-kcm/template index e48f275e409..c8f44356201 100644 --- a/srcpkgs/flatpak-kcm/template +++ b/srcpkgs/flatpak-kcm/template @@ -7,7 +7,7 @@ configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake" hostmakedepends="extra-cmake-modules pkg-config qt6-base qt5-tools gettext" makedepends="flatpak-devel kf6-kcmutils-devel kf6-kdeclarative-devel - kf6-ki18n-devel kf6-kconfig-devel kf6-kitemmodels-devel" + kf6-ki18n-devel kf6-kconfig-devel kf6-kitemmodels-devel polkit-devel" short_desc="KDE Config Module for Flatpak Permissions" maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" ```