diff options
author | Karel Kočí <cynerd@email.cz> | 2022-01-08 15:26:11 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-01-08 15:26:11 +0100 |
commit | 37f95aceaad6eb650094d33b437d6846b25590eb (patch) | |
tree | 31baf4aaffe2911de86111e567409eb1a301711c /gui-apps/wtype | |
parent | e29116022f8e8b2f2a3f4b335bde9ea534e47781 (diff) | |
download | gentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.tar.gz gentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.tar.bz2 gentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.zip |
profiles/desktop/wayland: add rofimoji
Diffstat (limited to 'gui-apps/wtype')
-rw-r--r-- | gui-apps/wtype/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wtype/wtype-0.3.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
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="" |