Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: input-remapper-2.0.0
Date: Sun, 12 May 2024 13:16:52 +0200	[thread overview]
Message-ID: <20240512111652.69A9B22036@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48874@inbox.vuxu.org>

[-- 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}"
+}

      reply	other threads:[~2024-05-12 11:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22  3:38 [PR PATCH] " zen0bit
2024-05-12 11:16 ` zen0bit [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240512111652.69A9B22036@inbox.vuxu.org \
    --to=zen0bit@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).