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/Manifest | 1 + gui-apps/wtype/wtype-0.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 gui-apps/wtype/Manifest create mode 100644 gui-apps/wtype/wtype-0.3.ebuild (limited to 'gui-apps/wtype') diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest new file mode 100644 index 0000000..adecebe --- /dev/null +++ b/gui-apps/wtype/Manifest @@ -0,0 +1 @@ +DIST wtype-0.3.tar.gz 8065 BLAKE2B cbf6daa8e47ab7e7f07b750e136a0845821eca217a66a0baf4e65c2aa18ebc2db6ef7301f7547848056440f578570527904134be7da8f86fd838ae086e78aae9 SHA512 dc051a264da0614e697c440068d24dde2a12c039c9b1d8e84b5d419da492792b74a2585a1522276de592866dda79a06249d5e4d665289c66f19b63d49c3dc475 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