Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] screenkey: update to 1.5.
@ 2022-03-19  1:50 tibequadorian
  2022-03-19 23:25 ` [PR PATCH] [Updated] " tibequadorian
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-19  1:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d960198234ecca4350dfc45aaa348d0a4269a17f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..c825d2446119 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
 checkdepends="${depends} libXtst"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
@ 2022-03-19 23:25 ` tibequadorian
  2022-03-19 23:26 ` tibequadorian
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-19 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e6bd5c47bfc1c499977a4d04b75e2868073c9770 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..df6f6ad6db6f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
  2022-03-19 23:25 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-19 23:26 ` tibequadorian
  2022-03-20 22:17 ` [PR REVIEW] " paper42
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-19 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ff04e665be97d4dc5bfd8f55d98a265ccb46e9d4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..734cfeb37b79 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112
+make_check=no # has no tests

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
  2022-03-19 23:25 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-19 23:26 ` tibequadorian
@ 2022-03-20 22:17 ` paper42
  2022-03-20 22:23 ` [PR PATCH] [Updated] " tibequadorian
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2022-03-20 22:17 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r830681488

Comment:
I don't think this matters if it at least checks dependencies.

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-20 22:17 ` [PR REVIEW] " paper42
@ 2022-03-20 22:23 ` tibequadorian
  2022-03-20 22:29 ` [PR REVIEW] " tibequadorian
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-20 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0a1346bf1143f0c76cf58013d50b20cf23cd0eb2 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..c825d2446119 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
 checkdepends="${depends} libXtst"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-20 22:23 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-20 22:29 ` tibequadorian
  2022-03-20 22:39 ` paper42
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-20 22:29 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r830682792

Comment:
I force pushed now without disabling checks so maybe you can help me with that.

Adding `python3-pip` and `python3-wheel` to checkdepends doesn't help as it just tries to build dbus-python and fails.

When I instead add `python3-pytest` to $checkdepends it *errors* with
```
=> screenkey-1.5_1: running do_check ...
============================= test session starts ==============================
platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1
rootdir: /builddir/screenkey-1.5
collected 0 items

============================ no tests ran in 0.02s =============================
```

That's the reason I disabled checks.

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-20 22:29 ` [PR REVIEW] " tibequadorian
@ 2022-03-20 22:39 ` paper42
  2022-03-20 22:44 ` tibequadorian
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2022-03-20 22:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r830684241

Comment:
Adding python3-pip and python3-wheel defeats the purpose of checks because it creates its own environment with its own versions that don't match void versions.

I see that now the check fails with 
```
error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpj7e50gbs', '--quiet', 'dbus-python']' returned non-zero exit status 1.
```
which usually means the dbus-python module is missing, but as far as I can tell, dbus-python is our python3-dbus. I am not really sure how the detection is done, but our python3-dbus is not detected.

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-20 22:39 ` paper42
@ 2022-03-20 22:44 ` tibequadorian
  2022-03-21  2:54 ` ahesford
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-20 22:44 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r830684836

Comment:
I think the command `/usr/bin/python3 -m pip ...` fails because pip is not installed :/

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (6 preceding siblings ...)
  2022-03-20 22:44 ` tibequadorian
@ 2022-03-21  2:54 ` ahesford
  2022-03-21 14:24 ` ahesford
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2022-03-21  2:54 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r830723818

Comment:
I think our `python3-dbus` is incomplete. It seems to lack a `dbus_python-1.2.18-py3.10.egg-info`, which is present when I use `pip` to install `dbus-Python` in a virtual environment. The test suite probably fails to recognize the package without the egg metadata present.

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (7 preceding siblings ...)
  2022-03-21  2:54 ` ahesford
@ 2022-03-21 14:24 ` ahesford
  2022-03-22 17:10 ` tibequadorian
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2022-03-21 14:24 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r831166443

Comment:
Please check if https://github.com/void-linux/void-packages/pull/36262 resolves this issue.

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (8 preceding siblings ...)
  2022-03-21 14:24 ` ahesford
@ 2022-03-22 17:10 ` tibequadorian
  2022-03-22 17:58 ` [PR PATCH] [Updated] " tibequadorian
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-22 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r832415311

Comment:
Yes it does :) thank you!

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (9 preceding siblings ...)
  2022-03-22 17:10 ` tibequadorian
@ 2022-03-22 17:58 ` tibequadorian
  2022-03-22 18:00 ` tibequadorian
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-22 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 49ef033fbf82beedc4a6210c8637b7b8164ae138 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..7e711f361dfd 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (10 preceding siblings ...)
  2022-03-22 17:58 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-22 18:00 ` tibequadorian
  2022-03-22 20:42 ` tibequadorian
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-22 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 49ef033fbf82beedc4a6210c8637b7b8164ae138 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..7e711f361dfd 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (11 preceding siblings ...)
  2022-03-22 18:00 ` tibequadorian
@ 2022-03-22 20:42 ` tibequadorian
  2022-03-23 10:25 ` [PR REVIEW] " tibequadorian
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-22 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5b69f20b0f8f8d40ac4393bc47dd6358d9cead0a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..7e711f361dfd 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,16 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra
  python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (12 preceding siblings ...)
  2022-03-22 20:42 ` tibequadorian
@ 2022-03-23 10:25 ` tibequadorian
  2022-03-24 23:35 ` paper42
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-23 10:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r833094212

Comment:
I rebased on master

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (13 preceding siblings ...)
  2022-03-23 10:25 ` [PR REVIEW] " tibequadorian
@ 2022-03-24 23:35 ` paper42
  2022-03-24 23:52 ` [PR PATCH] [Updated] " tibequadorian
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2022-03-24 23:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r834833836

