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
* [PR PATCH] gtk-layer-shell: update to 0.7.0.
@ 2022-02-26 13:13 motorto
  0 siblings, 0 replies; 27+ messages in thread
From: motorto @ 2022-02-26 13:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gtk-layer-shel
https://github.com/void-linux/void-packages/pull/35863

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: briefly

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

#### Local build testing
- I built this PR locally for my native architecture x86_64-glibc



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

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

From 0e726e6dba604e4e597d61956d19dbf00e940f45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 13:12:48 +0000
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

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 ` [PR PATCH] [Closed]: " motorto
2023-06-24 20:54 ` 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

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