Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swhkd-1.2.1.20240302
@ 2024-03-04 11:51 juantascon
  2024-03-04 12:00 ` [PR PATCH] [Updated] " juantascon
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: juantascon @ 2024-03-04 11:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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-gnulibc


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

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

From b92b19d46008d79f46d7efc8668fe4dd559ad2e7 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1.20240302

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..feb33cf5561999
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,19 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1.20240302
+revision=1
+build_style=gnu-makefile
+_commit=a4d2ffe066acce9d1728027f69ed160a1c169dd3
+hostmakedepends="cargo"
+makedepends="scdoc pkg-config eudev-libudev-devel"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/${_commit}.tar.gz"
+checksum=a43faffb5299c5fb4b2c14e6b6172c2b97b0d135a73058c067a9f7893060c4bd
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
@ 2024-03-04 12:00 ` juantascon
  2024-03-04 12:04 ` juantascon
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-03-04 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From a62b5d2e3175641963655a83eb74a105ad00ad6d Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1.20240302

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..2deeb2e330daca
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,19 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1.20240302
+revision=1
+build_style=gnu-makefile
+_commit=a4d2ffe066acce9d1728027f69ed160a1c169dd3
+hostmakedepends="cargo scdoc pkg-config"
+makedepends="eudev-libudev-devel"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/${_commit}.tar.gz"
+checksum=a43faffb5299c5fb4b2c14e6b6172c2b97b0d135a73058c067a9f7893060c4bd
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
  2024-03-04 12:00 ` [PR PATCH] [Updated] " juantascon
@ 2024-03-04 12:04 ` juantascon
  2024-03-04 12:07 ` juantascon
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-03-04 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From ac8c157b903d161f11ae03e918770ccb4b3f40d3 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1.20240302

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..5f2a88661a801b
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,19 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1.20240302
+revision=1
+build_style=gnu-makefile
+_commit=a4d2ffe066acce9d1728027f69ed160a1c169dd3
+hostmakedepends="cargo scdoc pkg-config rust"
+makedepends="eudev-libudev-devel"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/${_commit}.tar.gz"
+checksum=a43faffb5299c5fb4b2c14e6b6172c2b97b0d135a73058c067a9f7893060c4bd
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
  2024-03-04 12:00 ` [PR PATCH] [Updated] " juantascon
  2024-03-04 12:04 ` juantascon
@ 2024-03-04 12:07 ` juantascon
  2024-04-16 13:50 ` juantascon
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-03-04 12:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From 4b7c19a46dc82001259836e3fb685b84bb4c9cca Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1.20240302

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..91874d3ac0e235
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,19 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1.20240302
+revision=1
+build_style=gnu-makefile
+_commit=a4d2ffe066acce9d1728027f69ed160a1c169dd3
+hostmakedepends="cargo scdoc pkg-config"
+makedepends="eudev-libudev-devel rust"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/${_commit}.tar.gz"
+checksum=a43faffb5299c5fb4b2c14e6b6172c2b97b0d135a73058c067a9f7893060c4bd
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (2 preceding siblings ...)
  2024-03-04 12:07 ` juantascon
@ 2024-04-16 13:50 ` juantascon
  2024-04-16 14:05 ` juantascon
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From 2d61a87833cb82b8f4607ff5ae9c902448bd05d9 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..8c505714696c9b
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,18 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="rustup cargo scdoc pkg-config"
+makedepends="eudev-libudev-devel rust"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (3 preceding siblings ...)
  2024-04-16 13:50 ` juantascon
@ 2024-04-16 14:05 ` juantascon
  2024-04-16 14:18 ` juantascon
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 14:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From 4ebbe514bb60b4488f1b1a42da89aee56021d3bd Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..e0f2ae0248906c
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,18 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="scdoc pkg-config"
+makedepends="eudev-libudev-devel rust rustup cargo"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (4 preceding siblings ...)
  2024-04-16 14:05 ` juantascon
@ 2024-04-16 14:18 ` juantascon
  2024-04-16 14:30 ` juantascon
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From 6d14fa20340549d2238840f18818d996b69fbc52 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..fa78aecd5b8040
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,18 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel rust rustup cargo scdoc"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (5 preceding siblings ...)
  2024-04-16 14:18 ` juantascon
@ 2024-04-16 14:30 ` juantascon
  2024-04-16 14:35 ` juantascon
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From e735d1ff7cf5b16f2adf7e438874287b24df67f7 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..304f03e0b79c86
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,19 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel rust cargo scdoc"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_install() {
+	vlicense LICENSE LICENSE
+}

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

