From 37f95aceaad6eb650094d33b437d6846b25590eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Jan 2022 15:26:11 +0100 Subject: profiles/desktop/wayland: add rofimoji --- gui-apps/wtype/wtype-0.3.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gui-apps/wtype/wtype-0.3.ebuild (limited to 'gui-apps/wtype/wtype-0.3.ebuild') diff --git a/gui-apps/wtype/wtype-0.3.ebuild b/gui-apps/wtype/wtype-0.3.ebuild new file mode 100644 index 0000000..39ba339 --- /dev/null +++ b/gui-apps/wtype/wtype-0.3.ebuild @@ -0,0 +1,18 @@ +EAPI=8 + +inherit meson + +DESCRIPTION="xdotool type for wayland" +HOMEPAGE="https://github.com/atx/wtype" +SRC_URI="https://github.com/atx/wtype/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/wayland + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3