Skip to content

Commit

Permalink
kde-apps/dolphin: Fix unused cmake arg warning w/ IUSE !test
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/944187
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 20, 2024
1 parent ef4d24a commit 1a10713
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion kde-apps/dolphin/dolphin-24.11.80.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
$(cmake_use_find_package semantic-desktop KF6Baloo)
$(cmake_use_find_package semantic-desktop KF6BalooWidgets)
$(cmake_use_find_package telemetry KF6UserFeedback)
)
use test && mycmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
)
ecm_src_configure
}

Expand Down
4 changes: 3 additions & 1 deletion kde-apps/dolphin/dolphin-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
$(cmake_use_find_package semantic-desktop KF6Baloo)
$(cmake_use_find_package semantic-desktop KF6BalooWidgets)
$(cmake_use_find_package telemetry KF6UserFeedback)
)
use test && mycmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
)
ecm_src_configure
}

Expand Down
4 changes: 3 additions & 1 deletion kde-apps/dolphin/dolphin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
$(cmake_use_find_package semantic-desktop KF6Baloo)
$(cmake_use_find_package semantic-desktop KF6BalooWidgets)
$(cmake_use_find_package telemetry KF6UserFeedback)
)
use test && mycmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged
)
ecm_src_configure
}

Expand Down

0 comments on commit 1a10713

Please sign in to comment.