* [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt.
@ 2023-01-22 15:37 motorto
2023-01-24 8:51 ` [PR REVIEW] " classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2023-01-22 15:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]
There is a new pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages xcb-util-renderutil-0.3.10
https://github.com/void-linux/void-packages/pull/41804
xcb-util-renderutil: update to 0.3.10;adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
```
```
A patch file from https://github.com/void-linux/void-packages/pull/41804.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-util-renderutil-0.3.10-41804.patch --]
[-- Type: text/x-diff, Size: 1452 bytes --]
From e81f4d28f97ef329dc5e9c00eda535becbefee1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 15:35:22 +0000
Subject: [PATCH] xcb-util-renderutil: update to 0.3.10;adopt.
---
srcpkgs/xcb-util-renderutil/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/xcb-util-renderutil/template b/srcpkgs/xcb-util-renderutil/template
index abe2903c5776..14f217d2aabf 100644
--- a/srcpkgs/xcb-util-renderutil/template
+++ b/srcpkgs/xcb-util-renderutil/template
@@ -1,17 +1,17 @@
# Template file for 'xcb-util-renderutil'
pkgname=xcb-util-renderutil
-version=0.3.9
-revision=3
+version=0.3.10
+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 - Render extension convenience functions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="X11, MIT"
homepage="https://xcb.freedesktop.org"
-distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
-checksum=c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
+distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.xz"
+checksum=3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba
post_install() {
vlicense COPYING LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] xcb-util-renderutil: update to 0.3.10;adopt.
2023-01-22 15:37 [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt motorto
@ 2023-01-24 8:51 ` classabbyamp
2023-01-24 11:40 ` [PR PATCH] [Updated] " motorto
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-24 8:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/41804#discussion_r1084966300
Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util"
```
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] xcb-util-renderutil: update to 0.3.10;adopt.
2023-01-22 15:37 [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt motorto
2023-01-24 8:51 ` [PR REVIEW] " classabbyamp
@ 2023-01-24 11:40 ` motorto
2023-01-24 11:40 ` [PR REVIEW] " motorto
2023-01-24 19:10 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2023-01-24 11:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
There is an updated pull request by motorto against master on the void-packages repository
https://github.com/motorto/void-packages xcb-util-renderutil-0.3.10
https://github.com/void-linux/void-packages/pull/41804
xcb-util-renderutil: update to 0.3.10;adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
```
SUMMARY
pkg:xcb-util-renderutil host:x86_64 target:x86_64 cross:n result:OK
pkg:xcb-util-renderutil host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:xcb-util-renderutil host:i686 target:i686 cross:n result:OK
pkg:xcb-util-renderutil host:x86_64 target:aarch64-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:aarch64 cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv7l-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv7l cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv6l-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv6l cross:y result:OK
```
A patch file from https://github.com/void-linux/void-packages/pull/41804.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-util-renderutil-0.3.10-41804.patch --]
[-- Type: text/x-diff, Size: 1525 bytes --]
From 0035eca50c996c7d676cd53d9d0b48194d9b7760 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 15:35:22 +0000
Subject: [PATCH] xcb-util-renderutil: update to 0.3.10;adopt.
---
srcpkgs/xcb-util-renderutil/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/xcb-util-renderutil/template b/srcpkgs/xcb-util-renderutil/template
index abe2903c5776..a7c368475f95 100644
--- a/srcpkgs/xcb-util-renderutil/template
+++ b/srcpkgs/xcb-util-renderutil/template
@@ -1,17 +1,17 @@
# Template file for 'xcb-util-renderutil'
pkgname=xcb-util-renderutil
-version=0.3.9
-revision=3
+version=0.3.10
+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 - Render extension convenience functions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="X11, MIT"
-homepage="https://xcb.freedesktop.org"
-distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.bz2"
-checksum=c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util"
+distfiles="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${version}.tar.xz"
+checksum=3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba
post_install() {
vlicense COPYING LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] xcb-util-renderutil: update to 0.3.10;adopt.
2023-01-22 15:37 [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt motorto
2023-01-24 8:51 ` [PR REVIEW] " classabbyamp
2023-01-24 11:40 ` [PR PATCH] [Updated] " motorto
@ 2023-01-24 11:40 ` motorto
2023-01-24 19:10 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2023-01-24 11:40 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/41804#discussion_r1085171413
Comment:
added
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: xcb-util-renderutil: update to 0.3.10;adopt.
2023-01-22 15:37 [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt motorto
` (2 preceding siblings ...)
2023-01-24 11:40 ` [PR REVIEW] " motorto
@ 2023-01-24 19:10 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-24 19:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
There's a merged pull request on the void-packages repository
xcb-util-renderutil: update to 0.3.10;adopt.
https://github.com/void-linux/void-packages/pull/41804
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
```
SUMMARY
pkg:xcb-util-renderutil host:x86_64 target:x86_64 cross:n result:OK
pkg:xcb-util-renderutil host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:xcb-util-renderutil host:i686 target:i686 cross:n result:OK
pkg:xcb-util-renderutil host:x86_64 target:aarch64-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:aarch64 cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv7l-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv7l cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv6l-musl cross:y result:OK
pkg:xcb-util-renderutil host:x86_64 target:armv6l cross:y result:OK
```
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-01-24 19:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 15:37 [PR PATCH] xcb-util-renderutil: update to 0.3.10;adopt motorto
2023-01-24 8:51 ` [PR REVIEW] " classabbyamp
2023-01-24 11:40 ` [PR PATCH] [Updated] " motorto
2023-01-24 11:40 ` [PR REVIEW] " motorto
2023-01-24 19:10 ` [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).