From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E91315808B for ; Sat, 17 Feb 2024 21:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E15A52BC01E; Sat, 17 Feb 2024 21:17:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C422B2BC01E for ; Sat, 17 Feb 2024 21:17:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D89BE341B52 for ; Sat, 17 Feb 2024 21:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59CD014D0 for ; Sat, 17 Feb 2024 21:17:38 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708203829.951d783222709a34bde6d9afd4edfbd9b98453fe.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 951d783222709a34bde6d9afd4edfbd9b98453fe X-VCS-Branch: master Date: Sat, 17 Feb 2024 21:17:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: feeedc34-4ff0-4f81-bc0f-e2514fdf646a X-Archives-Hash: 6adc50567af5a37b1e6a6a2c7fceb4e9 Message-ID: <20240217211738.qp8mKhviG3XoWdWQFTQ-2brOTpwbMSPu3_xqFH-niAo@z> commit: 951d783222709a34bde6d9afd4edfbd9b98453fe Author: Julien Roy jroy ca> AuthorDate: Sat Feb 17 18:15:20 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 17 21:03:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=951d7832 gui-libs/xdg-desktop-portal-hyprland: move hyprlang to BDEPEND Signed-off-by: Julien Roy jroy.ca> ... => xdg-desktop-portal-hyprland-1.3.1-r1.ebuild} | 21 +++++++++++++-------- .../xdg-desktop-portal-hyprland-9999.ebuild | 2 +- 2 files changed, 14 insertions(+), 9 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-1.3.1-r1.ebuild similarity index 88% copy from gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild copy to gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild index af03bb435c..f09bf0c356 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-1.3.1-r1.ebuild @@ -22,19 +22,25 @@ fi LICENSE="MIT" SLOT="0" -IUSE="elogind systemd" +IUSE="elogind qt6 systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" >=media-video/pipewire-0.3.41:= dev-cpp/sdbus-c++ + dev-libs/hyprlang:= dev-libs/inih dev-libs/wayland - dev-qt/qtbase - dev-qt/qtcore - dev-qt/qtgui - dev-qt/qtwayland:6 - dev-qt/qtwidgets + qt6? ( + dev-qt/qtbase:6[gui,widgets] + dev-qt/qtwayland:6 + ) + !qt6? ( + dev-qt/qtcore + dev-qt/qtgui + dev-qt/qtwidgets + dev-qt/qtwayland:5 + ) media-libs/mesa sys-apps/util-linux x11-libs/libdrm @@ -48,7 +54,6 @@ DEPEND=" RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal - dev-libs/hyprlang " BDEPEND=" @@ -83,7 +88,7 @@ src_unpack() { } src_prepare() { - eapply "${FILESDIR}/xdg-desktop-portal-hyprland-9999_use_sys_sdbus-c++.patch" + eapply "${FILESDIR}/xdg-desktop-portal-hyprland-1.3.1_use_sys_sdbus-c++.patch" sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die cmake_src_prepare } 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 af03bb435c..ac2bb3c938 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 @@ -28,6 +28,7 @@ REQUIRED_USE="?? ( elogind systemd )" DEPEND=" >=media-video/pipewire-0.3.41:= dev-cpp/sdbus-c++ + dev-libs/hyprlang:= dev-libs/inih dev-libs/wayland dev-qt/qtbase @@ -48,7 +49,6 @@ DEPEND=" RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal - dev-libs/hyprlang " BDEPEND="