Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-builder: update to 46.0.
@ 2024-03-21  9:46 fanyx
  2024-03-23  0:54 ` [PR REVIEW] " oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fanyx @ 2024-03-21  9:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages gnome-builder
https://github.com/void-linux/void-packages/pull/49412

gnome-builder: update to 46.0.
#### Testing the changes
- I tested the changes in this PR:  **briefly**

Launching failed on my system, libadwaita mismatch due to current/ongoing gnome45 update missing
will update once i tested successfully

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- 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/49412.patch is attached

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

From b502922264c771bbf3687c884b0119a211b87332 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 20 Mar 2024 12:20:14 +0300
Subject: [PATCH 1/3] vte3: update to 0.76.0

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

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 26d47a8154c96a..2756c713016728 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,6 +1,6 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.74.2
+version=0.76.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,13 +8,14 @@ configure_args="-Db_ndebug=false -Db_lto=false -D_systemd=false
  $(vopt_bool gir gir) $(vopt_bool gir vapi) -Dgtk4=true"
 hostmakedepends="glib-devel gperf gettext pkg-config
  $(vopt_if gir vala)"
-makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel $(vopt_if gir vala-devel)"
+makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel liblz4-devel
+ $(vopt_if gir vala-devel)"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7
+checksum=bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="

From 5a989e99df5aeb1050745a4a5db27bd5211100cc Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 10:26:32 +0100
Subject: [PATCH 2/3] libpanel: update to 1.6.0.

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

diff --git a/srcpkgs/libpanel/template b/srcpkgs/libpanel/template
index 25b611cd969fd3..44d97c0722ce52 100644
--- a/srcpkgs/libpanel/template
+++ b/srcpkgs/libpanel/template
@@ -1,6 +1,6 @@
 # Template file for 'libpanel'
 pkgname=libpanel
-version=1.4.1
+version=1.6.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libpanel"
 changelog="https://gitlab.gnome.org/GNOME/libpanel/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/libpanel/${version%.*}/libpanel-${version}.tar.xz"
-checksum=98410d00e734857ecdf33b9a20dd7b0fb38d8b6d31d4369bafc1c67392abb9de
+checksum=b773494a3c69300345cd8e27027448d1189183026cc137802f886417c6ea30b6
 
 pre_build() {
 	# help gi-docgen find gi files on cross

From 6055e18ec8d62d1df2a054326ebf55977b8a9df4 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 10:31:28 +0100
Subject: [PATCH 3/3] gnome-builder: update to 46.0.

---
 .../patches/fix-gtk4-4.12.5.patch             | 28 -------------------
 .../patches/include-locale_h.patch            | 12 --------
 srcpkgs/gnome-builder/template                |  6 ++--
 3 files changed, 3 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
 delete mode 100644 srcpkgs/gnome-builder/patches/include-locale_h.patch

diff --git a/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch b/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
deleted file mode 100644
index 40d7114ffc428e..00000000000000
--- a/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-See: https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/2160
-
-From 7aaaecefc2ea8a37eaeae8b4d726d119d4eb8fa3 Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert@redhat.com>
-Date: Mon, 15 Jan 2024 11:54:38 -0800
-Subject: [PATCH] libide/tweaks: remove autoptr cleanup
-
-This is not needed now with recent GTK changes merged this morning.
----
- src/libide/tweaks/ide-tweaks-window.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/libide/tweaks/ide-tweaks-window.c b/src/libide/tweaks/ide-tweaks-window.c
-index f2553a396e..dcb55bb351 100644
---- a/src/libide/tweaks/ide-tweaks-window.c
-+++ b/src/libide/tweaks/ide-tweaks-window.c
-@@ -32,8 +32,6 @@
- #include "ide-tweaks-panel-list-private.h"
- #include "ide-tweaks-window.h"
- 
--G_DEFINE_AUTOPTR_CLEANUP_FUNC (GtkStackPage, g_object_unref)
--
- struct _IdeTweaksWindow
- {
-   AdwWindow               parent_instance;
--- 
-GitLab
-
diff --git a/srcpkgs/gnome-builder/patches/include-locale_h.patch b/srcpkgs/gnome-builder/patches/include-locale_h.patch
deleted file mode 100644
index 114c039ebd81aa..00000000000000
--- a/srcpkgs/gnome-builder/patches/include-locale_h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/main.c	2019-07-16 01:20:44.000000000 +0200
-+++ b/src/main.c	2019-08-03 19:01:32.885299932 +0200
-@@ -22,6 +22,9 @@
- 
- #include "config.h"
- 
-+#if !defined(__GLIBC__)
-+#include <locale.h>
-+#endif
- #include <girepository.h>
- #include <glib/gi18n.h>
- #include <libide-core.h>
diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index bb54ba632f495c..eee8d4b01a7b3c 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 build_helper=qemu
@@ -21,7 +21,7 @@ short_desc="IDE for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Builder"
-changelog="https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/gnome-builder-44/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/gnome-builder/${version%.*}/gnome-builder-${version}.tar.xz"
-checksum=242da02593293d456ea24108a45934730a1e316d8dc5b18d9df0e864db7ba596
+checksum=1a8e3937265552a2900fb83aa4079abcb1fda0aec15b6e79033b608f41ac3697
 make_check_pre="xvfb-run"

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

* Re: [PR REVIEW] gnome-builder: update to 46.0.
  2024-03-21  9:46 [PR PATCH] gnome-builder: update to 46.0 fanyx
@ 2024-03-23  0:54 ` oreo639
  2024-03-23  7:57 ` [PR PATCH] [Updated] " fanyx
  2024-03-23 23:07 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-23  0:54 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49412#discussion_r1536473566

Comment:
This should be `https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/gnome-builder-46/NEWS`

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

* Re: [PR PATCH] [Updated] gnome-builder: update to 46.0.
  2024-03-21  9:46 [PR PATCH] gnome-builder: update to 46.0 fanyx
  2024-03-23  0:54 ` [PR REVIEW] " oreo639
