Dolphin: fix typo

This commit is contained in:
Gerasim Troeglazov
2022-05-17 22:49:56 +10:00
parent c567a3eff7
commit 81751488d8

View File

@@ -25,7 +25,7 @@ At first look, this is a simple file manager, but it has many talents. Some feat
HOMEPAGE="https://userbase.kde.org/Dolphin"
COPYRIGHT="2000-2022 KDE"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/dolphin-$portVersion.tar.xz"
CHECKSUM_SHA256="58c6cdd0d3b8ac41880e5ea2322cad92380c8c45336150c3c39f9357dfa4f100"
PATCHES="dolphin-$portVersion.patchset"
@@ -167,8 +167,9 @@ BUILD()
cd build
cmake .. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DKDE_INSTALL_DATAROOTDIR=$dataDir \
-DKDE_INSTALL_PLUGINDIR=addOnsDir/Qt5 \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_DIR="/system/data/cmake/Modules/ECM/cmake"
make $jobArgs