diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.recipe b/kde-frameworks/ktexteditor/ktexteditor-5.46.0.recipe index cd72d1f09..20394b793 100644 --- a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.recipe +++ b/kde-frameworks/ktexteditor/ktexteditor-5.46.0.recipe @@ -10,7 +10,7 @@ to an advanced IDE." HOMEPAGE="https://github.com/KDE/ktexteditor/" COPYRIGHT="2010-2018 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/KDE/ktexteditor/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="fa30b36e9f3e55c2bd0b37705d23342280a875f4a73ad506d9fcd25c830a2eb5" PATCHES="ktexteditor-$portVersion.patchset" @@ -57,7 +57,6 @@ REQUIRES=" lib:libQt5Qml$secondaryArchSuffix lib:libQt5Widgets$secondaryArchSuffix lib:libQt5Xml$secondaryArchSuffix - " PROVIDES_devel=" @@ -117,7 +116,9 @@ BUILD() cmake .. $cmakeDirArgs \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DKAUTH_HELPER_INSTALL_DIR:PATH=$addOnsDir/Qt5/kauth/helper + -DKAUTH_HELPER_INSTALL_DIR:PATH=$addOnsDir/Qt5/kauth/helper \ + -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 + make $jobArgs }