Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: keyd-2.4.0
@ 2022-05-19  6:00 Barbaross93
  2022-05-19  6:05 ` Barbaross93
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Barbaross93 @ 2022-05-19  6:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages keyd
https://github.com/void-linux/void-packages/pull/37195

New package: keyd-2.4.0
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)



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

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

From c2734ba2197edf2e7639bd5b41c91679573ab8d5 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Thu, 19 May 2022 01:52:28 -0400
Subject: [PATCH] New package: keyd-2.4.0

---
 srcpkgs/keyd/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/keyd/template

diff --git a/srcpkgs/keyd/template b/srcpkgs/keyd/template
new file mode 100644
index 000000000000..9056a79670ff
--- /dev/null
+++ b/srcpkgs/keyd/template
@@ -0,0 +1,18 @@
+# Template file for 'keyd'
+pkgname=keyd
+version=2.4.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Key remapping daemon for linux"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/rvaiya/keyd"
+distfiles="https://github.com/rvaiya/keyd/archive/refs/tags/v${version}.tar.gz"
+checksum=100007894ac4fa6e95f5de5c2fe992c8b00e68d9df76c4bcdd8402a29d7b4058
+system_groups="keyd"
+
+post_install() {
+	vlicense LICENSE
+	vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
+}

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

* Re: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
@ 2022-05-19  6:05 ` Barbaross93
  2022-06-14 18:14 ` [PR REVIEW] " classabbyamp
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-05-19  6:05 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#issuecomment-1131253387

Comment:
Closes #37175 

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

* Re: [PR REVIEW] New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
  2022-05-19  6:05 ` Barbaross93
@ 2022-06-14 18:14 ` classabbyamp
  2022-06-14 18:21 ` classabbyamp
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-06-14 18:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#discussion_r897145916

Comment:
```suggestion
homepage="https://github.com/rvaiya/keyd"
changelog="https://raw.githubusercontent.com/rvaiya/keyd/master/docs/CHANGELOG.md"
```

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

* Re: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
  2022-05-19  6:05 ` Barbaross93
  2022-06-14 18:14 ` [PR REVIEW] " classabbyamp
@ 2022-06-14 18:21 ` classabbyamp
  2022-06-14 23:14 ` [PR PATCH] [Updated] " Barbaross93
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-06-14 18:21 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#issuecomment-1155539070

Comment:
I think it would be good to include the system service, which would be simple to add:

`srcpkgs/keyd/files/keyd/run`:
```sh
#!/bin/sh
exec keyd
```
and then `vsv keyd` in `post_install()`

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

* Re: [PR PATCH] [Updated] New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (2 preceding siblings ...)
  2022-06-14 18:21 ` classabbyamp
@ 2022-06-14 23:14 ` Barbaross93
  2022-06-14 23:15 ` Barbaross93
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-06-14 23:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages keyd
https://github.com/void-linux/void-packages/pull/37195

New package: keyd-2.4.0
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)



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

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

From a4e3cbd11858977bc3c64aa9a3bb879267a5c92d Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Thu, 19 May 2022 01:52:28 -0400
Subject: [PATCH] New package: keyd-2.4.0

---
 srcpkgs/keyd/files/keyd/run |  2 ++
 srcpkgs/keyd/template       | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/keyd/files/keyd/run
 create mode 100644 srcpkgs/keyd/template

diff --git a/srcpkgs/keyd/files/keyd/run b/srcpkgs/keyd/files/keyd/run
new file mode 100644
index 000000000000..868cb747ab6c
--- /dev/null
+++ b/srcpkgs/keyd/files/keyd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec keyd
diff --git a/srcpkgs/keyd/template b/srcpkgs/keyd/template
new file mode 100644
index 000000000000..b885c4bd66c1
--- /dev/null
+++ b/srcpkgs/keyd/template
@@ -0,0 +1,20 @@
+# Template file for 'keyd'
+pkgname=keyd
+version=2.4.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Key remapping daemon for linux"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/rvaiya/keyd"
+changelog="https://raw.githubusercontent.com/rvaiya/keyd/master/docs/CHANGELOG.md"
+distfiles="https://github.com/rvaiya/keyd/archive/refs/tags/v${version}.tar.gz"
+checksum=100007894ac4fa6e95f5de5c2fe992c8b00e68d9df76c4bcdd8402a29d7b4058
+system_groups="keyd"
+
+post_install() {
+    vsv keyd
+    vlicense LICENSE
+    vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
+}

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

* Re: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (3 preceding siblings ...)
  2022-06-14 23:14 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-06-14 23:15 ` Barbaross93
  2022-06-14 23:18 ` [PR PATCH] [Updated] " Barbaross93
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-06-14 23:15 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#issuecomment-1155797166

Comment:
@classabbyamp Thanks for the suggestions! I believe everything should be all set.

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

* Re: [PR PATCH] [Updated] New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (4 preceding siblings ...)
  2022-06-14 23:15 ` Barbaross93
@ 2022-06-14 23:18 ` Barbaross93
  2022-06-14 23:25 ` Barbaross93
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-06-14 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages keyd
https://github.com/void-linux/void-packages/pull/37195

New package: keyd-2.4.0
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)



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

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

From 7aa49827dbb1f360b31fea31bbf1be7a45b1f458 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Thu, 19 May 2022 01:52:28 -0400
Subject: [PATCH] New package: keyd-2.4.0

---
 srcpkgs/keyd/files/keyd/run |  2 ++
 srcpkgs/keyd/template       | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/keyd/files/keyd/run
 create mode 100644 srcpkgs/keyd/template

