Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk-layer-shell: update to 0.7.0.
@ 2022-07-27 19:29 motorto
  2022-07-27 19:34 ` [PR PATCH] [Updated] " motorto
                   ` (24 more replies)
  0 siblings, 25 replies; 27+ messages in thread
From: motorto @ 2022-07-27 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

[ci-skip]

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, so adding the `make_check=ci-skip`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From a51bc063c639614aec50c3b8520d841a7be06fae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 15:21:34 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..79c649cb39b2 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
@ 2022-07-27 19:34 ` motorto
  2022-07-27 19:38 ` motorto
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-07-27 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, so adding the `make_check=ci-skip`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1178 bytes --]

From 4842c20c83221a02c62b617522f5297fcc584802 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 15:21:34 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..dfb1c123b457 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+make_check=ci-skip # Test 16 and 28 fail now
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
  2022-07-27 19:34 ` [PR PATCH] [Updated] " motorto
@ 2022-07-27 19:38 ` motorto
  2022-07-27 19:44 ` motorto
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-07-27 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, so adding the `make_check=ci-skip`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1187 bytes --]

From 620757fc5f298c023978c6677358251ecda04e5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..0025ac9a349b 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+make_check=ci-skip # Test 16 and 28 fail now
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
  2022-07-27 19:34 ` [PR PATCH] [Updated] " motorto
  2022-07-27 19:38 ` motorto
@ 2022-07-27 19:44 ` motorto
  2022-07-27 20:14 ` [DON'T MERGE] " icp1994
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-07-27 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, so adding the `make_check=ci-skip`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1178 bytes --]

From cced43da7e3b90049447fa9a2d3692226b079c13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..dfb1c123b457 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+make_check=ci-skip # Test 16 and 28 fail now
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [DON'T MERGE] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (2 preceding siblings ...)
  2022-07-27 19:44 ` motorto
@ 2022-07-27 20:14 ` icp1994
  2022-07-27 20:16 ` motorto
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: icp1994 @ 2022-07-27 20:14 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1197318784

Comment:
I remember trying to update this a few weeks ago and got stuck on the same tests. Those tests failed even when I rebuilt the current version locally. Do those tests pass for you in `0.6.0`?

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

* Re: [DON'T MERGE] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (3 preceding siblings ...)
  2022-07-27 20:14 ` [DON'T MERGE] " icp1994
@ 2022-07-27 20:16 ` motorto
  2022-09-15  9:06 ` [PR PATCH] [Updated] " motorto
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-07-27 20:16 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1197320546

Comment:
> I remember trying to update this a few weeks ago and got stuck on the same tests. Those tests failed even when I rebuilt the current version locally. Do those tests pass for you in `0.6.0`?

Can confirm it fails the same tests , we are actually discusing this on irc \#xbps

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (4 preceding siblings ...)
  2022-07-27 20:16 ` motorto
@ 2022-09-15  9:06 ` motorto
  2022-09-15  9:10 ` motorto
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-09-15  9:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

DON'T MERGE

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1173 bytes --]

From d1d9207cff507cec414196095f4cfc772726d434 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..71548eb32b28 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+make_check=no # Test 16 and 28 fail now
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (5 preceding siblings ...)
  2022-09-15  9:06 ` [PR PATCH] [Updated] " motorto
@ 2022-09-15  9:10 ` motorto
  2022-10-23 11:52 ` [PR PATCH] [Updated] " motorto
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-09-15  9:10 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1247815850

Comment:
Well, wen't ahead and reopen this PR for reviews, went ahead and rebuilded all packages that depend on this package (according to xrevshlib) and all build fine ! Doesn't seem fair to keep back this PR because some tests are failing inside our building chroot.

@paper42 does it look okay to you ?

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (6 preceding siblings ...)
  2022-09-15  9:10 ` motorto
@ 2022-10-23 11:52 ` motorto
  2022-10-23 11:56 ` motorto
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1175 bytes --]

