* [PR PATCH] libX11: update to 1.8.4.
@ 2023-02-22 1:14 someone13574
2023-02-22 22:22 ` [PR REVIEW] " mhmdanas
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: someone13574 @ 2023-02-22 1:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 630 bytes --]
There is a new pull request by someone13574 against master on the void-packages repository
https://github.com/someone13574/void-packages update-libX11
https://github.com/void-linux/void-packages/pull/42391
libX11: update to 1.8.4.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
- armv6l (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/42391.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-libX11-42391.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]
From d385bd5d6315e17ee21eff2554660ab72d4b535a Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Tue, 21 Feb 2023 20:11:32 -0500
Subject: [PATCH] libX11: update to 1.8.4.
---
srcpkgs/libX11/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template
index b62f33ee1897..f79f8d3979f1 100644
--- a/srcpkgs/libX11/template
+++ b/srcpkgs/libX11/template
@@ -1,8 +1,7 @@
# Template file for 'libX11'
pkgname=libX11
-reverts="1.8.3_1"
-version=1.8.2
-revision=2
+version=1.8.4
+revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull
@@ -14,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
-checksum=ed91d573d570db83b8ae546f4890dccfcd0b9dfe1e50a1b401b63a74c152ed04
+checksum=c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518
do_configure() {
./configure ${configure_args}
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR REVIEW] libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
@ 2023-02-22 22:22 ` mhmdanas
2023-02-22 22:22 ` mhmdanas
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-02-22 22:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
New review comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/42391#discussion_r1115031472
Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/lib/libx11"
distfiles="${XORG_SITE}/lib/$libX11-${version}.tar.xz"
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
2023-02-22 22:22 ` [PR REVIEW] " mhmdanas
@ 2023-02-22 22:22 ` mhmdanas
2023-02-23 20:23 ` [PR PATCH] [Updated] " someone13574
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-02-22 22:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/42391#issuecomment-1440891694
Comment:
Remove the `do_configure` thing, it shouldn't be necessary I think.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
2023-02-22 22:22 ` [PR REVIEW] " mhmdanas
2023-02-22 22:22 ` mhmdanas
@ 2023-02-23 20:23 ` someone13574
2023-03-02 8:09 ` dataCobra
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-02-23 20:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 635 bytes --]
There is an updated pull request by someone13574 against master on the void-packages repository
https://github.com/someone13574/void-packages update-libX11
https://github.com/void-linux/void-packages/pull/42391
libX11: update to 1.8.4.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
- armv6l (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/42391.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-libX11-42391.patch --]
[-- Type: text/x-diff, Size: 1352 bytes --]
From 349186d25199e5820ee0cf266c637a4ecdb4faf9 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Tue, 21 Feb 2023 20:11:32 -0500
Subject: [PATCH] libX11: update to 1.8.4.
---
srcpkgs/libX11/template | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template
index b62f33ee1897..12f6460344f4 100644
--- a/srcpkgs/libX11/template
+++ b/srcpkgs/libX11/template
@@ -1,8 +1,7 @@
# Template file for 'libX11'
pkgname=libX11
-reverts="1.8.3_1"
-version=1.8.2
-revision=2
+version=1.8.4
+revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull
@@ -12,13 +11,9 @@ makedepends="xorgproto xtrans libxcb-devel"
short_desc="Base X libraries from Xorg"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
-homepage="http://xorg.freedesktop.org/"
-distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
-checksum=ed91d573d570db83b8ae546f4890dccfcd0b9dfe1e50a1b401b63a74c152ed04
-
-do_configure() {
- ./configure ${configure_args}
-}
+homepage="https://gitlab.freedesktop.org/xorg/lib/libx11"
+distfiles="${XORG_SITE}/lib/libX11-${version}.tar.xz"
+checksum=c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518
post_install() {
vlicense COPYING
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
` (2 preceding siblings ...)
2023-02-23 20:23 ` [PR PATCH] [Updated] " someone13574
@ 2023-03-02 8:09 ` dataCobra
2023-03-03 13:29 ` someone13574
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2023-03-02 8:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/42391#issuecomment-1451458268
Comment:
I've got some annoying issues with 1.8.2 and nvidia drivers.
I'll try this update and check if it fixes my issues. (I really hope so)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
` (3 preceding siblings ...)
2023-03-02 8:09 ` dataCobra
@ 2023-03-03 13:29 ` someone13574
2023-03-10 8:07 ` dataCobra
2023-03-12 17:04 ` [PR PATCH] [Merged]: " leahneukirchen
6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-03-03 13:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
New comment by someone13574 on void-packages repository
https://github.com/void-linux/void-packages/pull/42391#issuecomment-1453535079
Comment:
Can I get a CI rerun on this, x86_64-musl failed due to network timeout.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
` (4 preceding siblings ...)
2023-03-03 13:29 ` someone13574
@ 2023-03-10 8:07 ` dataCobra
2023-03-12 17:04 ` [PR PATCH] [Merged]: " leahneukirchen
6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2023-03-10 8:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/42391#issuecomment-1463425078
Comment:
You can do the rerun by yourself.
Use `git push --force`.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Merged]: libX11: update to 1.8.4.
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
` (5 preceding siblings ...)
2023-03-10 8:07 ` dataCobra
@ 2023-03-12 17:04 ` leahneukirchen
6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2023-03-12 17:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
There's a merged pull request on the void-packages repository
libX11: update to 1.8.4.
https://github.com/void-linux/void-packages/pull/42391
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
- armv6l (crossbuild)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-03-12 17:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 1:14 [PR PATCH] libX11: update to 1.8.4 someone13574
2023-02-22 22:22 ` [PR REVIEW] " mhmdanas
2023-02-22 22:22 ` mhmdanas
2023-02-23 20:23 ` [PR PATCH] [Updated] " someone13574
2023-03-02 8:09 ` dataCobra
2023-03-03 13:29 ` someone13574
2023-03-10 8:07 ` dataCobra
2023-03-12 17:04 ` [PR PATCH] [Merged]: " leahneukirchen
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).