commit: 3792f9ee33f9246648303b0e2832a37b2f3913c3 Author: Xiangzhe xz-dev <xiangzhedev <AT> gmail <DOT> com> AuthorDate: Wed Jun 26 15:17:38 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 10:45:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3792f9ee
gui-libs/hyprutils: add missing dep Closes: https://bugs.gentoo.org/934933 Signed-off-by: Xiangzhe xz-dev <xiangzhedev <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> .../hyprutils/{hyprutils-0.1.4.ebuild => hyprutils-0.1.4-r1.ebuild} | 5 +++++ gui-libs/hyprutils/hyprutils-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild similarity index 93% rename from gui-libs/hyprutils/hyprutils-0.1.4.ebuild rename to gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild index d7a92f59830e..436c6061893f 100644 --- a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild +++ b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild @@ -21,6 +21,11 @@ fi LICENSE="BSD" SLOT="0" +DEPEND=" + x11-libs/pixman +" +RDEPEND="${DEPEND}" + # Disable tests since as per upstream, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 RESTRICT="test" diff --git a/gui-libs/hyprutils/hyprutils-9999.ebuild b/gui-libs/hyprutils/hyprutils-9999.ebuild index d7a92f59830e..436c6061893f 100644 --- a/gui-libs/hyprutils/hyprutils-9999.ebuild +++ b/gui-libs/hyprutils/hyprutils-9999.ebuild @@ -21,6 +21,11 @@ fi LICENSE="BSD" SLOT="0" +DEPEND=" + x11-libs/pixman +" +RDEPEND="${DEPEND}" + # Disable tests since as per upstream, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 RESTRICT="test"
