diff options
| author | winter Sparkles | 2026-08-15 20:26:01 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-15 20:26:01 +0100 |
| commit | 3ea614f6901ad5e890fa9a28f9f9aa17f950fd3b (patch) | |
| tree | c04e8aad72c50dc6e3fff347714000768d219d26 /gui-wm/cow/cow-0.1.ebuild | |
| parent | 210e5d20854e69a49b13c8aaf356c826f38c57cd (diff) | |
add 'CoW' window manager
Diffstat (limited to 'gui-wm/cow/cow-0.1.ebuild')
| -rw-r--r-- | gui-wm/cow/cow-0.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gui-wm/cow/cow-0.1.ebuild b/gui-wm/cow/cow-0.1.ebuild new file mode 100644 index 0000000..de2f5d2 --- /dev/null +++ b/gui-wm/cow/cow-0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A Wayland stacking window manager similar to fvwm and mwm" +HOMEPAGE="https://codeberg.org/thomasadam/cow" +SRC_URI="https://codeberg.org/thomasadam/cow/releases/download/${PV}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="man" + +RDEPEND="gui-wm/river" +DEPEND=" + dev-libs/wayland + >=dev-libs/wayland-protocols-1.41 + x11-libs/libxkbcommon + x11-libs/pango + dev-libs/libbsd + dev-libs/libevent + man? ( app-text/scdoc ) +" + +src_configure() { + # i'm not sure this is correct... it'll maybe break on different EPREFIXes? + local emesonargs=( + -Detcprefix=/ + ) + meson_src_configure +} |
