diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-12 22:17:26 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-12 22:29:33 +0200 |
| commit | f4881c96456b2e87c410ff6d5706a7ad9edc74a4 (patch) | |
| tree | 913e7dbcc1dff5c0cdff6fa615b7578a17bd73e4 | |
| parent | fb4d3b71f8349be70fb9b504aa94478d1863c34a (diff) | |
| download | kde-f4881c96456b2e87c410ff6d5706a7ad9edc74a4.tar.gz kde-f4881c96456b2e87c410ff6d5706a7ad9edc74a4.tar.bz2 kde-f4881c96456b2e87c410ff6d5706a7ad9edc74a4.zip | |
kde-plasma/plasma-workspace: Drop IUSE geolocation, update dependencies
Upstream commits:
83e70f80f7d7c7820dce4f810c2e9f4057a675ea
33733d5edceb35a8b1b2626a3217bd14c141f199
947cb0bb0c6dc574f409d73a368475a54d73b4fd
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 17 |
1 files 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 ad1a42096d4..ae1b4bf2e19 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) |
