From 81751488d89bc9339f0899e55ee2cbf5188a3aad Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 17 May 2022 22:49:56 +1000 Subject: [PATCH] Dolphin: fix typo --- kde-apps/dolphin/dolphin-22.04.0.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/dolphin/dolphin-22.04.0.recipe b/kde-apps/dolphin/dolphin-22.04.0.recipe index 450a681bf..a6e47ac22 100644 --- a/kde-apps/dolphin/dolphin-22.04.0.recipe +++ b/kde-apps/dolphin/dolphin-22.04.0.recipe @@ -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