Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: keymapper-1.9.1
@ 2022-03-19 22:12 knusbaum
  2022-03-20  1:10 ` knusbaum
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: knusbaum @ 2022-03-19 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages new-keymapper
https://github.com/void-linux/void-packages/pull/36234

New package: keymapper-1.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

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

From 0e3920df9d7db58c4eceecadb36faf74f22062ab Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 17:11:35 -0500
Subject: [PATCH] New package: keymapper-1.9.1

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/template             | 18 ++++++++++++++++++
 2 files changed, 21 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 000000000000..adf687f7a30b
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+exec keymapperd
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 000000000000..f1f13f8392fe
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,18 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=1.9.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libusb-devel libX11-devel dbus-devel wayland-devel eudev-libudev-devel"
+short_desc="Cross-platform context-aware keyremapper"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=a215e8e13464b1c61b91994d7f46c96c0133b401d8fa2ac2bcd5f82844b0f89d
+
+post_install() {
+	rm ${DESTDIR}/usr/lib/systemd/system/keymapperd.service
+	vsv keymapperd
+}

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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
@ 2022-03-20  1:10 ` knusbaum
  2022-03-20  1:27 ` [PR PATCH] [Updated] " knusbaum
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  1:10 UTC (permalink / raw)
  To: ml

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

New comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1073141533

Comment:
Need to fix cross-compiling.

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

* Re: [PR PATCH] [Updated] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
  2022-03-20  1:10 ` knusbaum
@ 2022-03-20  1:27 ` knusbaum
  2022-03-20  2:07 ` [PR REVIEW] " tibequadorian
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  1:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages new-keymapper
https://github.com/void-linux/void-packages/pull/36234

New package: keymapper-1.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

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