From a609955af2b3465f479a3c182da6269dbae4b578 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..f6a6fb9d52c3 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+# make_check=no # Test 16 and 29 fail now
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (7 preceding siblings ...)
  2022-10-23 11:52 ` [PR PATCH] [Updated] " motorto
@ 2022-10-23 11:56 ` motorto
  2022-10-23 12:03 ` [PR PATCH] [Updated] " motorto
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 11:56 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1288095464

Comment:
Update: builded this package on a i686  chroot and all the tests passed ... Hum it seems that the problem only occur in x86_64

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (8 preceding siblings ...)
  2022-10-23 11:56 ` motorto
@ 2022-10-23 12:03 ` motorto
  2022-10-23 12:11 ` motorto
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1361 bytes --]

From fc437035db2b443fb56862febcb6240326399b71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..653359ee812a 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,16 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+# make_check=no # Test 16 and 29 fail now
+
+if [ "$XBPS_MACHINE" = "x86_64" ]
+then
+	make_check=no # Test 16/29 fails on our build system
+	# See upstream: https://github.com/wmww/gtk-layer-shell/issues/130
+fi
+
+
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (9 preceding siblings ...)
  2022-10-23 12:03 ` [PR PATCH] [Updated] " motorto
@ 2022-10-23 12:11 ` motorto
  2022-10-23 12:13 ` motorto
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From 0cfddb61f5cdab666acf40dbd6c740386c09da96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..6e6cf2e2b1e7 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,16 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+# make_check=no # Test 16 and 29 fail now
+
+if [ "$XBPS_MACHINE" = "x86_64" ] || [ "$XBPS_MACHINE" = "x86_64-musl" ]
+then
+	make_check=no # Test 16/29 fails on our build system
+	# See upstream: https://github.com/wmww/gtk-layer-shell/issues/130
+fi
+
+
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (10 preceding siblings ...)
  2022-10-23 12:11 ` motorto
@ 2022-10-23 12:13 ` motorto
  2022-10-23 12:14 ` motorto
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From 48cd95b748442876937b07120e52c81da0b9879b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

---
 srcpkgs/gtk-layer-shell/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..3c1c377e58cb 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,15 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+
+if [ "$XBPS_MACHINE" = "x86_64" ] || [ "$XBPS_MACHINE" = "x86_64-musl" ]
+then
+	make_check=no # Test 16/29 fails on our build system
+	# See upstream: https://github.com/wmww/gtk-layer-shell/issues/130
+fi
+
+
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (11 preceding siblings ...)
  2022-10-23 12:13 ` motorto
@ 2022-10-23 12:14 ` motorto
  2022-11-25 13:53 ` icp1994
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-10-23 12:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1349 bytes --]

From ff6480e6e6b2c77b65a7cc4442a2e83b59b063e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.7.0.

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

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..90f0d05c0122 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,13 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=ac6016f232c5b0551e5106a7652751cfc56b5a1895a723ff931fbc7019acfc47
+
+if [ "$XBPS_MACHINE" = "x86_64" ] || [ "$XBPS_MACHINE" = "x86_64-musl" ]
+then
+	make_check=no # Test 16/29 fails on our build system
+	# See upstream: https://github.com/wmww/gtk-layer-shell/issues/130
+fi
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (12 preceding siblings ...)
  2022-10-23 12:14 ` motorto
@ 2022-11-25 13:53 ` icp1994
  2022-11-27 19:19 ` motorto
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: icp1994 @ 2022-11-25 13:53 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1327502847

Comment:
Does bumping to 0.8.0 make it any better (or worse)?

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (13 preceding siblings ...)
  2022-11-25 13:53 ` icp1994
@ 2022-11-27 19:19 ` motorto
  2023-01-14 21:14 ` [PR PATCH] [Updated] " motorto
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-11-27 19:19 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1328320844

Comment:
> Does bumping to 0.8.0 make it any better (or worse)?

Unfortunately it doesn't, the problem seems to be on our side (only happens inside the chroot).

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (14 preceding siblings ...)
  2022-11-27 19:19 ` motorto
@ 2023-01-14 21:14 ` motorto
  2023-01-14 21:15 ` motorto
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-14 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From f5e3680004a537267b486b7c7c5ed2728f7e44fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.8.0.

