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