Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Bump gtk
@ 2020-12-08 13:48 ifreund
  2020-12-08 13:48 ` [PR REVIEW] " ifreund
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ifreund @ 2020-12-08 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages bump-gtk
https://github.com/void-linux/void-packages/pull/27032

Bump gtk


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

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

From 27387fba9bd69a5cbdc44390650558f65ac32709 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 8 Dec 2020 14:46:31 +0100
Subject: [PATCH 1/2] gtk+3: update to 3.24.24.

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

diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index fc2d6929141..9048c296980 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk+3'
 # Revbump gtk-layer-shell when updating, otherwise it presents a warning message
 pkgname=gtk+3
-version=3.24.23
+version=3.24.24
 revision=1
 wrksrc="gtk+-${version}"
 build_style=gnu-configure
@@ -28,7 +28,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
 distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
+checksum=cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a
 
 # Package build options
 build_options="broadway colord cups gir cloudproviders wayland x11"

From 5b446c87e547109ff776677c7a220e49ff057c9f Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 8 Dec 2020 14:46:46 +0100
Subject: [PATCH 2/2] gtk-layer-shell: revbump for gtk+3

Also enable building tests so that do_check() doesn't fail
---
 srcpkgs/gtk-layer-shell/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 00e959b8f00..17abd56632e 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,9 +1,10 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
 version=0.5.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
+configure_args="-Dtests=true"
 hostmakedepends="gobject-introspection pkg-config wayland-devel"
 makedepends="gtk+3-devel wayland-devel"
 short_desc="Library to create panels and other desktop components for Wayland"

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

* Re: [PR REVIEW] Bump gtk
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
@ 2020-12-08 13:48 ` ifreund
  2020-12-08 13:49 ` ifreund
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-12-08 13:48 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/27032#discussion_r538389464

Comment:
cc @travankor 

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

* Re: [PR REVIEW] Bump gtk
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
  2020-12-08 13:48 ` [PR REVIEW] " ifreund
@ 2020-12-08 13:49 ` ifreund
  2020-12-08 14:22 ` [PR REVIEW] gtk+3: update to 3.24.24 ahesford
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-12-08 13:49 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/27032#discussion_r538389464

Comment:
cc @travankor, `do_check()` was failing for me without this.

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

* Re: [PR REVIEW] gtk+3: update to 3.24.24.
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
  2020-12-08 13:48 ` [PR REVIEW] " ifreund
  2020-12-08 13:49 ` ifreund
@ 2020-12-08 14:22 ` ahesford
  2020-12-08 14:48 ` [PR PATCH] [Updated] " ifreund
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-12-08 14:22 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27032#discussion_r538426621

Comment:
```bash
if [ "$XBPS_CHECK_PKGS" ]; then
	configure_args+=" -Dtests=true"
fi
```
is probably a better bet, so we only enable tests when somebody is actually running them.

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

* Re: [PR PATCH] [Updated] gtk+3: update to 3.24.24.
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
                   ` (2 preceding siblings ...)
  2020-12-08 14:22 ` [PR REVIEW] gtk+3: update to 3.24.24 ahesford
@ 2020-12-08 14:48 ` ifreund
  2020-12-08 14:48 ` [PR REVIEW] " ifreund
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-12-08 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages bump-gtk
https://github.com/void-linux/void-packages/pull/27032

gtk+3: update to 3.24.24.


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

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

From 27387fba9bd69a5cbdc44390650558f65ac32709 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 8 Dec 2020 14:46:31 +0100
Subject: [PATCH 1/2] gtk+3: update to 3.24.24.

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

diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index fc2d6929141..9048c296980 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk+3'
 # Revbump gtk-layer-shell when updating, otherwise it presents a warning message
 pkgname=gtk+3
-version=3.24.23
+version=3.24.24
 revision=1
 wrksrc="gtk+-${version}"
 build_style=gnu-configure
@@ -28,7 +28,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
 distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
-checksum=5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
+checksum=cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a
 
 # Package build options
 build_options="broadway colord cups gir cloudproviders wayland x11"

From 62e46a517d085032e1109cf2171c92cc2b772ebe Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 8 Dec 2020 14:46:46 +0100
Subject: [PATCH 2/2] gtk-layer-shell: revbump for gtk+3

Also enable building tests if needed.
---
 srcpkgs/gtk-layer-shell/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 00e959b8f00..5d996d9cb15 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk-layer-shell'
 pkgname=gtk-layer-shell
 version=0.5.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="gobject-introspection pkg-config wayland-devel"
@@ -13,6 +13,10 @@ homepage="https://github.com/wmww/gtk-layer-shell"
 distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
 checksum=d77e42dff69e2cf1eee4489fb7db465d4e33be48e67ee0ca653238de0ab882ba
 
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dtests=true"
+fi
+
 post_install() {
 	vlicense LICENSE_MIT.txt
 }

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

* Re: [PR REVIEW] gtk+3: update to 3.24.24.
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
                   ` (3 preceding siblings ...)
  2020-12-08 14:48 ` [PR PATCH] [Updated] " ifreund
@ 2020-12-08 14:48 ` ifreund
  2020-12-12  6:01 ` ericonr
  2020-12-12  6:01 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-12-08 14:48 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/27032#discussion_r538454838

Comment:
Good call, pushed your suggestion

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

* Re: gtk+3: update to 3.24.24.
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
                   ` (4 preceding siblings ...)
  2020-12-08 14:48 ` [PR REVIEW] " ifreund
@ 2020-12-12  6:01 ` ericonr
  2020-12-12  6:01 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-12  6:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27032#issuecomment-743709834

Comment:
I've been running this for a while now, with no issues.

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

* Re: [PR PATCH] [Merged]: gtk+3: update to 3.24.24.
  2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
                   ` (5 preceding siblings ...)
  2020-12-12  6:01 ` ericonr
@ 2020-12-12  6:01 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-12  6:01 UTC (permalink / raw)
  To: ml

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

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

gtk+3: update to 3.24.24.
https://github.com/void-linux/void-packages/pull/27032

Description:


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

end of thread, other threads:[~2020-12-12  6:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 13:48 [PR PATCH] Bump gtk ifreund
2020-12-08 13:48 ` [PR REVIEW] " ifreund
2020-12-08 13:49 ` ifreund
2020-12-08 14:22 ` [PR REVIEW] gtk+3: update to 3.24.24 ahesford
2020-12-08 14:48 ` [PR PATCH] [Updated] " ifreund
2020-12-08 14:48 ` [PR REVIEW] " ifreund
2020-12-12  6:01 ` ericonr
2020-12-12  6:01 ` [PR PATCH] [Merged]: " ericonr

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