---
 srcpkgs/gtk-layer-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..deafbfd1df10 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.8.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=e95a03766302fe330ec3c6ff3e8018642849003ccaf160fb6fd0c039c81fa54c
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (15 preceding siblings ...)
  2023-01-14 21:14 ` [PR PATCH] [Updated] " motorto
@ 2023-01-14 21:15 ` motorto
  2023-01-14 21:37 ` motorto
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-14 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

~DON'T MERGE~

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From e98888270d3be2bbd7a0c92474c9edd7160a3a64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.8.0.

---
 srcpkgs/gtk-layer-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..deafbfd1df10 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.8.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=e95a03766302fe330ec3c6ff3e8018642849003ccaf160fb6fd0c039c81fa54c
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (16 preceding siblings ...)
  2023-01-14 21:15 ` motorto
@ 2023-01-14 21:37 ` motorto
  2023-01-14 21:37 ` motorto
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-14 21:37 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1382925377

Comment:
Miraculously, passed the x86_64 test here on chroot, locally still fails ...  

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (17 preceding siblings ...)
  2023-01-14 21:37 ` motorto
@ 2023-01-14 21:37 ` motorto
  2023-01-15  9:03 ` motorto
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-14 21:37 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1382925377

Comment:
Miraculously, passed the x86_64 test here on github actions, locally still fails ...  

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (18 preceding siblings ...)
  2023-01-14 21:37 ` motorto
@ 2023-01-15  9:03 ` motorto
  2023-01-15 14:24 ` [PR PATCH] [Updated] " motorto
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-15  9:03 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1382925377

Comment:
Miraculously, passed the x86_64 test here on github actions, locally still fails ...  

```
SUMMARY                                            
pkg              host         target        cross  result
gtk-layer-shell  x86_64       x86_64        n      FAILED
gtk-layer-shell  x86_64-musl  x86_64-musl   n      FAILED
gtk-layer-shell  i686         i686          n      OK
gtk-layer-shell  x86_64-musl  aarch64-musl  y      OK
gtk-layer-shell  x86_64-musl  aarch64       y      OK
gtk-layer-shell  x86_64-musl  armv7l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv7l        y      OK
gtk-layer-shell  x86_64-musl  armv6l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv6l        y      OK
```

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

* Re: [PR PATCH] [Updated] gtk-layer-shell: update to 0.7.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (19 preceding siblings ...)
  2023-01-15  9:03 ` motorto
@ 2023-01-15 14:24 ` motorto
  2023-04-12 20:10 ` gtk-layer-shell: update to 0.8.0 icp1994
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-01-15 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shell-0.7
https://github.com/void-linux/void-packages/pull/38316

gtk-layer-shell: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

0.8 status

```
SUMMARY                                            
pkg              host         target        cross  result
gtk-layer-shell  x86_64       x86_64        n      FAILED
gtk-layer-shell  x86_64-musl  x86_64-musl   n      FAILED
gtk-layer-shell  i686         i686          n      OK
gtk-layer-shell  x86_64-musl  aarch64-musl  y      OK
gtk-layer-shell  x86_64-musl  aarch64       y      OK
gtk-layer-shell  x86_64-musl  armv7l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv7l        y      OK
gtk-layer-shell  x86_64-musl  armv6l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv6l        y      OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-0.7-38316.patch --]
[-- Type: text/x-diff, Size: 1214 bytes --]

From 3e117067880df2c9d436e561f63fb76fb6f60c5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 27 Jul 2022 20:38:02 +0100
Subject: [PATCH] gtk-layer-shell: update to 0.8.0.

---
 srcpkgs/gtk-layer-shell/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 4a5fc2b89b0d..c24f89717eae 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
-version=0.6.0
+version=0.8.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,7 +11,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
-checksum=9a0ba72cea90e092d6b10ba47e627cd873271d287d9af80a6f66ab131fb34cac
+checksum=e95a03766302fe330ec3c6ff3e8018642849003ccaf160fb6fd0c039c81fa54c
+make_check=no # see upstream: https://github.com/wmww/gtk-layer-shell/issues/130
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.8.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (20 preceding siblings ...)
  2023-01-15 14:24 ` [PR PATCH] [Updated] " motorto
@ 2023-04-12 20:10 ` icp1994
  2023-06-24 19:09 ` icp1994
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 27+ messages in thread
From: icp1994 @ 2023-04-12 20:10 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1505861871

Comment:
hopefully this will get merged with v0.8.1

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

* Re: gtk-layer-shell: update to 0.8.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (21 preceding siblings ...)
  2023-04-12 20:10 ` gtk-layer-shell: update to 0.8.0 icp1994
