public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wtype/
@ 2022-04-03 19:51 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2022-04-03 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     efaab1557a6e3720fccbcaebd0f2881eb856fad1
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr  3 19:50:51 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr  3 19:50:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efaab155

gui-apps/wtype: initial commit

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/wtype/Manifest         |  1 +
 gui-apps/wtype/metadata.xml     | 11 +++++++++++
 gui-apps/wtype/wtype-0.4.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest
new file mode 100644
index 000000000..e12d18285
--- /dev/null
+++ b/gui-apps/wtype/Manifest
@@ -0,0 +1 @@
+DIST wtype-0.4.tar.gz 8546 BLAKE2B 90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1 SHA512 d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130

diff --git a/gui-apps/wtype/metadata.xml b/gui-apps/wtype/metadata.xml
new file mode 100644
index 000000000..d86f09284
--- /dev/null
+++ b/gui-apps/wtype/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>julien@jroy.ca</email>
+		<name>Julien Roy</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">atx/wtype</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild
new file mode 100644
index 000000000..09069a93f
--- /dev/null
+++ b/gui-apps/wtype/wtype-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="xdotool type for wayland"
+HOMEPAGE="https://github.com/atx/wtype"
+SRC_URI="https://github.com/atx/wtype/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wtype/
@ 2022-04-05 12:03 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2022-04-05 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     68668a2263ab8db824a180aaafbc0bd8c6f31ead
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr  5 12:02:59 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr  5 12:03:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68668a22

gui-apps/wtype: fixed missing dependencies

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/wtype/wtype-0.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild
index 09069a93f..8e4ea1a34 100644
--- a/gui-apps/wtype/wtype-0.4.ebuild
+++ b/gui-apps/wtype/wtype-0.4.ebuild
@@ -14,9 +14,10 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-libs/wayland
+	x11-libs/libxkbcommon"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-util/cmake"
 
 src_configure() {
 	meson_src_configure


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 19:51 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wtype/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2022-04-05 12:03 Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox