diff --git a/gui-apps/wev/Manifest b/gui-apps/wev/Manifest new file mode 100644 index 0000000000..e4dd756957 --- /dev/null +++ b/gui-apps/wev/Manifest @@ -0,0 +1 @@ +DIST wev-1.0.0.tar.gz 8647 BLAKE2B e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2 SHA512 01d933b485393b5c3cd7a2d11c3946b48701650d61117aba2ec7ff8b9633e03dc462b25013f1faeea0d6e90f45251a4c701df76a5f894869645c9a84243f937c diff --git a/gui-apps/wev/metadata.xml b/gui-apps/wev/metadata.xml new file mode 100644 index 0000000000..71b7b223d4 --- /dev/null +++ b/gui-apps/wev/metadata.xml @@ -0,0 +1,12 @@ + + + + + octiabrina@myrvogna.net + Octiabrina Terrien-Puig + + + A tool for debugging events on a Wayland window, + analogous to the X11 tool xev. + + diff --git a/gui-apps/wev/wev-1.0.0.ebuild b/gui-apps/wev/wev-1.0.0.ebuild new file mode 100644 index 0000000000..9e96f8688b --- /dev/null +++ b/gui-apps/wev/wev-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Wayland event viewer" +HOMEPAGE="https://git.sr.ht/~sircmpwn/wev" +SRC_URI="https://git.sr.ht/~sircmpwn/wev/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/wayland + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND=" + app-text/scdoc + virtual/pkgconfig +" + +src_install() { + export PREFIX="${EPREFIX}/usr" + default +}