From 5521661e91438bab61b4060982803cd626e1c5de Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 17:11:35 -0500
Subject: [PATCH] New package: keymapper-1.9.1

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/patches/musl.patch   | 10 ++++++++++
 srcpkgs/keymapper/template             | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/keymapper/files/keymapperd/run
 create mode 100644 srcpkgs/keymapper/patches/musl.patch
 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 000000000000..adf687f7a30b
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+exec keymapperd
diff --git a/srcpkgs/keymapper/patches/musl.patch b/srcpkgs/keymapper/patches/musl.patch
new file mode 100644
index 000000000000..bd0e1ead12ec
--- /dev/null
+++ b/srcpkgs/keymapper/patches/musl.patch
@@ -0,0 +1,10 @@
+--- a/src/linux/server/ClientPort.cpp	2022-03-19 20:16:31.781429414 -0500
++++ b/src/linux/server/ClientPort.cpp	2022-03-19 20:16:20.738430072 -0500
+@@ -8,6 +8,7 @@
+ #include <sys/un.h>
+ #include <sys/stat.h>
+ #include <cerrno>
++#include <cstring>
+ 
+ namespace {
+   bool read_key_sequence(int fd, KeySequence* sequence) {
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 000000000000..7f5b8d17df6e
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,18 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=1.9.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libusb-devel libX11-devel dbus-devel eudev-libudev-devel wayland-devel"
+short_desc="Cross-platform context-aware keyremapper"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=a215e8e13464b1c61b91994d7f46c96c0133b401d8fa2ac2bcd5f82844b0f89d
+
+post_install() {
+	rm ${DESTDIR}/usr/lib/systemd/system/keymapperd.service
+	vsv keymapperd
+}

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

* Re: [PR REVIEW] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
  2022-03-20  1:10 ` knusbaum
  2022-03-20  1:27 ` [PR PATCH] [Updated] " knusbaum
@ 2022-03-20  2:07 ` tibequadorian
  2022-03-20  2:08 ` [PR PATCH] [Updated] " knusbaum
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-20  2:07 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#discussion_r830548326

Comment:
```suggestion
#!/usr/bin/sh
```

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

* Re: [PR PATCH] [Updated] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (2 preceding siblings ...)
  2022-03-20  2:07 ` [PR REVIEW] " tibequadorian
@ 2022-03-20  2:08 ` knusbaum
  2022-03-20  2:09 ` knusbaum
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  2:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages new-keymapper
https://github.com/void-linux/void-packages/pull/36234

New package: keymapper-1.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

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

From 5521661e91438bab61b4060982803cd626e1c5de Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 17:11:35 -0500
Subject: [PATCH 1/2] New package: keymapper-1.9.1

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/patches/musl.patch   | 10 ++++++++++
 srcpkgs/keymapper/template             | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/keymapper/files/keymapperd/run
 create mode 100644 srcpkgs/keymapper/patches/musl.patch
 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 000000000000..adf687f7a30b
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+exec keymapperd
diff --git a/srcpkgs/keymapper/patches/musl.patch b/srcpkgs/keymapper/patches/musl.patch
new file mode 100644
index 000000000000..bd0e1ead12ec
--- /dev/null
+++ b/srcpkgs/keymapper/patches/musl.patch
@@ -0,0 +1,10 @@
+--- a/src/linux/server/ClientPort.cpp	2022-03-19 20:16:31.781429414 -0500
++++ b/src/linux/server/ClientPort.cpp	2022-03-19 20:16:20.738430072 -0500
+@@ -8,6 +8,7 @@
+ #include <sys/un.h>
+ #include <sys/stat.h>
+ #include <cerrno>
++#include <cstring>
+ 
+ namespace {
+   bool read_key_sequence(int fd, KeySequence* sequence) {
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 000000000000..7f5b8d17df6e
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,18 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=1.9.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libusb-devel libX11-devel dbus-devel eudev-libudev-devel wayland-devel"
+short_desc="Cross-platform context-aware keyremapper"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=a215e8e13464b1c61b91994d7f46c96c0133b401d8fa2ac2bcd5f82844b0f89d
+
+post_install() {
+	rm ${DESTDIR}/usr/lib/systemd/system/keymapperd.service
+	vsv keymapperd
+}

From 6cb3b3c3c7cc9336c9d564b4d476b34d1329f1be Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kjn@9project.net>
Date: Sun, 20 Mar 2022 02:08:47 +0000
Subject: [PATCH 2/2] Update srcpkgs/keymapper/files/keymapperd/run

Co-authored-by: tibequadorian <tibequadorian@posteo.de>
---
 srcpkgs/keymapper/files/keymapperd/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keymapper/files/keymapperd/run b/srcpkgs/keymapper/files/keymapperd/run
index adf687f7a30b..b5c0b7a996cb 100644
--- a/srcpkgs/keymapper/files/keymapperd/run
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -1,3 +1,3 @@
-#!/usr/bin/bash
+#!/usr/bin/sh
 
 exec keymapperd

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

* Re: [PR PATCH] [Updated] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (3 preceding siblings ...)
  2022-03-20  2:08 ` [PR PATCH] [Updated] " knusbaum
@ 2022-03-20  2:09 ` knusbaum
  2022-03-20  2:11 ` [PR REVIEW] " tibequadorian
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages new-keymapper
https://github.com/void-linux/void-packages/pull/36234

New package: keymapper-1.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

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

From d1f8d0a6a520973120e1c022ed20103ccdae03f1 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 17:11:35 -0500
Subject: [PATCH] New package: keymapper-1.9.1

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/patches/musl.patch   | 10 ++++++++++
 srcpkgs/keymapper/template             | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/keymapper/files/keymapperd/run
 create mode 100644 srcpkgs/keymapper/patches/musl.patch
 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 000000000000..b5c0b7a996cb
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/usr/bin/sh
+
+exec keymapperd
diff --git a/srcpkgs/keymapper/patches/musl.patch b/srcpkgs/keymapper/patches/musl.patch
new file mode 100644
index 000000000000..bd0e1ead12ec
--- /dev/null
+++ b/srcpkgs/keymapper/patches/musl.patch
@@ -0,0 +1,10 @@
+--- a/src/linux/server/ClientPort.cpp	2022-03-19 20:16:31.781429414 -0500
++++ b/src/linux/server/ClientPort.cpp	2022-03-19 20:16:20.738430072 -0500
+@@ -8,6 +8,7 @@
+ #include <sys/un.h>
+ #include <sys/stat.h>
+ #include <cerrno>
++#include <cstring>
+ 
+ namespace {
+   bool read_key_sequence(int fd, KeySequence* sequence) {
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 000000000000..7f5b8d17df6e
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,18 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=1.9.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libusb-devel libX11-devel dbus-devel eudev-libudev-devel wayland-devel"
+short_desc="Cross-platform context-aware keyremapper"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=a215e8e13464b1c61b91994d7f46c96c0133b401d8fa2ac2bcd5f82844b0f89d
+
+post_install() {
+	rm ${DESTDIR}/usr/lib/systemd/system/keymapperd.service
+	vsv keymapperd
+}

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

* Re: [PR REVIEW] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (4 preceding siblings ...)
  2022-03-20  2:09 ` knusbaum
@ 2022-03-20  2:11 ` tibequadorian
  2022-03-20  2:11 ` tibequadorian
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-20  2:11 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#discussion_r830548611

Comment:
sorry i meant
```suggestion
#!/bin/sh
```

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

* Re: [PR REVIEW] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (5 preceding siblings ...)
  2022-03-20  2:11 ` [PR REVIEW] " tibequadorian
@ 2022-03-20  2:11 ` tibequadorian
  2022-03-20  2:12 ` knusbaum
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-20  2:11 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#discussion_r830548652

Comment:
That's what all other services have at least.

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

* Re: [PR REVIEW] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (6 preceding siblings ...)
  2022-03-20  2:11 ` tibequadorian
@ 2022-03-20  2:12 ` knusbaum
  2022-03-20  2:12 ` [PR PATCH] [Updated] " knusbaum
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  2:12 UTC (permalink / raw)
  To: ml

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

New review comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#discussion_r830548679

Comment:
Right, I should've caught that.

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

* Re: [PR PATCH] [Updated] New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (7 preceding siblings ...)
  2022-03-20  2:12 ` knusbaum
@ 2022-03-20  2:12 ` knusbaum
  2022-03-22 23:12 ` tibequadorian
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-20  2:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages new-keymapper
https://github.com/void-linux/void-packages/pull/36234

New package: keymapper-1.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

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

From 646fe9dda445c0c2447bca3a009d3559e6e9c641 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 17:11:35 -0500
Subject: [PATCH] New package: keymapper-1.9.1

---
 srcpkgs/keymapper/files/keymapperd/run |  3 +++
 srcpkgs/keymapper/patches/musl.patch   | 10 ++++++++++
 srcpkgs/keymapper/template             | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/keymapper/files/keymapperd/run
 create mode 100644 srcpkgs/keymapper/patches/musl.patch
 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 000000000000..aaad235e2605
--- /dev/null
+++ b/srcpkgs/keymapper/files/keymapperd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec keymapperd
diff --git a/srcpkgs/keymapper/patches/musl.patch b/srcpkgs/keymapper/patches/musl.patch
new file mode 100644
index 000000000000..bd0e1ead12ec
--- /dev/null
+++ b/srcpkgs/keymapper/patches/musl.patch
@@ -0,0 +1,10 @@
+--- a/src/linux/server/ClientPort.cpp	2022-03-19 20:16:31.781429414 -0500
++++ b/src/linux/server/ClientPort.cpp	2022-03-19 20:16:20.738430072 -0500
+@@ -8,6 +8,7 @@
+ #include <sys/un.h>
+ #include <sys/stat.h>
+ #include <cerrno>
++#include <cstring>
+ 
+ namespace {
+   bool read_key_sequence(int fd, KeySequence* sequence) {
diff --git a/srcpkgs/keymapper/template b/srcpkgs/keymapper/template
new file mode 100644
index 000000000000..7f5b8d17df6e
--- /dev/null
+++ b/srcpkgs/keymapper/template
@@ -0,0 +1,18 @@
+# Template file for 'keymapper'
+pkgname=keymapper
+version=1.9.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libusb-devel libX11-devel dbus-devel eudev-libudev-devel wayland-devel"
+short_desc="Cross-platform context-aware keyremapper"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/houmain/keymapper"
+distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
+checksum=a215e8e13464b1c61b91994d7f46c96c0133b401d8fa2ac2bcd5f82844b0f89d
+
+post_install() {
+	rm ${DESTDIR}/usr/lib/systemd/system/keymapperd.service
+	vsv keymapperd
+}

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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (8 preceding siblings ...)
  2022-03-20  2:12 ` [PR PATCH] [Updated] " knusbaum
@ 2022-03-22 23:12 ` tibequadorian
  2022-03-22 23:14 ` tibequadorian
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-22 23:12 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1075739793

Comment:
build logs say
```
CMake Warning at CMakeLists.txt:17 (message):
  Could not get version from git repository (defaulting to VERSION=0.0.0).
```
you should set it manually in `configure_args`

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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (9 preceding siblings ...)
  2022-03-22 23:12 ` tibequadorian
@ 2022-03-22 23:14 ` tibequadorian
  2022-03-22 23:19 ` tibequadorian
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-22 23:14 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1075739793

Comment:
build logs tell us
```
CMake Warning at CMakeLists.txt:17 (message):
  Could not get version from git repository (defaulting to VERSION=0.0.0).
```
you should set it manually in `configure_args`

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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (10 preceding siblings ...)
  2022-03-22 23:14 ` tibequadorian
@ 2022-03-22 23:19 ` tibequadorian
  2022-03-22 23:20 ` knusbaum
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-22 23:19 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1075742970

Comment:
Would be nice if you could get the musl patch upstreamed

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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (11 preceding siblings ...)
  2022-03-22 23:19 ` tibequadorian
@ 2022-03-22 23:20 ` knusbaum
  2022-06-29  2:15 ` github-actions
  2022-07-13  2:15 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: knusbaum @ 2022-03-22 23:20 UTC (permalink / raw)
  To: ml

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

New comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1075743780

Comment:
@tibequadorian 
I'll fix the VERSION and put a patch up for musl for upstream.


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

* Re: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (12 preceding siblings ...)
  2022-03-22 23:20 ` knusbaum
@ 2022-06-29  2:15 ` github-actions
  2022-07-13  2:15 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-06-29  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36234#issuecomment-1169458588

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: keymapper-1.9.1
  2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
                   ` (13 preceding siblings ...)
  2022-06-29  2:15 ` github-actions
@ 2022-07-13  2:15 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-07-13  2:15 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: keymapper-1.9.1
https://github.com/void-linux/void-packages/pull/36234

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

Fixes #36218 


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

end of thread, other threads:[~2022-07-13  2:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19 22:12 [PR PATCH] New package: keymapper-1.9.1 knusbaum
2022-03-20  1:10 ` knusbaum
2022-03-20  1:27 ` [PR PATCH] [Updated] " knusbaum
2022-03-20  2:07 ` [PR REVIEW] " tibequadorian
2022-03-20  2:08 ` [PR PATCH] [Updated] " knusbaum
2022-03-20  2:09 ` knusbaum
2022-03-20  2:11 ` [PR REVIEW] " tibequadorian
2022-03-20  2:11 ` tibequadorian
2022-03-20  2:12 ` knusbaum
2022-03-20  2:12 ` [PR PATCH] [Updated] " knusbaum
2022-03-22 23:12 ` tibequadorian
2022-03-22 23:14 ` tibequadorian
2022-03-22 23:19 ` tibequadorian
2022-03-22 23:20 ` knusbaum
2022-06-29  2:15 ` github-actions
2022-07-13  2:15 ` [PR PATCH] [Closed]: " github-actions

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).