pimcommon: depend on qt6-plugin-networkinformation

Needed for the runtme network reachability check.

Further investigation needed on why qt6-network segfaults without this
(instead of only having missing functionality)
This commit is contained in:
John 2024-09-26 14:52:45 +02:00 committed by John Zimmermann
parent 877aa53b5d
commit efdebaadc4
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pimcommon'
pkgname=pimcommon
version=24.08.1
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
@ -18,6 +18,7 @@ makedepends="kf6-ktextwidgets-devel kf6-kcmutils-devel kf6-karchive-devel
kf6-kxmlgui-devel kf6-purpose-devel kmime6-devel libkdepim-devel kimap-devel
kpimtextedit-devel ktextaddons-devel kf6-akonadi-devel akonadi-contacts-devel
kldap-devel akonadi-search-devel"
depends="qt6-plugin-networkinformation"
short_desc="Common libraries for KDE PIM"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"