diff --git a/srcpkgs/keyd/files/keyd/run b/srcpkgs/keyd/files/keyd/run
new file mode 100644
index 000000000000..868cb747ab6c
--- /dev/null
+++ b/srcpkgs/keyd/files/keyd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec keyd
diff --git a/srcpkgs/keyd/template b/srcpkgs/keyd/template
new file mode 100644
index 000000000000..b885c4bd66c1
--- /dev/null
+++ b/srcpkgs/keyd/template
@@ -0,0 +1,20 @@
+# Template file for 'keyd'
+pkgname=keyd
+version=2.4.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Key remapping daemon for linux"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/rvaiya/keyd"
+changelog="https://raw.githubusercontent.com/rvaiya/keyd/master/docs/CHANGELOG.md"
+distfiles="https://github.com/rvaiya/keyd/archive/refs/tags/v${version}.tar.gz"
+checksum=100007894ac4fa6e95f5de5c2fe992c8b00e68d9df76c4bcdd8402a29d7b4058
+system_groups="keyd"
+
+post_install() {
+    vsv keyd
+    vlicense LICENSE
+    vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
+}

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

* Re: [PR PATCH] [Updated] New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (5 preceding siblings ...)
  2022-06-14 23:18 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-06-14 23:25 ` Barbaross93
  2022-06-15  0:25 ` Barbaross93
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-06-14 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages keyd
https://github.com/void-linux/void-packages/pull/37195

New package: keyd-2.4.0
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)



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

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

From b9e237d2769f99ffed7cc4e785bc34741a7f7371 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Thu, 19 May 2022 01:52:28 -0400
Subject: [PATCH] New package: keyd-2.4.0

---
 srcpkgs/keyd/files/keyd/run |  2 ++
 srcpkgs/keyd/template       | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/keyd/files/keyd/run
 create mode 100644 srcpkgs/keyd/template

diff --git a/srcpkgs/keyd/files/keyd/run b/srcpkgs/keyd/files/keyd/run
new file mode 100644
index 000000000000..868cb747ab6c
--- /dev/null
+++ b/srcpkgs/keyd/files/keyd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec keyd
diff --git a/srcpkgs/keyd/template b/srcpkgs/keyd/template
new file mode 100644
index 000000000000..e8c4a1c45a39
--- /dev/null
+++ b/srcpkgs/keyd/template
@@ -0,0 +1,20 @@
+# Template file for 'keyd'
+pkgname=keyd
+version=2.4.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Key remapping daemon for linux"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/rvaiya/keyd"
+changelog="https://raw.githubusercontent.com/rvaiya/keyd/master/docs/CHANGELOG.md"
+distfiles="https://github.com/rvaiya/keyd/archive/refs/tags/v${version}.tar.gz"
+checksum=100007894ac4fa6e95f5de5c2fe992c8b00e68d9df76c4bcdd8402a29d7b4058
+system_groups="keyd"
+
+post_install() {
+	vsv keyd
+	vlicense LICENSE
+	vinstall keyd.quirks 644 usr/share/libinput 30-keyd.quirks
+}

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

* Re: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (6 preceding siblings ...)
  2022-06-14 23:25 ` Barbaross93
@ 2022-06-15  0:25 ` Barbaross93
  2022-06-15  0:37 ` classabbyamp
  2022-06-15  1:56 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: Barbaross93 @ 2022-06-15  0:25 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#issuecomment-1155838915

Comment:
Huh, I'm not sure what the failed check is about:
```
Cloning into bare repository '/github/home/.cache/xlocate.git'...
warning: templates not found in /usr/share/git-core/templates
fatal: unable to access 'https://alpha.de.repo.voidlinux.org/xlocate/xlocate.git/': Failed to connect to alpha.de.repo.voidlinux.org port 443 after 130470 ms: Connection timed out
fatal: cannot change to '/github/home/.cache/xlocate.git': No such file or directory
Error: Process completed with exit code 128.
```

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

* Re: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (7 preceding siblings ...)
  2022-06-15  0:25 ` Barbaross93
@ 2022-06-15  0:37 ` classabbyamp
  2022-06-15  1:56 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-06-15  0:37 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37195#issuecomment-1155849221

Comment:
That can be ignored for now, there's some downtime in void's infra at the moment.

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

* Re: [PR PATCH] [Merged]: New package: keyd-2.4.0
  2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
                   ` (8 preceding siblings ...)
  2022-06-15  0:37 ` classabbyamp
@ 2022-06-15  1:56 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-06-15  1:56 UTC (permalink / raw)
  To: ml

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

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

New package: keyd-2.4.0
https://github.com/void-linux/void-packages/pull/37195

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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)



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

end of thread, other threads:[~2022-06-15  1:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  6:00 [PR PATCH] New package: keyd-2.4.0 Barbaross93
2022-05-19  6:05 ` Barbaross93
2022-06-14 18:14 ` [PR REVIEW] " classabbyamp
2022-06-14 18:21 ` classabbyamp
2022-06-14 23:14 ` [PR PATCH] [Updated] " Barbaross93
2022-06-14 23:15 ` Barbaross93
2022-06-14 23:18 ` [PR PATCH] [Updated] " Barbaross93
2022-06-14 23:25 ` Barbaross93
2022-06-15  0:25 ` Barbaross93
2022-06-15  0:37 ` classabbyamp
2022-06-15  1:56 ` [PR PATCH] [Merged]: " classabbyamp

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