Github messages for voidlinux
 help / color / mirror / Atom feed
From: fanyx <fanyx@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gnome-builder: update to 46.0.
Date: Sat, 23 Mar 2024 08:57:35 +0100	[thread overview]
Message-ID: <20240323075735.2B46A21BE5@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49412@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2024-03-23  7:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21  9:46 [PR PATCH] " fanyx
2024-03-23  0:54 ` [PR REVIEW] " oreo639
2024-03-23  7:57 ` fanyx [this message]
2024-03-23 23:07 ` [PR PATCH] [Merged]: " oreo639

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240323075735.2B46A21BE5@inbox.vuxu.org \
    --to=fanyx@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).