Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk4: update to 4.14.1.
@ 2024-03-19  8:08 oreo639
  2024-03-19  8:59 ` chrysos349
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oreo639 @ 2024-03-19  8:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gtk4
https://github.com/void-linux/void-packages/pull/49369

gtk4: update to 4.14.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, (ARCH-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/49369.patch is attached

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

From 2a4ef3ff5cfc2bae9ec2ec64abdf740802cb4d0b Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 19 Mar 2024 01:06:46 -0700
Subject: [PATCH] gtk4: update to 4.14.1.

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

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 3f2554ea3bc940..452ad63a9f4e6c 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.12.5
+version=4.14.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -30,10 +30,10 @@ short_desc="GIMP ToolKit (v4)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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-12/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
+# changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-14/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=28b356d590ee68ef626e2ef9820b2dd21441484a9a042a5a3f0c40e9dfc4f4f8
+checksum=fcefb3f132f8cc4711a9efa5b353c9ae9bb5eeff0246fa74dbc2f2f839b9e308
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

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

* Re: gtk4: update to 4.14.1.
  2024-03-19  8:08 [PR PATCH] gtk4: update to 4.14.1 oreo639
@ 2024-03-19  8:59 ` chrysos349
  2024-03-20  8:45 ` chrysos349
  2024-03-20 10:01 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2024-03-19  8:59 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49369#issuecomment-2006389428

Comment:
required for `loupe-46.0` (>=4.13.6) #48093

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

* Re: gtk4: update to 4.14.1.
  2024-03-19  8:08 [PR PATCH] gtk4: update to 4.14.1 oreo639
  2024-03-19  8:59 ` chrysos349
@ 2024-03-20  8:45 ` chrysos349
  2024-03-20 10:01 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2024-03-20  8:45 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49369#issuecomment-2006389428

Comment:
Required for
- `loupe-46.0` (gtk4>=4.13.6) #48093
- `gnome-terminal-3.52.0` (gtk4>=4.14.0)

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

* Re: [PR PATCH] [Merged]: gtk4: update to 4.14.1.
  2024-03-19  8:08 [PR PATCH] gtk4: update to 4.14.1 oreo639
  2024-03-19  8:59 ` chrysos349
  2024-03-20  8:45 ` chrysos349
@ 2024-03-20 10:01 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-20 10:01 UTC (permalink / raw)
  To: ml

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

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

gtk4: update to 4.14.1.
https://github.com/void-linux/void-packages/pull/49369

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, (ARCH-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:[~2024-03-20 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19  8:08 [PR PATCH] gtk4: update to 4.14.1 oreo639
2024-03-19  8:59 ` chrysos349
2024-03-20  8:45 ` chrysos349
2024-03-20 10:01 ` [PR PATCH] [Merged]: " oreo639

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