Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
Date: Sun, 22 Jan 2023 16:16:14 +0100	[thread overview]
Message-ID: <20230122151614.Oz0xMZOBIyDgAmya2MgkXcILnL1uyqKvnbRW52Muw-c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41802@inbox.vuxu.org>

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

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

https://github.com/motorto/void-packages xcb-util-keysyms-0.4.1
https://github.com/void-linux/void-packages/pull/41802

xcb-util-keysyms: update to 0.4.1;adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
```
SUMMARY
pkg:xcb-util-keysyms host:x86_64 target:x86_64 cross:n result:OK
pkg:xcb-util-keysyms host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:xcb-util-keysyms host:i686 target:i686 cross:n result:OK
pkg:xcb-util-keysyms host:x86_64 target:aarch64-musl cross:y result:OK
pkg:xcb-util-keysyms host:x86_64 target:aarch64 cross:y result:OK
pkg:xcb-util-keysyms host:x86_64 target:armv7l-musl cross:y result:OK
pkg:xcb-util-keysyms host:x86_64 target:armv7l cross:y result:OK
pkg:xcb-util-keysyms host:x86_64 target:armv6l-musl cross:y result:OK
pkg:xcb-util-keysyms host:x86_64 target:armv6l cross:y result:OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-util-keysyms-0.4.1-41802.patch --]
[-- Type: text/x-diff, Size: 2608 bytes --]

From a90de765c55601d4b78c4085e01311eb2ce4541e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 15:00:01 +0000
Subject: [PATCH] xcb-util-keysyms: update to 0.4.1;adopt.

---
 srcpkgs/xcb-util-image/template   | 10 +++++-----
 srcpkgs/xcb-util-keysyms/template | 13 ++++++-------
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/xcb-util-image/template b/srcpkgs/xcb-util-image/template
index 007dac1fd7de..2af92419e2fe 100644
--- a/srcpkgs/xcb-util-image/template
+++ b/srcpkgs/xcb-util-image/template
@@ -1,17 +1,17 @@
 # Template file for 'xcb-util-image'
 pkgname=xcb-util-image
-version=0.4.0
-revision=3
+version=0.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="xcb-util-devel"
 short_desc="Utility libraries for XCB - XImage and XShmImage functions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="X11"
 homepage="https://xcb.freedesktop.org"
-distfiles="https://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.bz2"
-checksum=2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
+distfiles="https://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.xz"
+checksum=ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d
 
 post_install() {
 	vlicense COPYING LICENSE
diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template
index 185b6f09868c..6cc7ba03be53 100644
--- a/srcpkgs/xcb-util-keysyms/template
+++ b/srcpkgs/xcb-util-keysyms/template
@@ -1,21 +1,20 @@
 # Template file for 'xcb-util-keysyms'
 pkgname=xcb-util-keysyms
-version=0.4.0
-revision=4
+version=0.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="libxcb-devel xcb-util-devel"
 short_desc="Utility libraries for XCB - key constants and keycode conversion"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="X11"
 homepage="https://xcb.freedesktop.org"
-distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
-checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
+distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.xz"
+checksum=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
 
 post_install() {
-	head -n30 keysyms/keysyms.c > LICENSE
-	vlicense LICENSE
+	vlicense COPYING LICENSE
 }
 
 xcb-util-keysyms-devel_package() {

  parent reply	other threads:[~2023-01-22 15:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22 15:01 [PR PATCH] " motorto
2023-01-22 15:14 ` [PR PATCH] [Updated] " motorto
2023-01-22 15:16 ` motorto [this message]
2023-01-22 15:17 ` motorto
2023-01-22 15:17 ` motorto
2023-01-24  8:50 ` [PR REVIEW] " classabbyamp
2023-01-24 11:37 ` [PR PATCH] [Updated] " motorto
2023-01-24 11:38 ` [PR REVIEW] " motorto
2023-01-24 19:09 ` [PR PATCH] [Merged]: " classabbyamp

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=20230122151614.Oz0xMZOBIyDgAmya2MgkXcILnL1uyqKvnbRW52Muw-c@z \
    --to=motorto@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).