From 4635165911fca47caf407da6e76234ab9fccd096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 14 May 2024 12:05:50 +0700 Subject: [PATCH] calligra: force use new kwallet --- srcpkgs/calligra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template index 90bd70fa527..40544f63cdc 100644 --- a/srcpkgs/calligra/template +++ b/srcpkgs/calligra/template @@ -5,7 +5,8 @@ revision=20 build_style=cmake configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON -DBUILD_TESTING=OFF" -hostmakedepends="perl pkg-config extra-cmake-modules gettext" +hostmakedepends="perl pkg-config extra-cmake-modules gettext + qt5-qmake qt5-host-tools calligra-devtools kcoreaddons kwallet" makedepends="akonadi-contacts-devel akonadi5-devel ecm-devel eigen3.2 exiv2-devel kactivities5-devel gsl-devel qt5-declarative-devel kcmutils-devel kcontacts-devel kdelibs4support-devel kdiagram-devel @@ -41,7 +42,6 @@ fi CXXFLAGS="-DKDE_NO_DEBUG_OUTPUT" if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-qmake qt5-host-tools calligra-devtools kcoreaddons" configure_args+=" -DMODERN_ICONV_RUN=1 -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" fi