From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7EAFB158287 for ; Sat, 17 May 2025 14:18:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 699D9343368 for ; Sat, 17 May 2025 14:18:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EF4D211047E; Sat, 17 May 2025 14:17:57 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E553911047D for ; Sat, 17 May 2025 14:17:57 +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 9B2CD343379 for ; Sat, 17 May 2025 14:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37A72530 for ; Sat, 17 May 2025 14:17:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747491428.e276e9e2928031386ec683d3e699bb6fd0a9418b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-0.48.1-r1.ebuild gui-wm/hyprland/hyprland-0.48.1.ebuild gui-wm/hyprland/hyprland-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e276e9e2928031386ec683d3e699bb6fd0a9418b X-VCS-Branch: master Date: Sat, 17 May 2025 14:17:54 +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: 29fd1820-7168-4c27-8705-fa8080567768 X-Archives-Hash: 5b1bfc59078e750bf87b719a4080bd9f commit: e276e9e2928031386ec683d3e699bb6fd0a9418b Author: Johannes Huber gmx de> AuthorDate: Sat May 17 13:42:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 17 14:17:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e276e9e2 gui-wm/hyprland: use subslot on gui-libs/aquamarine Signed-off-by: Johannes Huber gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42132 Signed-off-by: Sam James gentoo.org> ...{hyprland-0.48.1.ebuild => hyprland-0.48.1-r1.ebuild} | 2 +- gui-wm/hyprland/hyprland-9999.ebuild | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gui-wm/hyprland/hyprland-0.48.1.ebuild b/gui-wm/hyprland/hyprland-0.48.1-r1.ebuild similarity index 98% rename from gui-wm/hyprland/hyprland-0.48.1.ebuild rename to gui-wm/hyprland/hyprland-0.48.1-r1.ebuild index 6a20f03c6f67..ad20c81124a4 100644 --- a/gui-wm/hyprland/hyprland-0.48.1.ebuild +++ b/gui-wm/hyprland/hyprland-0.48.1-r1.ebuild @@ -41,7 +41,7 @@ RDEPEND=" dev-libs/re2:= >=dev-libs/udis86-1.7.2 >=dev-libs/wayland-1.22.90 - >=gui-libs/aquamarine-0.8.0 + >=gui-libs/aquamarine-0.8.0:= >=gui-libs/hyprcursor-0.1.9 >=gui-libs/hyprutils-0.5.2:= media-libs/libglvnd diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index b57460937487..4ae8a5cb9327 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,9 +41,9 @@ RDEPEND=" dev-libs/re2:= >=dev-libs/udis86-1.7.2 >=dev-libs/wayland-1.22.90 - >=gui-libs/aquamarine-0.4.2 + >=gui-libs/aquamarine-0.8.0:= >=gui-libs/hyprcursor-0.1.9 - gui-libs/hyprutils:= + >=gui-libs/hyprutils-0.5.2:= media-libs/libglvnd media-libs/mesa sys-apps/util-linux @@ -63,8 +63,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=dev-libs/hyprland-protocols-0.4 - >=dev-libs/wayland-protocols-1.36 + dev-cpp/glaze + >=dev-libs/hyprland-protocols-0.6.0 + >=dev-libs/wayland-protocols-1.41 " BDEPEND=" || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) @@ -77,11 +78,11 @@ BDEPEND=" pkg_setup() { [[ ${MERGE_TYPE} == binary ]] && return - if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then + if tc-is-gcc && ver_test $(gcc-version) -lt 14; then eerror "Hyprland requires >=sys-devel/gcc-14 to build" eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" - elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then + elif tc-is-clang && ver_test $(clang-version) -lt 18; then eerror "Hyprland requires >=llvm-core/clang-18 to build" eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" @@ -94,6 +95,5 @@ src_configure() { $(meson_feature systemd) $(meson_feature X xwayland) ) - meson_src_configure }