Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wayland: update to 1.22.0.
@ 2023-04-13 20:21 mhmdanas
  2023-04-13 20:24 ` [PR REVIEW] " mhmdanas
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mhmdanas @ 2023-04-13 20:21 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages wayland-1.22.0
https://github.com/void-linux/void-packages/pull/43429

wayland: update to 1.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wayland-1.22.0-43429.patch --]
[-- Type: text/x-diff, Size: 1589 bytes --]

From 091086bc76ddf385bc448601cf0958f27dd131bf Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 13 Apr 2023 21:20:11 +0100
Subject: [PATCH] wayland: update to 1.22.0.

---
 srcpkgs/wayland/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template
index 697663da10f8..116bfd3af7c8 100644
--- a/srcpkgs/wayland/template
+++ b/srcpkgs/wayland/template
@@ -1,10 +1,9 @@
 # Template file for 'wayland'
 pkgname=wayland
-version=1.21.0
+version=1.22.0
 revision=1
 build_style=meson
-# "Tests must not be built with NDEBUG defined, they rely on assert()."
-configure_args="-Ddocumentation=false -Db_ndebug=false"
+configure_args="-Ddocumentation=false"
 hostmakedepends="flex pkg-config"
 makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
 short_desc="Core Wayland window system code and protocol"
@@ -12,7 +11,14 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://wayland.freedesktop.org/"
 distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
-checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac
+checksum=1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	# "Tests must not be built with NDEBUG defined, they rely on assert()."
+	configure_args+=" -Dtests=true -Db_ndebug=false"
+else
+	configure_args+=" -Dtests=false"
+fi
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-devel"

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

* Re: [PR REVIEW] wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
@ 2023-04-13 20:24 ` mhmdanas
  2023-04-13 21:48 ` paper42
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-04-13 20:24 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#discussion_r1165991720

Comment:
Having `b_ndebug` disabled when building with tests and disabled otherwise doesn't sit entirely right with me, since it may affect the non-test code too. Thoughts?

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

* Re: [PR REVIEW] wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
  2023-04-13 20:24 ` [PR REVIEW] " mhmdanas
@ 2023-04-13 21:48 ` paper42
  2023-04-13 22:57 ` [PR PATCH] [Updated] " mhmdanas
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-04-13 21:48 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#discussion_r1166061346

Comment:
let's keep it as it was

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

* Re: [PR PATCH] [Updated] wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
  2023-04-13 20:24 ` [PR REVIEW] " mhmdanas
  2023-04-13 21:48 ` paper42
@ 2023-04-13 22:57 ` mhmdanas
  2023-05-13  5:55 ` aadi58002
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-04-13 22:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages wayland-1.22.0
https://github.com/void-linux/void-packages/pull/43429

wayland: update to 1.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wayland-1.22.0-43429.patch --]
[-- Type: text/x-diff, Size: 1235 bytes --]

From 986679fe826ee5642500241002bac34801446237 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 13 Apr 2023 21:20:11 +0100
Subject: [PATCH] wayland: update to 1.22.0.

---
 srcpkgs/wayland/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template
index 697663da10f8..8382afd36974 100644
--- a/srcpkgs/wayland/template
+++ b/srcpkgs/wayland/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland'
 pkgname=wayland
-version=1.21.0
+version=1.22.0
 revision=1
 build_style=meson
 # "Tests must not be built with NDEBUG defined, they rely on assert()."
@@ -12,7 +12,13 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://wayland.freedesktop.org/"
 distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
-checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac
+checksum=1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dtests=true"
+else
+	configure_args+=" -Dtests=false"
+fi
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-devel"

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

* Re: wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-04-13 22:57 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-13  5:55 ` aadi58002
  2023-05-26 18:34 ` soanvig
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: aadi58002 @ 2023-05-13  5:55 UTC (permalink / raw)
  To: ml

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

New comment by aadi58002 on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#issuecomment-1546537689

Comment:
@paper42 
+1 request for merging this PR.

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

* Re: wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (3 preceding siblings ...)
  2023-05-13  5:55 ` aadi58002
@ 2023-05-26 18:34 ` soanvig
  2023-05-26 19:55 ` mhmdanas
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: soanvig @ 2023-05-26 18:34 UTC (permalink / raw)
  To: ml

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

New comment by soanvig on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#issuecomment-1564778454

Comment:
@mhmdanas How did you build this package? I try and I finish up with

```
importlib.metadata.PackageNotFoundError: No package metadata was found for meson
```

error

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

* Re: wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (4 preceding siblings ...)
  2023-05-26 18:34 ` soanvig
@ 2023-05-26 19:55 ` mhmdanas
  2023-05-26 19:55 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-05-26 19:55 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#issuecomment-1564861008

Comment:
That sounds like a local issue, try this:
```console
$ rm -rf masterdir hostdir
$ ./xbps-src binary-bootstrap
$ ./xbps-src pkg wayland
```

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

* Re: [PR PATCH] [Updated] wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (5 preceding siblings ...)
  2023-05-26 19:55 ` mhmdanas
@ 2023-05-26 19:55 ` mhmdanas
  2023-06-10 19:29 ` motorto
  2023-06-14 17:51 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-05-26 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages wayland-1.22.0
https://github.com/void-linux/void-packages/pull/43429

wayland: update to 1.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wayland-1.22.0-43429.patch --]
[-- Type: text/x-diff, Size: 1235 bytes --]

From 6af12528d932090ba3b0e64bd025505fae9423a4 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 13 Apr 2023 21:20:11 +0100
Subject: [PATCH] wayland: update to 1.22.0.

---
 srcpkgs/wayland/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template
index 697663da10f8..8382afd36974 100644
--- a/srcpkgs/wayland/template
+++ b/srcpkgs/wayland/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland'
 pkgname=wayland
-version=1.21.0
+version=1.22.0
 revision=1
 build_style=meson
 # "Tests must not be built with NDEBUG defined, they rely on assert()."
@@ -12,7 +12,13 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://wayland.freedesktop.org/"
 distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
-checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac
+checksum=1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dtests=true"
+else
+	configure_args+=" -Dtests=false"
+fi
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-devel"

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

* Re: wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (6 preceding siblings ...)
  2023-05-26 19:55 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-10 19:29 ` motorto
  2023-06-14 17:51 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-06-10 19:29 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/43429#issuecomment-1585784908

Comment:
Been using this version for a week now and everything looks fine here.

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

* Re: [PR PATCH] [Merged]: wayland: update to 1.22.0.
  2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
                   ` (7 preceding siblings ...)
  2023-06-10 19:29 ` motorto
@ 2023-06-14 17:51 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-14 17:51 UTC (permalink / raw)
  To: ml

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

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

wayland: update to 1.22.0.
https://github.com/void-linux/void-packages/pull/43429

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2023-06-14 17:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13 20:21 [PR PATCH] wayland: update to 1.22.0 mhmdanas
2023-04-13 20:24 ` [PR REVIEW] " mhmdanas
2023-04-13 21:48 ` paper42
2023-04-13 22:57 ` [PR PATCH] [Updated] " mhmdanas
2023-05-13  5:55 ` aadi58002
2023-05-26 18:34 ` soanvig
2023-05-26 19:55 ` mhmdanas
2023-05-26 19:55 ` [PR PATCH] [Updated] " mhmdanas
2023-06-10 19:29 ` motorto
2023-06-14 17:51 ` [PR PATCH] [Merged]: " Duncaen

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