From 5b41f71111e8dac5bc65d28da8a65b10eaecc03e Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sat, 17 May 2025 15:21:08 +0200 Subject: [PATCH] gui-libs/aquamarine: fix dependencies - sort - require >=gui-libs/hyprutils-0.5.2 Closes: https://bugs.gentoo.org/953013 Signed-off-by: Johannes Huber Part-of: https://github.com/gentoo/gentoo/pull/42132 Signed-off-by: Sam James --- gui-libs/aquamarine/aquamarine-0.8.0.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gui-libs/aquamarine/aquamarine-0.8.0.ebuild b/gui-libs/aquamarine/aquamarine-0.8.0.ebuild index fa122603194a2..af8fcfdf4c023 100644 --- a/gui-libs/aquamarine/aquamarine-0.8.0.ebuild +++ b/gui-libs/aquamarine/aquamarine-0.8.0.ebuild @@ -8,7 +8,7 @@ inherit cmake DESCRIPTION="Aquamarine is a very light linux rendering backend library" HOMEPAGE="https://github.com/hyprwm/aquamarine" -if [[ "${PV}" = *9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" else @@ -22,20 +22,21 @@ SLOT="0" # Upstream states that the simpleWindow test is broken, see bug 936653 RESTRICT="test" RDEPEND=" - dev-libs/wayland - media-libs/mesa[opengl] - media-libs/libdisplay-info >=dev-libs/libinput-1.26.1 + dev-libs/wayland >=dev-util/hyprwayland-scanner-0.4.0 - >=gui-libs/hyprutils-0.2.3:= + >=gui-libs/hyprutils-0.5.2:= + media-libs/libdisplay-info + media-libs/libglvnd + media-libs/mesa[opengl] + sys-apps/hwdata + >=sys-auth/seatd-0.8.0 x11-libs/cairo - x11-libs/libxkbcommon x11-libs/libdrm + x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman virtual/libudev - sys-apps/hwdata - >=sys-auth/seatd-0.8.0 " DEPEND=" ${RDEPEND}