From 187bf8e140f22294eaeaefaed9ed8497157eda9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 23 Feb 2022 09:58:43 +0100 Subject: gui-apps/wtype: update to version 0.4 --- gui-apps/wtype/Manifest | 2 +- gui-apps/wtype/wtype-0.3.ebuild | 18 ------------------ gui-apps/wtype/wtype-0.4.ebuild | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 gui-apps/wtype/wtype-0.3.ebuild create mode 100644 gui-apps/wtype/wtype-0.4.ebuild diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest index adecebe..e12d182 100644 --- a/gui-apps/wtype/Manifest +++ b/gui-apps/wtype/Manifest @@ -1 +1 @@ -DIST wtype-0.3.tar.gz 8065 BLAKE2B cbf6daa8e47ab7e7f07b750e136a0845821eca217a66a0baf4e65c2aa18ebc2db6ef7301f7547848056440f578570527904134be7da8f86fd838ae086e78aae9 SHA512 dc051a264da0614e697c440068d24dde2a12c039c9b1d8e84b5d419da492792b74a2585a1522276de592866dda79a06249d5e4d665289c66f19b63d49c3dc475 +DIST wtype-0.4.tar.gz 8546 BLAKE2B 90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1 SHA512 d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130 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="" diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild new file mode 100644 index 0000000..39ba339 --- /dev/null +++ b/gui-apps/wtype/wtype-0.4.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