From 183ea4e3f0b12db264f340b2be13583d9f961ab2 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Fri, 8 Jul 2022 00:05:17 +0200 Subject: [PATCH] add x11-wm/hyprland --- x11-wm/hyprland/hyprland-9999.ebuild | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 x11-wm/hyprland/hyprland-9999.ebuild diff --git a/x11-wm/hyprland/hyprland-9999.ebuild b/x11-wm/hyprland/hyprland-9999.ebuild new file mode 100644 index 0000000..be4b9be --- /dev/null +++ b/x11-wm/hyprland/hyprland-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson git-r3 + +MY_PV="${PV/_/}" + +EGIT_REPO_URI="https://github.com/hyprwm/Hyprland.git" +EGIT_SUBMODULES=( "*" ) +S="${WORKDIR}/hyprland-${MY_PV}" + +KEYWORDS="~amd64 ~arm64" +DESCRIPTION="Hyprland is a dynamic tiling Wayland compositor that doesn't sacrifice on its looks." +HOMEPAGE="https://github.com/hyprwm/Hyprland" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +BDEPEND=" + dev-util/ninja +" + +RDEPEND=" + x11-apps/xinput +" + +DEPEND=" + ${RDEPEND} + !!gui-libs/wlroots + x11-libs/libxcb + x11-base/xcb-proto + x11-libs/xcb-util + x11-libs/xcb-util-keysyms + x11-libs/libXfixes + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXrender + x11-libs/pixman + dev-libs/wayland-protocols + x11-libs/cairo + x11-libs/pango + sys-auth/seatd +"