Github messages for voidlinux
 help / color / mirror / Atom feed
From: deimonn <deimonn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: keymapper-3.5.2
Date: Fri, 09 Feb 2024 20:09:26 +0100	[thread overview]
Message-ID: <20240209190926.161E823678@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48617@inbox.vuxu.org>

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

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

https://github.com/deimonn/void-packages keymapper
https://github.com/void-linux/void-packages/pull/48617

New package: keymapper-3.5.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - armv6l-glibc (cross)
  - armv6l-musl (cross)

Fixes the *original* request of #36218, although the author later clarified they meant `input-remapper`, so I am unsure if this PR actually closes the issue. Contributing as I wanted keymapper myself.


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

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

From 47da6071136cec74e94c07ec8ba4c7dc7f577a36 Mon Sep 17 00:00:00 2001
From: deimonn <deimonn@outlook.com>
Date: Fri, 9 Feb 2024 02:43:56 -0300
Subject: [PATCH] New package: keymapper-3.5.2

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/template             | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/keymapper/files/keymapperd/run
 create mode 100644 srcpkgs/keymapper/template

diff --git a/srcpkgs/keymapper/files/keymapperd/run b/srcpkgs/keymapper/files/keymapperd/run
new file mode 100644
index 0000000000000..383e40ce1262e
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec keymapperd
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 0000000000000..0bde59bfad574
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,19 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=3.5.2
+revision=1
+build_style=cmake
+configure_args="-DVERSION=${version}"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="eudev-libudev-devel libusb-devel libX11-devel dbus-devel wayland-devel libxkbcommon-devel"
+short_desc="Cross-platform context-aware key remapper"
+maintainer="deimonn <deimonn@outlook.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+changelog="https://raw.githubusercontent.com/houmain/keymapper/main/CHANGELOG.md"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=efa1934230c266e58702b6d821060d6feb422cb2599f4695d05358dfc871e2e1
+
+post_install() {
+	vsv keymapperd
+}

      parent reply	other threads:[~2024-02-09 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09  6:12 [PR PATCH] " deimonn
2024-02-09 18:31 ` [PR REVIEW] " Chocimier
2024-02-09 19:08 ` deimonn
2024-02-09 19:09 ` deimonn [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=20240209190926.161E823678@inbox.vuxu.org \
    --to=deimonn@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).