Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtkmm4: update to 4.12.0.
@ 2023-10-09 12:30 paper42
  2023-10-10 11:20 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2023-10-09 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gtkmm4
https://github.com/void-linux/void-packages/pull/46529

gtkmm4: update to 4.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

depends on #45570

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

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

From 5d80b9202400bb7b437266f367b556b1754c5f63 Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sat, 7 Oct 2023 15:04:58 +0200
Subject: [PATCH 1/2] gtk4: update to 4.12.3.

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

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index b40d51d432537..c1ff671fc8c59 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.10.4
+version=4.12.3
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,7 +15,7 @@ configure_args="-Dman-pages=true -Dgtk_doc=true -Dbuild-tests=false
  $(vopt_feature vulkan vulkan)
  $(vopt_feature tracker tracker)"
 hostmakedepends="gettext-devel glib-devel gi-docgen perl
- pkg-config sassc gettext libxslt docbook-xsl python3-docutils
+ pkg-config sassc gettext libxslt docbook-xsl python3-docutils shaderc
  $(vopt_if wayland 'wayland-devel wayland-protocols')"
 makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
  iso-codes graphene-devel gst-plugins-bad1-devel ffmpeg-devel
@@ -31,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-10/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-12/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24
+checksum=148ce262f6c86487455fb1d9793c3f58bc3e1da477a29617fadb0420f5870a89
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

From bcddd95f72779db5c4a1ece5f7a4fbc7f163f8af Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sun, 8 Oct 2023 16:59:51 +0200
Subject: [PATCH 2/2] gtkmm4: update to 4.12.0.

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

diff --git a/srcpkgs/gtkmm4/template b/srcpkgs/gtkmm4/template
index 093e1c2406300..ac62a68cd6ff8 100644
--- a/srcpkgs/gtkmm4/template
+++ b/srcpkgs/gtkmm4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtkmm4'
 pkgname=gtkmm4
-version=4.4.0
+version=4.12.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config mm-common glib-devel"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
 homepage="https://gtkmm.org"
 changelog="https://gitlab.gnome.org/GNOME/gtkmm/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gtkmm/${version%.*}/gtkmm-${version}.tar.xz"
