Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] screenkey: update to 1.5.
Date: Tue, 22 Mar 2022 18:58:38 +0100	[thread overview]
Message-ID: <20220322175838.L-vIqIpg6oYA5L2nUB5fgC4i4xsZgR7NU9YKKVnwwq4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36216@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-03-22 17:58 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19  1:50 [PR PATCH] " 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 ` tibequadorian [this message]
2022-03-22 18:00 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220322175838.L-vIqIpg6oYA5L2nUB5fgC4i4xsZgR7NU9YKKVnwwq4@z \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).