From 0a3fb9e44935af8ad46da054ff973327ee5f863e Mon Sep 17 00:00:00 2001 From: "John M. Harris Jr." Date: Sat, 26 Oct 2024 12:16:51 -0700 Subject: [PATCH] gui-libs/xdg-desktop-portal-hyprland: sync live Signed-off-by: John M. Harris Jr. --- .../xdg-desktop-portal-hyprland-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index 6bd18e3f80..1abdc90305 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE="?? ( elogind systemd )" DEPEND=" >=media-video/pipewire-1.2.0:= - dev-cpp/sdbus-c++ + >=dev-cpp/sdbus-c++-2.0.0 dev-libs/hyprlang:= dev-libs/inih dev-libs/wayland @@ -46,6 +46,7 @@ RDEPEND=" BDEPEND=" >=dev-libs/wayland-protocols-1.24 + >=dev-util/hyprwayland-scanner-0.4.2 dev-libs/hyprland-protocols virtual/pkgconfig || ( >=sys-devel/gcc-13:* >=sys-devel/clang-17:* ) @@ -66,7 +67,6 @@ pkg_setup() { } src_prepare() { - eapply "${FILESDIR}/xdg-desktop-portal-hyprland-9999_use_sys_sdbus-c++.patch" sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die cmake_src_prepare }