Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib,glibmm2.68: update to 2.78.0.
@ 2023-09-17  9:02 Johnnynator
  2023-09-23 19:08 ` [PR PATCH] [Updated] " Johnnynator
  2023-09-23 21:44 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: Johnnynator @ 2023-09-17  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages glib-2.78.0
https://github.com/void-linux/void-packages/pull/46097

glib,glibmm2.68: update to 2.78.0.
- libsigc++3: update to 3.4.0.
- glib: update to 2.78.0.
- glibmm2.68: update to 2.78.0.

<!-- 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/46097.patch is attached

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

From e0d4f2b472e6ded4d1a4808d5025a173b9593b14 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 17 Sep 2023 10:53:52 +0200
Subject: [PATCH 1/3] libsigc++3: update to 3.4.0.

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

diff --git a/srcpkgs/libsigc++3/template b/srcpkgs/libsigc++3/template
index 664b42fe8e1a1..4c0f466746ba5 100644
--- a/srcpkgs/libsigc++3/template
+++ b/srcpkgs/libsigc++3/template
@@ -1,6 +1,6 @@
 # Template file for 'libsigc++3'
 pkgname=libsigc++3
-version=3.0.7
+version=3.4.0
 revision=1
 build_style=meson
 configure_args="-Dmaintainer-mode=false -Dbuild-documentation=false
@@ -11,7 +11,7 @@ license="LGPL-3.0-only"
 homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
 changelog="https://github.com/libsigcplusplus/libsigcplusplus/blob/master/NEWS"
 distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz"
-checksum=bfbe91c0d094ea6bbc6cbd3909b7d98c6561eea8b6d9c0c25add906a6e83d733
+checksum=02e2630ffb5ce93cd52c38423521dfe7063328863a6e96d41d765a6116b8707e
 
 pre_configure() {
 	# build static library as well as shared

From 939ac2e2e5b91482dec12bc283c4d3976b708ea7 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 17 Sep 2023 10:53:41 +0200
Subject: [PATCH 2/3] glib: update to 2.78.0.

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

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 7362edaaceb0a..71c7c2100a072 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,6 +1,6 @@
 # Template file for 'glib'
 pkgname=glib
-version=2.76.1
+version=2.78.0
 revision=1
 build_style=meson
 # static version is necessary for qemu-user-static;
@@ -14,10 +14,10 @@ short_desc="GNU library of C routines"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GLib"
-#changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-76/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-78/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f
+checksum=44eaab8b720877ce303c5540b657b126f12dc94972d9880b52959f43fb537b30
 make_check_pre="dbus-run-session"
 
 build_options="gtk_doc"

From 0c4c4d72b4e66b689e4f13fa9d6ff756801e2be5 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 17 Sep 2023 10:53:45 +0200
Subject: [PATCH 3/3] glibmm2.68: update to 2.78.0.

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

diff --git a/srcpkgs/glibmm2.68/template b/srcpkgs/glibmm2.68/template
index d43e796e9954d..46935cd991732 100644
--- a/srcpkgs/glibmm2.68/template
+++ b/srcpkgs/glibmm2.68/template
@@ -1,6 +1,6 @@
 # Template file for 'glibmm2.68'
 pkgname=glibmm2.68
-version=2.76.0
+version=2.78.0
 revision=1
 build_style=meson
 configure_args="-Dbuild-examples=false"
@@ -13,7 +13,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.gtkmm.org"
 changelog="https://gitlab.gnome.org/GNOME/glibmm/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
-checksum=8637d80ceabd94fddd6e48970a082a264558d4ab82684e15ffc87e7ef3462ab2
+checksum=5d2e872564996f02a06d8bbac3677e7c394af8b00dd1526aebd47af842a3ef50
 
 glibmm2.68-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

end of thread, other threads:[~2023-09-23 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17  9:02 [PR PATCH] glib,glibmm2.68: update to 2.78.0 Johnnynator
2023-09-23 19:08 ` [PR PATCH] [Updated] " Johnnynator
2023-09-23 21:44 ` [PR PATCH] [Merged]: " Johnnynator

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