@ 2023-06-24 19:09 ` icp1994
  2023-06-24 20:54 ` motorto
  2023-06-24 20:54 ` [PR PATCH] [Closed]: " motorto
  24 siblings, 0 replies; 27+ messages in thread
From: icp1994 @ 2023-06-24 19:09 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1605690318

Comment:
@motorto this was merged in https://github.com/void-linux/void-packages/commit/9db486191ca953c2a5ac962786c0f01da60462d6

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

* Re: gtk-layer-shell: update to 0.8.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (22 preceding siblings ...)
  2023-06-24 19:09 ` icp1994
@ 2023-06-24 20:54 ` motorto
  2023-06-24 20:54 ` [PR PATCH] [Closed]: " motorto
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-06-24 20:54 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38316#issuecomment-1605726599

Comment:
Great ! Closing this

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

* Re: [PR PATCH] [Closed]: gtk-layer-shell: update to 0.8.0.
  2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
                   ` (23 preceding siblings ...)
  2023-06-24 20:54 ` motorto
@ 2023-06-24 20:54 ` motorto
  24 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2023-06-24 20:54 UTC (permalink / raw)
  To: ml

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

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

gtk-layer-shell: update to 0.8.0.
https://github.com/void-linux/void-packages/pull/38316

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

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

I did previously did a [pr](https://github.com/void-linux/void-packages/pull/35863) but close the branch. Now made the same changes and the tests fail, ~so adding the `make_check=ci-skip`~ (Shouldn't do this so trying to understand what went wrong here)

0.8 status

```
SUMMARY                                            
pkg              host         target        cross  result
gtk-layer-shell  x86_64       x86_64        n      FAILED
gtk-layer-shell  x86_64-musl  x86_64-musl   n      FAILED
gtk-layer-shell  i686         i686          n      OK
gtk-layer-shell  x86_64-musl  aarch64-musl  y      OK
gtk-layer-shell  x86_64-musl  aarch64       y      OK
gtk-layer-shell  x86_64-musl  armv7l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv7l        y      OK
gtk-layer-shell  x86_64-musl  armv6l-musl   y      OK
gtk-layer-shell  x86_64-musl  armv6l        y      OK
```

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

* Re: gtk-layer-shell: update to 0.7.0.
  2022-02-26 13:13 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
@ 2022-06-26  2:17 ` github-actions
  0 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-06-26  2:17 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35863#issuecomment-1166399907

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2023-06-24 20:54 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 19:29 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
2022-07-27 19:34 ` [PR PATCH] [Updated] " motorto
2022-07-27 19:38 ` motorto
2022-07-27 19:44 ` motorto
2022-07-27 20:14 ` [DON'T MERGE] " icp1994
2022-07-27 20:16 ` motorto
2022-09-15  9:06 ` [PR PATCH] [Updated] " motorto
2022-09-15  9:10 ` motorto
2022-10-23 11:52 ` [PR PATCH] [Updated] " motorto
2022-10-23 11:56 ` motorto
2022-10-23 12:03 ` [PR PATCH] [Updated] " motorto
2022-10-23 12:11 ` motorto
2022-10-23 12:13 ` motorto
2022-10-23 12:14 ` motorto
2022-11-25 13:53 ` icp1994
2022-11-27 19:19 ` motorto
2023-01-14 21:14 ` [PR PATCH] [Updated] " motorto
2023-01-14 21:15 ` motorto
2023-01-14 21:37 ` motorto
2023-01-14 21:37 ` motorto
2023-01-15  9:03 ` motorto
2023-01-15 14:24 ` [PR PATCH] [Updated] " motorto
2023-04-12 20:10 ` gtk-layer-shell: update to 0.8.0 icp1994
2023-06-24 19:09 ` icp1994
2023-06-24 20:54 ` motorto
2023-06-24 20:54 ` [PR PATCH] [Closed]: " motorto
  -- strict thread matches above, loose matches on Subject: below --
2022-02-26 13:13 [PR PATCH] gtk-layer-shell: update to 0.7.0 motorto
2022-06-26  2:17 ` github-actions

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