@ 2024-03-23  7:57 ` fanyx
  2024-03-23 23:07 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: fanyx @ 2024-03-23  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages gnome-builder
https://github.com/void-linux/void-packages/pull/49412

gnome-builder: update to 46.0.
#### Testing the changes
- I tested the changes in this PR:  **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From cb285c3c00c9e453305719aa0c8b67470db99d53 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 10:26:32 +0100
Subject: [PATCH 1/2] libpanel: update to 1.6.0.

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

diff --git a/srcpkgs/libpanel/template b/srcpkgs/libpanel/template
index 25b611cd969fd3..44d97c0722ce52 100644
--- a/srcpkgs/libpanel/template
+++ b/srcpkgs/libpanel/template
@@ -1,6 +1,6 @@
 # Template file for 'libpanel'
 pkgname=libpanel
-version=1.4.1
+version=1.6.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libpanel"
 changelog="https://gitlab.gnome.org/GNOME/libpanel/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/libpanel/${version%.*}/libpanel-${version}.tar.xz"
-checksum=98410d00e734857ecdf33b9a20dd7b0fb38d8b6d31d4369bafc1c67392abb9de
+checksum=b773494a3c69300345cd8e27027448d1189183026cc137802f886417c6ea30b6
 
 pre_build() {
 	# help gi-docgen find gi files on cross

From 7e577bec07bb0ca7dd007bfd50631058ba0d98f3 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 10:31:28 +0100
Subject: [PATCH 2/2] gnome-builder: update to 46.0.

---
 .../patches/fix-gtk4-4.12.5.patch             | 28 -------------------
 .../patches/include-locale_h.patch            | 12 --------
 srcpkgs/gnome-builder/template                |  7 +++--
 3 files changed, 4 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
 delete mode 100644 srcpkgs/gnome-builder/patches/include-locale_h.patch

diff --git a/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch b/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
deleted file mode 100644
index 40d7114ffc428e..00000000000000
--- a/srcpkgs/gnome-builder/patches/fix-gtk4-4.12.5.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-See: https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/2160
-
-From 7aaaecefc2ea8a37eaeae8b4d726d119d4eb8fa3 Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert@redhat.com>
-Date: Mon, 15 Jan 2024 11:54:38 -0800
-Subject: [PATCH] libide/tweaks: remove autoptr cleanup
-
-This is not needed now with recent GTK changes merged this morning.
----
- src/libide/tweaks/ide-tweaks-window.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/libide/tweaks/ide-tweaks-window.c b/src/libide/tweaks/ide-tweaks-window.c
-index f2553a396e..dcb55bb351 100644
---- a/src/libide/tweaks/ide-tweaks-window.c
-+++ b/src/libide/tweaks/ide-tweaks-window.c
-@@ -32,8 +32,6 @@
- #include "ide-tweaks-panel-list-private.h"
- #include "ide-tweaks-window.h"
- 
--G_DEFINE_AUTOPTR_CLEANUP_FUNC (GtkStackPage, g_object_unref)
--
- struct _IdeTweaksWindow
- {
-   AdwWindow               parent_instance;
--- 
-GitLab
-
diff --git a/srcpkgs/gnome-builder/patches/include-locale_h.patch b/srcpkgs/gnome-builder/patches/include-locale_h.patch
deleted file mode 100644
index 114c039ebd81aa..00000000000000
--- a/srcpkgs/gnome-builder/patches/include-locale_h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/main.c	2019-07-16 01:20:44.000000000 +0200
-+++ b/src/main.c	2019-08-03 19:01:32.885299932 +0200
-@@ -22,6 +22,9 @@
- 
- #include "config.h"
- 
-+#if !defined(__GLIBC__)
-+#include <locale.h>
-+#endif
- #include <girepository.h>
- #include <glib/gi18n.h>
- #include <libide-core.h>
diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index bb54ba632f495c..e63e5dcb2bf2fd 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 build_helper=qemu
@@ -21,7 +21,8 @@ short_desc="IDE for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Builder"
-changelog="https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/gnome-builder-44/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/main/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnome-builder/-/raw/gnome-builder-46/NEWS"
 distfiles="${GNOME_SITE}/gnome-builder/${version%.*}/gnome-builder-${version}.tar.xz"
-checksum=242da02593293d456ea24108a45934730a1e316d8dc5b18d9df0e864db7ba596
+checksum=1a8e3937265552a2900fb83aa4079abcb1fda0aec15b6e79033b608f41ac3697
 make_check_pre="xvfb-run"

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

* Re: [PR PATCH] [Merged]: gnome-builder: update to 46.0.
  2024-03-21  9:46 [PR PATCH] gnome-builder: update to 46.0 fanyx
  2024-03-23  0:54 ` [PR REVIEW] " oreo639
  2024-03-23  7:57 ` [PR PATCH] [Updated] " fanyx
@ 2024-03-23 23:07 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-23 23:07 UTC (permalink / raw)
  To: ml

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

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

gnome-builder: update to 46.0.
https://github.com/void-linux/void-packages/pull/49412

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2024-03-23 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21  9:46 [PR PATCH] gnome-builder: update to 46.0 fanyx
2024-03-23  0:54 ` [PR REVIEW] " oreo639
2024-03-23  7:57 ` [PR PATCH] [Updated] " fanyx
2024-03-23 23:07 ` [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).