New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/49012#issuecomment-1985040141 Comment: ## libaccounts-qt5 need revbump against libaccount-glib, resolve conflict ```diff diff --git a/srcpkgs/libaccounts-qt5/template b/srcpkgs/libaccounts-qt5/template index 1160b9b76bf..93b8a0766eb 100644 --- a/srcpkgs/libaccounts-qt5/template +++ b/srcpkgs/libaccounts-qt5/template @@ -1,7 +1,7 @@ # Template file for 'libaccounts-qt5' pkgname=libaccounts-qt5 version=1.16 -revision=3 +revision=4 build_style=qmake configure_args="LIBDIR=/usr/lib" hostmakedepends="pkg-config doxygen qt5-qmake qt5-host-tools" @@ -13,6 +13,11 @@ homepage="https://gitlab.com/accounts-sso/libaccounts-qt" distfiles="${homepage}/-/archive/VERSION_${version}/libaccounts-qt-VERSION_${version}.tar.gz" checksum=3e527b151ee87e851b0f027214bda1353d8e48e10a5b54109f1e4b7d422a7de3 +post_install() { + # Fix conflict with libaccounts-qt6 + rm ${DESTDIR}/usr/bin/accountstest +} + libaccounts-qt5-devel_package() { short_desc+=" - development files" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" ```