Comment:
```suggestion
hostmakedepends="python3-setuptools python3-Babel"
```

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (14 preceding siblings ...)
  2022-03-24 23:35 ` paper42
@ 2022-03-24 23:52 ` tibequadorian
  2022-03-25  0:08 ` [PR REVIEW] " tibequadorian
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-24 23:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8ca22b79fb136408d60122f78be2cd1d3b88ba38 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..338840dc4ea7 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,15 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
-hostmakedepends="intltool python3-setuptools python3-distutils-extra
- python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+hostmakedepends="python3-setuptools python3-Babel"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (15 preceding siblings ...)
  2022-03-24 23:52 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-25  0:08 ` tibequadorian
  2022-03-26 19:00 ` paper42
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-25  0:08 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r834847588

Comment:
Done, thank you

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (16 preceding siblings ...)
  2022-03-25  0:08 ` [PR REVIEW] " tibequadorian
@ 2022-03-26 19:00 ` paper42
  2022-03-26 21:24 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2022-03-26 19:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r835797486

Comment:
```suggestion
homepage="https://www.thregr.org/~wavexx/software/screenkey"
```

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (17 preceding siblings ...)
  2022-03-26 19:00 ` paper42
@ 2022-03-26 21:24 ` tibequadorian
  2022-03-26 21:25 ` tibequadorian
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-26 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d15cf0232fec530b59e34c1c682ff8c115c1322f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..f199b36bc9ef 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,15 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
-hostmakedepends="intltool python3-setuptools python3-distutils-extra
- python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+hostmakedepends="python3-setuptools python3-Babel"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="http://www.thregr.org/~wavexx/software/screenkey"
+homepage="https://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR PATCH] [Updated] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (18 preceding siblings ...)
  2022-03-26 21:24 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-26 21:25 ` tibequadorian
  2022-03-26 21:25 ` [PR REVIEW] " tibequadorian
  2022-04-10  9:08 ` [PR PATCH] [Merged]: " paper42
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-26 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages screenkey
https://github.com/void-linux/void-packages/pull/36216

screenkey: update to 1.5.
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 93e76991f0f348b0ee4e1a3663a371b42dcb652c Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 02:50:03 +0100
Subject: [PATCH] screenkey: update to 1.5.

---
 srcpkgs/screenkey/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4541a207058c..f199b36bc9ef 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,15 +1,15 @@
 # Template file for 'screenkey'
 pkgname=screenkey
-version=1.4
-revision=2
+version=1.5
+revision=1
 build_style=python3-module
-hostmakedepends="intltool python3-setuptools python3-distutils-extra
- python3-Babel"
-depends="gtk+3 libX11 python3-gobject"
-checkdepends="${depends} libXtst"
+hostmakedepends="python3-setuptools python3-Babel"
+depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
+checkdepends="$depends"
 short_desc="Screencast tool to display your keys"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="http://www.thregr.org/~wavexx/software/screenkey"
+homepage="https://www.thregr.org/~wavexx/software/screenkey"
+changelog="https://www.thregr.org/~wavexx/software/screenkey/NEWS.html"
 distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
-checksum=d7347e31fab4a5b18da431e3fc26f39700e99a505eb0c0168295adc12c8dd4f7
+checksum=cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112

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

* Re: [PR REVIEW] screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (19 preceding siblings ...)
  2022-03-26 21:25 ` tibequadorian
@ 2022-03-26 21:25 ` tibequadorian
  2022-04-10  9:08 ` [PR PATCH] [Merged]: " paper42
  21 siblings, 0 replies; 23+ messages in thread
From: tibequadorian @ 2022-03-26 21:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36216#discussion_r835814598

Comment:
:)

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

* Re: [PR PATCH] [Merged]: screenkey: update to 1.5.
  2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
                   ` (20 preceding siblings ...)
  2022-03-26 21:25 ` [PR REVIEW] " tibequadorian
@ 2022-04-10  9:08 ` paper42
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2022-04-10  9:08 UTC (permalink / raw)
  To: ml

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

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

screenkey: update to 1.5.
https://github.com/void-linux/void-packages/pull/36216

Description:
I added missing dependencies from https://gitlab.com/screenkey/screenkey#from-source

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-04-10  9:08 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19  1:50 [PR PATCH] screenkey: update to 1.5 tibequadorian
2022-03-19 23:25 ` [PR PATCH] [Updated] " tibequadorian
2022-03-19 23:26 ` tibequadorian
2022-03-20 22:17 ` [PR REVIEW] " paper42
2022-03-20 22:23 ` [PR PATCH] [Updated] " tibequadorian
2022-03-20 22:29 ` [PR REVIEW] " tibequadorian
2022-03-20 22:39 ` paper42
2022-03-20 22:44 ` tibequadorian
2022-03-21  2:54 ` ahesford
2022-03-21 14:24 ` ahesford
2022-03-22 17:10 ` tibequadorian
2022-03-22 17:58 ` [PR PATCH] [Updated] " tibequadorian
2022-03-22 18:00 ` tibequadorian
2022-03-22 20:42 ` tibequadorian
2022-03-23 10:25 ` [PR REVIEW] " tibequadorian
2022-03-24 23:35 ` paper42
2022-03-24 23:52 ` [PR PATCH] [Updated] " tibequadorian
2022-03-25  0:08 ` [PR REVIEW] " tibequadorian
2022-03-26 19:00 ` paper42
2022-03-26 21:24 ` [PR PATCH] [Updated] " tibequadorian
2022-03-26 21:25 ` tibequadorian
2022-03-26 21:25 ` [PR REVIEW] " tibequadorian
2022-04-10  9:08 ` [PR PATCH] [Merged]: " paper42

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