mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
ktexteditor: fix plugin install dir
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user