diff options
author | Karel Kočí <cynerd@email.cz> | 2022-02-23 09:58:43 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-02-23 09:58:43 +0100 |
commit | 187bf8e140f22294eaeaefaed9ed8497157eda9d (patch) | |
tree | 5f9452290e23ff5aa25af70003620e15039c28db /gui-apps/wtype/wtype-0.3.ebuild | |
parent | 9dc1c59e3b104562d60172c67ea8127728f60337 (diff) | |
download | gentoo-personal-overlay-187bf8e140f22294eaeaefaed9ed8497157eda9d.tar.gz gentoo-personal-overlay-187bf8e140f22294eaeaefaed9ed8497157eda9d.tar.bz2 gentoo-personal-overlay-187bf8e140f22294eaeaefaed9ed8497157eda9d.zip |
gui-apps/wtype: update to version 0.4
Diffstat (limited to 'gui-apps/wtype/wtype-0.3.ebuild')
-rw-r--r-- | gui-apps/wtype/wtype-0.3.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gui-apps/wtype/wtype-0.3.ebuild b/gui-apps/wtype/wtype-0.3.ebuild deleted file mode 100644 index 39ba339..0000000 --- a/gui-apps/wtype/wtype-0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -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="" |