diff options
author | Julien Roy <julien@jroy.ca> | 2022-11-29 16:23:55 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-11-29 16:23:55 -0500 |
commit | 19565c0eaf4c8ce4496a1a3e9d4b8214b364009f (patch) | |
tree | 8ed17120142163a9372d49147a356c1cf733d6a4 /gui-wm/newm/newm-0.3.ebuild | |
parent | 33dc74c7fd993d450bc3583538958c41f2453878 (diff) | |
download | MrRoy-Overlay-19565c0eaf4c8ce4496a1a3e9d4b8214b364009f.tar.gz MrRoy-Overlay-19565c0eaf4c8ce4496a1a3e9d4b8214b364009f.tar.bz2 MrRoy-Overlay-19565c0eaf4c8ce4496a1a3e9d4b8214b364009f.zip |
Remove newm
Diffstat (limited to 'gui-wm/newm/newm-0.3.ebuild')
-rw-r--r-- | gui-wm/newm/newm-0.3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gui-wm/newm/newm-0.3.ebuild b/gui-wm/newm/newm-0.3.ebuild deleted file mode 100644 index 0455580..0000000 --- a/gui-wm/newm/newm-0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -} |