From fc7fde681197974b1696a6fa0a9a26d9be603a32 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 8 Aug 2025 01:56:41 -0400 Subject: [PATCH] kdeplasma-addons: fix crash of weather plasmoid fixes: #50879 --- srcpkgs/kdeplasma-addons/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kdeplasma-addons/template b/srcpkgs/kdeplasma-addons/template index 7aae4d5bdf4..e771ed612c6 100644 --- a/srcpkgs/kdeplasma-addons/template +++ b/srcpkgs/kdeplasma-addons/template @@ -1,7 +1,7 @@ # Template file for 'kdeplasma-addons' pkgname=kdeplasma-addons version=6.4.3 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake -DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" @@ -13,6 +13,7 @@ makedepends="kf6-kdeclarative-devel kf6-kholidays-devel kf6-krunner-devel kf6-knotifications-devel kf6-kservice-devel kf6-kxmlgui-devel qt6-quick3d-devel icu-devel kf6-kauth-devel kf6-kpackage-devel kf6-kcmutils-devel libplasma-devel kf6-kauth-devel" +depends="qt6-plugin-networkinformation qt6-location" short_desc="Various Plasma addons" maintainer="Luciogi " license="GPL-2.0-or-later, LGPL-2.1-or-later"