Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk4: update to 4.10.1.
@ 2023-03-18  0:09 Emru1
  2023-03-21 20:37 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Emru1 @ 2023-03-18  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages gtk4-4.10
https://github.com/void-linux/void-packages/pull/42828

gtk4: update to 4.10.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

Compiled and installed on amd64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk4-4.10-42828.patch --]
[-- Type: text/x-diff, Size: 1237 bytes --]

From 40cea5ec5710841f5abf588294d791341a325e09 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sat, 18 Mar 2023 00:33:12 +0100
Subject: [PATCH] gtk4: update to 4.10.1.

---
 srcpkgs/gtk4/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 7e08d3dd0ec0..e335743b248b 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.8.3
+version=4.10.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -30,9 +30,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
 #changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-8/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-10/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74
+checksum=e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

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

* Re: gtk4: update to 4.10.1.
  2023-03-18  0:09 [PR PATCH] gtk4: update to 4.10.1 Emru1
@ 2023-03-21 20:37 ` oreo639
  2023-03-21 20:39 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-03-21 20:37 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42828#issuecomment-1478548105

Comment:
Add `-Dbuild-testsuite=false` to the configure flags.

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

* Re: gtk4: update to 4.10.1.
  2023-03-18  0:09 [PR PATCH] gtk4: update to 4.10.1 Emru1
  2023-03-21 20:37 ` oreo639
@ 2023-03-21 20:39 ` oreo639
  2023-03-21 21:50 ` [PR PATCH] [Updated] " Emru1
  2023-03-22 17:00 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-03-21 20:39 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42828#issuecomment-1478548105

Comment:
Add `-Dbuild-testsuite=false` to the configure flags.

```
diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index e909d166bc..4f9804aa3f 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -4,7 +4,8 @@ version=4.10.1
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dman-pages=true -Dbuild-tests=false -Dgtk_doc=true
+configure_args="-Dman-pages=true -Dgtk_doc=true
+ -Dbuild-tests=false -Dbuild-testsuite=false
  -Dbroadway-backend=$(vopt_if broadway true false)
  -Dx11-backend=$(vopt_if x11 true false)
  -Dwayland-backend=$(vopt_if wayland true false)
```

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

* Re: [PR PATCH] [Updated] gtk4: update to 4.10.1.
  2023-03-18  0:09 [PR PATCH] gtk4: update to 4.10.1 Emru1
  2023-03-21 20:37 ` oreo639
  2023-03-21 20:39 ` oreo639
@ 2023-03-21 21:50 ` Emru1
  2023-03-22 17:00 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2023-03-21 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages gtk4-4.10
https://github.com/void-linux/void-packages/pull/42828

gtk4: update to 4.10.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

Compiled and installed on amd64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk4-4.10-42828.patch --]
[-- Type: text/x-diff, Size: 1550 bytes --]

From 5b90c39822e0af07f7b6c1fb61acedfb03f40bf9 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sat, 18 Mar 2023 00:33:12 +0100
Subject: [PATCH] gtk4: update to 4.10.1.

---
 srcpkgs/gtk4/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 7e08d3dd0ec0..6a50567f53a9 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,10 +1,11 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.8.3
+version=4.10.1
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dman-pages=true -Dbuild-tests=false -Dgtk_doc=true
+configure_args="-Dman-pages=true -Dgtk_doc=true
+ -Dbuild-tests=false -Dbuild-testsuite=false
  -Dbroadway-backend=$(vopt_if broadway true false)
  -Dx11-backend=$(vopt_if x11 true false)
  -Dwayland-backend=$(vopt_if wayland true false)
@@ -30,9 +31,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
 #changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-8/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-10/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74
+checksum=e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

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

* Re: [PR PATCH] [Merged]: gtk4: update to 4.10.1.
  2023-03-18  0:09 [PR PATCH] gtk4: update to 4.10.1 Emru1
                   ` (2 preceding siblings ...)
  2023-03-21 21:50 ` [PR PATCH] [Updated] " Emru1
@ 2023-03-22 17:00 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-22 17:00 UTC (permalink / raw)
  To: ml

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

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

gtk4: update to 4.10.1.
https://github.com/void-linux/void-packages/pull/42828

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

Compiled and installed on amd64-glibc

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

end of thread, other threads:[~2023-03-22 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-18  0:09 [PR PATCH] gtk4: update to 4.10.1 Emru1
2023-03-21 20:37 ` oreo639
2023-03-21 20:39 ` oreo639
2023-03-21 21:50 ` [PR PATCH] [Updated] " Emru1
2023-03-22 17:00 ` [PR PATCH] [Merged]: " paper42

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