From 33dc74c7fd993d450bc3583538958c41f2453878 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 29 Nov 2022 16:22:44 -0500 Subject: Remove ebuilds that are in GURU or abandoned --- gui-wm/newm/newm-0.3.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gui-wm/newm/newm-0.3.ebuild (limited to 'gui-wm') diff --git a/gui-wm/newm/newm-0.3.ebuild b/gui-wm/newm/newm-0.3.ebuild new file mode 100644 index 0000000..0455580 --- /dev/null +++ b/gui-wm/newm/newm-0.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Wayland compositor written with laptops and touchpads in mind" +HOMEPAGE="https://github.com/jbuchermn/newm" +SRC_URI="https://github.com/jbuchermn/newm/archive/refs/tags/v${PV}alpha.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="custom_renderer xwayland" + +DEPEND="dev-python/dasbus + dev-python/psutil + dev-python/pyfiglet + dev-python/python-pam + dev-python/pycairo + dev-python/pywm + dev-python/thefuzz + gui-libs/wlroots" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure(){ + local emesonargs=( + $(meson_feature custom_renderer) + $(meson_feature xwayland) + ) + meson_src_configure +} -- cgit v1.2.3