Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk-layer-shell: update to 0.8.1.
@ 2023-05-14 20:36 marmeladema
  2023-05-14 20:41 ` marmeladema
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marmeladema @ 2023-05-14 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/marmeladema/void-packages gtk-layer-shell-0.8.1
https://github.com/void-linux/void-packages/pull/43871

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

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

<!--
#### 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, x86_64-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/43871.patch is attached

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

From 76be9d16c4cc8328db856c62a0bda5f216331dd6 Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Sun, 14 May 2023 22:32:07 +0200
Subject: [PATCH] gtk-layer-shell: update to 0.8.1.

---
 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..48f9c985620e 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.1
 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=c329fac878a1731cb23ad7365f2f2a35e4ab26e72b4e69458e06afd825baad48
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

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

* Re: gtk-layer-shell: update to 0.8.1.
  2023-05-14 20:36 [PR PATCH] gtk-layer-shell: update to 0.8.1 marmeladema
@ 2023-05-14 20:41 ` marmeladema
  2023-05-19  9:33 ` icp1994
  2023-06-23 19:46 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: marmeladema @ 2023-05-14 20:41 UTC (permalink / raw)
  To: ml

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

New comment by marmeladema on void-packages repository

https://github.com/void-linux/void-packages/pull/43871#issuecomment-1546997214

Comment:
Tests are failing because I think of `Native Windows taller than 65535 pixels are not supported`
However the package is working fine locally.
Tested with labwc

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

* Re: gtk-layer-shell: update to 0.8.1.
  2023-05-14 20:36 [PR PATCH] gtk-layer-shell: update to 0.8.1 marmeladema
  2023-05-14 20:41 ` marmeladema
@ 2023-05-19  9:33 ` icp1994
  2023-06-23 19:46 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-05-19  9:33 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43871#issuecomment-1554301454

Comment:
yeah, longstanding issue - see https://github.com/void-linux/void-packages/pull/38316

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

* Re: [PR PATCH] [Merged]: gtk-layer-shell: update to 0.8.1.
  2023-05-14 20:36 [PR PATCH] gtk-layer-shell: update to 0.8.1 marmeladema
  2023-05-14 20:41 ` marmeladema
  2023-05-19  9:33 ` icp1994
@ 2023-06-23 19:46 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-23 19:46 UTC (permalink / raw)
  To: ml

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

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

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

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

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

<!--
#### 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, x86_64-libc
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-23 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 20:36 [PR PATCH] gtk-layer-shell: update to 0.8.1 marmeladema
2023-05-14 20:41 ` marmeladema
2023-05-19  9:33 ` icp1994
2023-06-23 19:46 ` [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).