-checksum=2eb464326096e6a40c82e9cd074164d8103fb5e07865679c0a649e4174700dda
+checksum=fbc3e7618123345c0148ef71abb6548d421f52bb224fbda34875b677dc032c92
 
 do_check() {
 	xvfb-run ninja -C build test

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

* Re: [PR PATCH] [Updated] gtkmm4: update to 4.12.0.
  2023-10-09 12:30 [PR PATCH] gtkmm4: update to 4.12.0 paper42
@ 2023-10-10 11:20 ` paper42
  2023-10-10 16:13 ` paper42
  2023-10-10 16:30 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-10-10 11:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gtkmm4
https://github.com/void-linux/void-packages/pull/46529

gtkmm4: update to 4.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

depends on #45570

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

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

From 2edf2aeab2ab835879587e23a59f8e8a4105dba3 Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sun, 8 Oct 2023 16:59:51 +0200
Subject: [PATCH] gtkmm4: update to 4.12.0.

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

diff --git a/srcpkgs/gtkmm4/template b/srcpkgs/gtkmm4/template
index 093e1c2406300..ac62a68cd6ff8 100644
--- a/srcpkgs/gtkmm4/template
+++ b/srcpkgs/gtkmm4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtkmm4'
 pkgname=gtkmm4
-version=4.4.0
+version=4.12.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config mm-common glib-devel"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
 homepage="https://gtkmm.org"
 changelog="https://gitlab.gnome.org/GNOME/gtkmm/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gtkmm/${version%.*}/gtkmm-${version}.tar.xz"
-checksum=2eb464326096e6a40c82e9cd074164d8103fb5e07865679c0a649e4174700dda
+checksum=fbc3e7618123345c0148ef71abb6548d421f52bb224fbda34875b677dc032c92
 
 do_check() {
 	xvfb-run ninja -C build test

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

* Re: [PR PATCH] [Updated] gtkmm4: update to 4.12.0.
  2023-10-09 12:30 [PR PATCH] gtkmm4: update to 4.12.0 paper42
  2023-10-10 11:20 ` [PR PATCH] [Updated] " paper42
@ 2023-10-10 16:13 ` paper42
  2023-10-10 16:30 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-10-10 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gtkmm4
https://github.com/void-linux/void-packages/pull/46529

gtkmm4: update to 4.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

depends on #45570

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

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

From c56b1a62fa541bc1e60cb13f0d355a9c050c2af2 Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sun, 8 Oct 2023 16:59:51 +0200
Subject: [PATCH] gtkmm4: update to 4.12.0.

---
 srcpkgs/gtkmm4/patches/setlocale-sigsegv.patch | 17 +++++++++++++++++
 srcpkgs/gtkmm4/template                        |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/gtkmm4/patches/setlocale-sigsegv.patch

diff --git a/srcpkgs/gtkmm4/patches/setlocale-sigsegv.patch b/srcpkgs/gtkmm4/patches/setlocale-sigsegv.patch
new file mode 100644
index 0000000000000..3e59ee62b8256
--- /dev/null
+++ b/srcpkgs/gtkmm4/patches/setlocale-sigsegv.patch
@@ -0,0 +1,17 @@
+passing std::setlocale output to std::locale segfaults,
+get the locale with std::locale("") instead.
+--
+diff --git a/untracked/gtk/gtkmm/application.cc b/untracked/gtk/gtkmm/application.cc
+index 0f8d7a0..22c1c8b 100644
+--- a/untracked/gtk/gtkmm/application.cc
++++ b/untracked/gtk/gtkmm/application.cc
+@@ -74,7 +74,8 @@ static void set_cxx_locale_to_c_locale()
+   try
+   {
+     // Make the C++ locale equal to the C locale.
+-    std::locale::global(std::locale(std::setlocale(LC_ALL, nullptr)));
++    // std::locale::global(std::locale(std::setlocale(LC_ALL, nullptr)));
++    std::locale::global(std::locale(""));
+   }
+   catch (const std::runtime_error& ex)
+   {
diff --git a/srcpkgs/gtkmm4/template b/srcpkgs/gtkmm4/template
index 093e1c2406300..ac62a68cd6ff8 100644
--- a/srcpkgs/gtkmm4/template
+++ b/srcpkgs/gtkmm4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtkmm4'
 pkgname=gtkmm4
-version=4.4.0
+version=4.12.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config mm-common glib-devel"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
 homepage="https://gtkmm.org"
 changelog="https://gitlab.gnome.org/GNOME/gtkmm/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gtkmm/${version%.*}/gtkmm-${version}.tar.xz"
-checksum=2eb464326096e6a40c82e9cd074164d8103fb5e07865679c0a649e4174700dda
+checksum=fbc3e7618123345c0148ef71abb6548d421f52bb224fbda34875b677dc032c92
 
 do_check() {
 	xvfb-run ninja -C build test

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

* Re: [PR PATCH] [Merged]: gtkmm4: update to 4.12.0.
  2023-10-09 12:30 [PR PATCH] gtkmm4: update to 4.12.0 paper42
  2023-10-10 11:20 ` [PR PATCH] [Updated] " paper42
  2023-10-10 16:13 ` paper42
@ 2023-10-10 16:30 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-10-10 16:30 UTC (permalink / raw)
  To: ml

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

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

gtkmm4: update to 4.12.0.
https://github.com/void-linux/void-packages/pull/46529

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

depends on #45570

<!--
#### 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:[~2023-10-10 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 12:30 [PR PATCH] gtkmm4: update to 4.12.0 paper42
2023-10-10 11:20 ` [PR PATCH] [Updated] " paper42
2023-10-10 16:13 ` paper42
2023-10-10 16:30 ` [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).