Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wshowkeys-0.1
@ 2023-10-09 11:35 Anachron
  2023-10-09 11:45 ` [PR PATCH] [Updated] " Anachron
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anachron @ 2023-10-09 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages wshowkeys
https://github.com/void-linux/void-packages/pull/46527

New package: wshowkeys-0.1
#### 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**


- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)

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

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

From 3acdf957424ec2ef1f3ba79c65b4b5b6ffd9f071 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Mon, 9 Oct 2023 13:34:19 +0200
Subject: [PATCH] New package: wshowkeys-0.1

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

diff --git a/srcpkgs/wshowkeys/template b/srcpkgs/wshowkeys/template
new file mode 100644
index 0000000000000..9ab1ff5c227b9
--- /dev/null
+++ b/srcpkgs/wshowkeys/template
@@ -0,0 +1,19 @@
+# Template file for 'wshowkeys'
+pkgname=wshowkeys
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols cairo-devel libinput-devel pango-devel eudev-libudev-
+devel wayland-devel libxkbcommon-devel"
+short_desc="Displays keys being pressed on a Wayland session"
+maintainer="Anachron <gith@cron.world>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ammgws/wshowkeys"
+distfiles="https://github.com/ammgws/wshowkeys/archive/refs/tags/${version}.tar.gz"
+checksum=1c11f858e673eabe8c1865500751354198b772decf5a65cefbfe4f382fec09b7
+
+# https://github.com/ammgws/wshowkeys#installation
+post_install() {
+	chmod a+s ${DESTDIR}/usr/bin/wshowkeys
+}

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

* Re: [PR PATCH] [Updated] New package: wshowkeys-0.1
  2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
@ 2023-10-09 11:45 ` Anachron
  2023-10-09 21:02 ` Anachron
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2023-10-09 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages wshowkeys
https://github.com/void-linux/void-packages/pull/46527

New package: wshowkeys-0.1
#### 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**


- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)

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

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

From 4f779571ed57f2b8fdf1811ab1c4c8dfc94a206f Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Mon, 9 Oct 2023 13:34:19 +0200
Subject: [PATCH] New package: wshowkeys-0.1

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

diff --git a/srcpkgs/wshowkeys/template b/srcpkgs/wshowkeys/template
new file mode 100644
index 0000000000000..532301504c9a5
--- /dev/null
+++ b/srcpkgs/wshowkeys/template
@@ -0,0 +1,18 @@
+# Template file for 'wshowkeys'
+pkgname=wshowkeys
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols cairo-devel libinput-devel pango-devel eudev-libudev-devel wayland-devel libxkbcommon-devel"
+short_desc="Displays keys being pressed on a Wayland session"
+maintainer="Anachron <gith@cron.world>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ammgws/wshowkeys"
+distfiles="https://github.com/ammgws/wshowkeys/archive/refs/tags/${version}.tar.gz"
+checksum=1c11f858e673eabe8c1865500751354198b772decf5a65cefbfe4f382fec09b7
+
+# https://github.com/ammgws/wshowkeys#installation
+post_install() {
+	chmod a+s ${DESTDIR}/usr/bin/wshowkeys
+}

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

* Re: [PR PATCH] [Updated] New package: wshowkeys-0.1
  2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
  2023-10-09 11:45 ` [PR PATCH] [Updated] " Anachron
@ 2023-10-09 21:02 ` Anachron
  2023-10-10 12:58 ` Anachron
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2023-10-09 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages wshowkeys
https://github.com/void-linux/void-packages/pull/46527

New package: wshowkeys-0.1
#### 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**


- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)

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

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

From 33b3935e6c7b7531b84cdf349d65b0fc36369af5 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Mon, 9 Oct 2023 13:34:19 +0200
Subject: [PATCH] New package: wshowkeys-0.1

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

diff --git a/srcpkgs/wshowkeys/template b/srcpkgs/wshowkeys/template
new file mode 100644
index 0000000000000..532301504c9a5
--- /dev/null
+++ b/srcpkgs/wshowkeys/template
@@ -0,0 +1,18 @@
+# Template file for 'wshowkeys'
+pkgname=wshowkeys
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols cairo-devel libinput-devel pango-devel eudev-libudev-devel wayland-devel libxkbcommon-devel"
+short_desc="Displays keys being pressed on a Wayland session"
+maintainer="Anachron <gith@cron.world>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ammgws/wshowkeys"
+distfiles="https://github.com/ammgws/wshowkeys/archive/refs/tags/${version}.tar.gz"
+checksum=1c11f858e673eabe8c1865500751354198b772decf5a65cefbfe4f382fec09b7
+
+# https://github.com/ammgws/wshowkeys#installation
+post_install() {
+	chmod a+s ${DESTDIR}/usr/bin/wshowkeys
+}

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

* Re: New package: wshowkeys-0.1
  2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
  2023-10-09 11:45 ` [PR PATCH] [Updated] " Anachron
  2023-10-09 21:02 ` Anachron
@ 2023-10-10 12:58 ` Anachron
  2024-01-09  1:47 ` github-actions
  2024-01-23  1:47 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2023-10-10 12:58 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/46527#issuecomment-1755379136

Comment:
Hint: This was tested on river. 

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

* Re: New package: wshowkeys-0.1
  2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
                   ` (2 preceding siblings ...)
  2023-10-10 12:58 ` Anachron
@ 2024-01-09  1:47 ` github-actions
  2024-01-23  1:47 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-01-09  1:47 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/46527#issuecomment-1882140264

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: New package: wshowkeys-0.1
  2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
                   ` (3 preceding siblings ...)
  2024-01-09  1:47 ` github-actions
@ 2024-01-23  1:47 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-01-23  1:47 UTC (permalink / raw)
  To: ml

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

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

New package: wshowkeys-0.1
https://github.com/void-linux/void-packages/pull/46527

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


- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)

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

end of thread, other threads:[~2024-01-23  1:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 11:35 [PR PATCH] New package: wshowkeys-0.1 Anachron
2023-10-09 11:45 ` [PR PATCH] [Updated] " Anachron
2023-10-09 21:02 ` Anachron
2023-10-10 12:58 ` Anachron
2024-01-09  1:47 ` github-actions
2024-01-23  1:47 ` [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).