From 2a3430165376c9312c0bfc8f8c39a43c10d26048 Mon Sep 17 00:00:00 2001 From: "John M. Harris Jr." Date: Tue, 2 Jul 2024 21:43:36 -0700 Subject: [PATCH] gui-libs/xdg-desktop-portal-hyprland: bump live The pipewire patch previously applied has been applied to the upstream repo. Signed-off-by: John M. Harris Jr. --- .../xdg-desktop-portal-hyprland-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 fabc089776..8b4b42926a 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 @@ -83,8 +83,7 @@ src_unpack() { } src_prepare() { - eapply "${FILESDIR}/xdg-desktop-portal-hyprland-9999_use_sys_sdbus-c++.patch" - eapply "${FILESDIR}/xdg-desktop-portal-hyprland-9999_fix_pipewire.patch" + eapply "${FILESDIR}/xdg-desktop-portal-hyprland-1.3.2_use_sys_sdbus-c++.patch" sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die cmake_src_prepare }