Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: input-remapper-2.0.0
@ 2024-02-22  3:38 zen0bit
  2024-05-12 11:16 ` [PR PATCH] [Updated] " zen0bit
  0 siblings, 1 reply; 2+ messages in thread
From: zen0bit @ 2024-02-22  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR input-remapper
https://github.com/void-linux/void-packages/pull/48874

New package: input-remapper-2.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

A patch file from https://github.com/void-linux/void-packages/pull/48874.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-input-remapper-48874.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 8bb150a71a62859139a0cc28a0d912a424dc75b9 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Thu, 22 Feb 2024 03:47:04 +0100
Subject: [PATCH] New package: input-remapper-2.0.0

Signed-off-by: zenobit <zenobit@disroot.org>
---
 srcpkgs/input-remapper/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/input-remapper/template

diff --git a/srcpkgs/input-remapper/template b/srcpkgs/input-remapper/template
new file mode 100644
index 0000000000000..50f9974e39c54
--- /dev/null
+++ b/srcpkgs/input-remapper/template
@@ -0,0 +1,15 @@
+# Template file for 'input-remapper'
+pkgname=input-remapper
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools gettext"
+makedepends="python3-evdev python3-devel"
+depends="python3-pydantic python3-pydbus gtksourceview4"
+short_desc="Easy to use tool to change the behaviour of your input devices"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/sezanzeb/input-remapper"
+#changelog=""
+distfiles="https://github.com/sezanzeb/input-remapper/archive/refs/tags/${version}.tar.gz"
+checksum=11c6b79d6bd8078a8c47937f46a93d2326cb9442dbb85173bc08fbb377fd5c03

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

* Re: [PR PATCH] [Updated] New package: input-remapper-2.0.0
  2024-02-22  3:38 [PR PATCH] New package: input-remapper-2.0.0 zen0bit
@ 2024-05-12 11:16 ` zen0bit
  0 siblings, 0 replies; 2+ messages in thread
From: zen0bit @ 2024-05-12 11:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR input-remapper
https://github.com/void-linux/void-packages/pull/48874

New package: input-remapper-2.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

A patch file from https://github.com/void-linux/void-packages/pull/48874.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-input-remapper-48874.patch --]
[-- Type: text/x-diff, Size: 1491 bytes --]

From ed85f33f3778ee65654a0689415532fd91a91385 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Thu, 22 Feb 2024 03:47:04 +0100
Subject: [PATCH] New package: input-remapper-2.0.1

---
 srcpkgs/input-remapper/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/input-remapper/template

diff --git a/srcpkgs/input-remapper/template b/srcpkgs/input-remapper/template
new file mode 100644
index 00000000000000..25d1cc8702f54c
--- /dev/null
+++ b/srcpkgs/input-remapper/template
@@ -0,0 +1,25 @@
+# Template file for 'input-remapper'
+pkgname=input-remapper
+version=2.0.1
+revision=1
+build_style=python3-module
+hostmakedepends="git python3-setuptools pkg-config gettext python3 python3-evdev python3-pydantic python3-pydbus gtksourceview4 python3-pip"
+makedepends="python3-devel"
+#depends="python3-pydantic python3-pydbus gtksourceview4"
+checkdepends="procps-ng python3-gobject python3-pytest python3-psutil python3-wheel"
+short_desc="Easy to use tool to change the behaviour of your input devices"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/sezanzeb/input-remapper"
+#changelog=""
+distfiles="https://github.com/sezanzeb/input-remapper/archive/refs/tags/${version}.tar.gz"
+checksum=823b2a569654778acb1a79b36b43b179c99a4e7a7a666f15c29650143d830662
+
+
+do_build() {
+	python3 setup.py build
+}
+
+do_install() {
+	python3 setup.py install --root="${pkgname}"
+}

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

end of thread, other threads:[~2024-05-12 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22  3:38 [PR PATCH] New package: input-remapper-2.0.0 zen0bit
2024-05-12 11:16 ` [PR PATCH] [Updated] " zen0bit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).