commit:     f4881c96456b2e87c410ff6d5706a7ad9edc74a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:17:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 20:29:33 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4881c96

kde-plasma/plasma-workspace: Drop IUSE geolocation, update dependencies

Upstream commits:
83e70f80f7d7c7820dce4f810c2e9f4057a675ea
33733d5edceb35a8b1b2626a3217bd14c141f199
947cb0bb0c6dc574f409d73a368475a54d73b4fd

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-workspace/plasma-workspace-9999.ebuild       | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index ad1a42096d..ae1b4bf2e1 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -15,10 +15,9 @@ DESCRIPTION="KDE Plasma workspace"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
 KEYWORDS=""
-IUSE="appstream +calendar +fontconfig geolocation gps +policykit
-screencast +semantic-desktop systemd telemetry +wallpaper-metadata"
+IUSE="appstream +calendar +fontconfig gps +policykit screencast
++semantic-desktop systemd telemetry +wallpaper-metadata"
 
-REQUIRED_USE="gps? ( geolocation )"
 RESTRICT="test"
 
 # kde-frameworks/kwindowsystem[X]: Uses KX11Extras
@@ -107,7 +106,6 @@ COMMON_DEPEND="
                x11-libs/libXft
                x11-libs/xcb-util-image
        )
-       geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
        gps? ( sci-geosciences/gpsd )
        policykit? (
                >=sys-auth/polkit-qt-0.175[qt6(+)]
@@ -115,7 +113,6 @@ COMMON_DEPEND="
        )
        screencast? (
                >=dev-qt/qtbase-${QTMIN}:6=[opengl]
-               >=kde-plasma/kpipewire-${PVCUT}:6
                media-libs/libglvnd
                >=media-video/pipewire-0.3:=
                x11-libs/libdrm
@@ -127,7 +124,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
        >=dev-libs/plasma-wayland-protocols-1.14.0
-       dev-libs/qcoro[dbus]
+       dev-libs/qcoro
        >=dev-qt/qtbase-${QTMIN}:6[concurrent]
        x11-base/xorg-proto
        fontconfig? ( x11-libs/libXrender )
@@ -171,16 +168,9 @@ src_prepare() {
 
        # TODO: try to get a build switch upstreamed
        if ! use screencast; then
-               ecm_punt_bogus_dep KPipeWire
                sed -e "s/^pkg_check_modules.*PipeWire/#&/" -i CMakeLists.txt 
|| die
        fi
 
-       # TODO: try to get a build switch upstreamed
-       if use geolocation; then
-               use gps || sed -e "s/^pkg_check_modules.*LIBGPS/#&/" \
-                       -i dataengines/geolocation/CMakeLists.txt || die
-       fi
-
        if ! use policykit; then
                cmake_run_in kcms cmake_comment_add_subdirectory users
        fi
@@ -204,7 +194,6 @@ src_configure() {
                $(cmake_use_find_package appstream AppStreamQt)
                $(cmake_use_find_package calendar KF6Holidays)
                $(cmake_use_find_package fontconfig Fontconfig)
-               $(cmake_use_find_package geolocation KF6NetworkManagerQt)
                $(cmake_use_find_package semantic-desktop KF6Baloo)
                $(cmake_use_find_package telemetry KF6UserFeedback)
                $(cmake_use_find_package wallpaper-metadata KExiv2Qt6)

Reply via email to