kwallet: fix conflicts with kf6-kwallet

This commit is contained in:
Đoàn Trần Công Danh 2024-05-13 07:30:06 +07:00
parent 416ec861c4
commit d21059b98d

View file

@ -1,7 +1,7 @@
# Template file for 'kwallet'
pkgname=kwallet
version=5.115.0
revision=2
revision=3
build_style=cmake
configure_args="-DBUILD_TESTING=ON -DBUILD_KWALLET_QUERY=OFF"
hostmakedepends="gettext kcoreaddons extra-cmake-modules
@ -26,6 +26,8 @@ do_check() {
post_install() {
rm ${DESTDIR}/usr/share/dbus-1/services/org.kde.kwalletd5.service
rm ${DESTDIR}/usr/bin/kwallet-query
rm ${DESTDIR}/usr/share/man/man1/kwallet-query.1
}
kwallet-devel_package() {