Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt.
@ 2023-01-22 15:01 motorto
  2023-01-22 15:14 ` [PR PATCH] [Updated] " motorto
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: motorto @ 2023-01-22 15:01 UTC (permalink / raw)
  To: ml

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

There is a new 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
```
```

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: 1426 bytes --]

From 9dfa27cd0c91dd8fe6550ade056d873f19262a68 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-keysyms/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template
index 185b6f09868c..9fb271e4ea8c 100644
--- a/srcpkgs/xcb-util-keysyms/template
+++ b/srcpkgs/xcb-util-keysyms/template
@@ -1,17 +1,17 @@
 # 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

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

* Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
@ 2023-01-22 15:14 ` motorto
  2023-01-22 15:16 ` motorto
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-22 15:14 UTC (permalink / raw)
  To: ml

[-- 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: 2518 bytes --]

From 8ee0306d147b45eb09587a4ed12dd411ff518c67 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 | 10 +++++-----
 2 files changed, 10 insertions(+), 10 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..9fb271e4ea8c 100644
--- a/srcpkgs/xcb-util-keysyms/template
+++ b/srcpkgs/xcb-util-keysyms/template
@@ -1,17 +1,17 @@
 # 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

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

* Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
  2023-01-22 15:14 ` [PR PATCH] [Updated] " motorto
@ 2023-01-22 15:16 ` motorto
  2023-01-22 15:17 ` motorto
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-22 15:16 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
  2023-01-22 15:14 ` [PR PATCH] [Updated] " motorto
  2023-01-22 15:16 ` motorto
@ 2023-01-22 15:17 ` motorto
  2023-01-22 15:17 ` motorto
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-22 15:17 UTC (permalink / raw)
  To: ml

[-- 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: 1603 bytes --]

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

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

diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template
index 185b6f09868c..fc9c16b30898 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() {
@@ -27,3 +26,4 @@ xcb-util-keysyms-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
+

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

* Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
                   ` (2 preceding siblings ...)
  2023-01-22 15:17 ` motorto
@ 2023-01-22 15:17 ` motorto
  2023-01-24  8:50 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-22 15:17 UTC (permalink / raw)
  To: ml

[-- 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: 1516 bytes --]

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

---
 srcpkgs/xcb-util-keysyms/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

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() {

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

* Re: [PR REVIEW] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
                   ` (3 preceding siblings ...)
  2023-01-22 15:17 ` motorto
@ 2023-01-24  8:50 ` classabbyamp
  2023-01-24 11:37 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-01-24  8:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41802#discussion_r1084965216

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
```

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

* Re: [PR PATCH] [Updated] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
                   ` (4 preceding siblings ...)
  2023-01-24  8:50 ` [PR REVIEW] " classabbyamp
@ 2023-01-24 11:37 ` motorto
  2023-01-24 11:38 ` [PR REVIEW] " motorto
  2023-01-24 19:09 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-24 11:37 UTC (permalink / raw)
  To: ml

[-- 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: 1585 bytes --]

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

---
 srcpkgs/xcb-util-keysyms/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template
index 185b6f09868c..e414157e0da7 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
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
+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() {

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

* Re: [PR REVIEW] xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
                   ` (5 preceding siblings ...)
  2023-01-24 11:37 ` [PR PATCH] [Updated] " motorto
@ 2023-01-24 11:38 ` motorto
  2023-01-24 19:09 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-01-24 11:38 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41802#discussion_r1085167283

Comment:
added

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

* Re: [PR PATCH] [Merged]: xcb-util-keysyms: update to 0.4.1;adopt.
  2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
                   ` (6 preceding siblings ...)
  2023-01-24 11:38 ` [PR REVIEW] " motorto
@ 2023-01-24 19:09 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-01-24 19:09 UTC (permalink / raw)
  To: ml

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

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

xcb-util-keysyms: update to 0.4.1;adopt.
https://github.com/void-linux/void-packages/pull/41802

Description:
<!-- 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
```

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

end of thread, other threads:[~2023-01-24 19:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 15:01 [PR PATCH] xcb-util-keysyms: update to 0.4.1;adopt motorto
2023-01-22 15:14 ` [PR PATCH] [Updated] " motorto
2023-01-22 15:16 ` motorto
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

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