public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/wl-kbptr/
@ 2025-06-07  8:33 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2025-06-07  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     56954a232852b84b097750fb8f5fdf70e645a24a
Author:     Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
AuthorDate: Fri Jun  6 06:57:44 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 06:58:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56954a23

app-misc/wl-kbptr: new package

Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me>

 app-misc/wl-kbptr/Manifest              |  1 +
 app-misc/wl-kbptr/metadata.xml          | 12 ++++++++++++
 app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-misc/wl-kbptr/Manifest b/app-misc/wl-kbptr/Manifest
new file mode 100644
index 0000000000..0fa5a74447
--- /dev/null
+++ b/app-misc/wl-kbptr/Manifest
@@ -0,0 +1 @@
+DIST wl-kbptr-0.3.0.tar.gz 53657 BLAKE2B aaa86ca0ad38b44f4911c994089cb5beee7a4bd89fbdbfa681971fdb9b6eca5c7fb9e9258e3284bdbb2ae93445f8ec87e273b6a3da50d5df0797732ba1840d91 SHA512 3eed099e18236ce3b0af7c71771c64996f9f0970c5002401a865f54a027dcb68acdf3830ec2c7d29d1d6f15e218d26fdc56827c4131957dd3cfb8480f0e6b703

diff --git a/app-misc/wl-kbptr/metadata.xml b/app-misc/wl-kbptr/metadata.xml
new file mode 100644
index 0000000000..2506369377
--- /dev/null
+++ b/app-misc/wl-kbptr/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>kupravagoodman@proton.me</email>
+    <name>Timur Kuprava</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/moverest/wl-kbptr/issues</bugs-to>
+    <remote-id type="github">moverest/wl-kbptr</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
new file mode 100644
index 0000000000..6064ee97f1
--- /dev/null
+++ b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Control the mouse pointer with the keyboard on Wayland"
+HOMEPAGE="https://github.com/moverest/wl-kbptr"
+SRC_URI="https://github.com/moverest/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	app-alternatives/ninja
+	dev-build/meson
+"
+
+src_compile() {
+	meson_src_compile
+}
+
+src_install() {
+	meson_install
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/wl-kbptr/
@ 2025-06-07  8:33 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2025-06-07  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     14f72f9fc0aa4330f67d4ebb6c09f0ddcd20c0c5
Author:     Timur Kuprava <kupravagoodman <AT> proton <DOT> me>
AuthorDate: Fri Jun  6 07:07:51 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 07:07:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14f72f9f

app-misc/wl-kbptr: change license name

Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me>

 app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
index 6064ee97f1..dec43027ad 100644
--- a/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
+++ b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Control the mouse pointer with the keyboard on Wayland"
 HOMEPAGE="https://github.com/moverest/wl-kbptr"
 SRC_URI="https://github.com/moverest/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3.0"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 


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

end of thread, other threads:[~2025-06-07  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-07  8:33 [gentoo-commits] repo/proj/guru:master commit in: app-misc/wl-kbptr/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07  8:33 Viorel Munteanu

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