* Re: New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (6 preceding siblings ...)
  2024-04-16 14:30 ` juantascon
@ 2024-04-16 14:35 ` juantascon
  2024-04-16 15:08 ` [PR PATCH] [Updated] " juantascon
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 14:35 UTC (permalink / raw)
  To: ml

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

New comment by juantascon on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#issuecomment-2059250512

Comment:
@classabbyamp not sure if you are the one to review this but fi you are please do, I've fixed the issues

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

* Re: [PR PATCH] [Updated] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (7 preceding siblings ...)
  2024-04-16 14:35 ` juantascon
@ 2024-04-16 15:08 ` juantascon
  2024-04-16 18:26 ` [PR REVIEW] " classabbyamp
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: juantascon @ 2024-04-16 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages swhkd
https://github.com/void-linux/void-packages/pull/49077

New package: swhkd-1.2.1.20240302
#### 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


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

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

From f2f9ff8d47a8e201d7b159f691734554460fd7ec Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 4 Mar 2024 12:47:57 +0100
Subject: [PATCH] New package: swhkd-1.2.1

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

diff --git a/srcpkgs/swhkd/template b/srcpkgs/swhkd/template
new file mode 100644
index 00000000000000..b96ba7a05ad747
--- /dev/null
+++ b/srcpkgs/swhkd/template
@@ -0,0 +1,35 @@
+# Template file for 'swhkd'
+pkgname=swhkd
+version=1.2.1
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel rust cargo scdoc"
+depends="polkit"
+short_desc="Display server-independent hotkey daemon inspired by sxhkd"
+maintainer="Juan Diego Tascon <juan@horlux.org>"
+license="BSD-2-Clause	"
+homepage="https://github.com/waycrate/swhkd"
+changelog="https://raw.githubusercontent.com/waycrate/swhkd/main/CHANGELOG.md"
+distfiles="https://github.com/waycrate/swhkd/archive/refs/tags/${version}.tar.gz"
+checksum=e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+
+post_build() {
+	scdoc < ./docs/swhkd.1.scd > ./docs/swhkd.1
+	scdoc < ./docs/swhks.1.scd > ./docs/swhks.1
+	scdoc < ./docs/swhkd.5.scd > ./docs/swhkd.5
+	scdoc < ./docs/swhkd-keys.5.scd > ./docs/swhkd-keys.5
+}
+
+do_install() {
+	vmkdir usr/share/polkit-1/actions
+	vman ./docs/swhks.1
+	vman ./docs/swhkd.1
+	vman ./docs/swhkd.5
+	vman ./docs/swhkd-keys.5
+	vbin ./target/release/swhkd
+	vbin ./target/release/swhks
+	vcopy ./com.github.swhkd.pkexec.policy usr/share/polkit-1/actions/
+	vlicense LICENSE LICENSE
+}

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (11 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567781235

Comment:
why? 

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (10 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567781599

Comment:
prefer cargo for rust things

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (14 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:27 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567782334

Comment:
random whitespace 

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (9 preceding siblings ...)
  2024-04-16 18:26 ` [PR REVIEW] " classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567783372

Comment:
```suggestion
	vlicense LICENSE
```


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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (13 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:27 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567783051

Comment:
most of these should be hostmakedepends 

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (12 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567784388

Comment:
post_install

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

* Re: [PR REVIEW] New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (8 preceding siblings ...)
  2024-04-16 15:08 ` [PR PATCH] [Updated] " juantascon
@ 2024-04-16 18:26 ` classabbyamp
  2024-04-16 18:26 ` classabbyamp
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#discussion_r1567784066

Comment:
use vinstall (makes vmkdir unnecessary) 

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

* Re: New package: swhkd-1.2.1.20240302
  2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
                   ` (15 preceding siblings ...)
  2024-04-16 18:26 ` classabbyamp
@ 2024-04-16 18:27 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-04-16 18:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49077#issuecomment-2059696139

Comment:
> not sure if you are the one to review this but fi you are please do

not personally interested in this package but there's a review 

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

end of thread, other threads:[~2024-04-16 18:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 11:51 [PR PATCH] New package: swhkd-1.2.1.20240302 juantascon
2024-03-04 12:00 ` [PR PATCH] [Updated] " juantascon
2024-03-04 12:04 ` juantascon
2024-03-04 12:07 ` juantascon
2024-04-16 13:50 ` juantascon
2024-04-16 14:05 ` juantascon
2024-04-16 14:18 ` juantascon
2024-04-16 14:30 ` juantascon
2024-04-16 14:35 ` juantascon
2024-04-16 15:08 ` [PR PATCH] [Updated] " juantascon
2024-04-16 18:26 ` [PR REVIEW] " classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:26 ` classabbyamp
2024-04-16 18:27 ` 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).