From 83f73e174891fbb86d9a4f221634d828a00c4748 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 11 Jul 2024 09:40:51 +0500 Subject: [PATCH] kqtquickcharts: fix installation path --- srcpkgs/kqtquickcharts/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kqtquickcharts/template b/srcpkgs/kqtquickcharts/template index 9760993f23c..866f39273cf 100644 --- a/srcpkgs/kqtquickcharts/template +++ b/srcpkgs/kqtquickcharts/template @@ -1,12 +1,12 @@ # Template file for 'kqtquickcharts' pkgname=kqtquickcharts version=24.05.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 - -DKDE_INSTALL_QMLDIR=lib/qt6/qml - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules" +configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake + -DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins + -DKDE_INSTALL_QMLDIR=lib/qt5/qml + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules" hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake" makedepends="qt5-declarative-devel" depends="qt5-quickcontrols2"