Skip to content

Commit

Permalink
sonnet: fix qml and plugins dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
threedeyes committed May 12, 2022
1 parent 9eae053 commit 67d6cec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kde-frameworks/sonnet/sonnet-5.93.0.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SpellCheckDecorator class on your QTextEdit."
HOMEPAGE="https://github.com/KDE/sonnet/"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/KDE/sonnet/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="67ff004735f57ccec9ed489011b656e3f3b0f7827ca0e43a2f93e9dd6f974dc1"
PATCHES="sonnet-$portVersion.patchset"
Expand Down Expand Up @@ -71,6 +71,9 @@ BUILD()
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake

make $jobArgs
Expand Down

0 comments on commit 67d6cec

Please sign in to comment.