Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glibmm2.68: update to 2.76.0.
@ 2023-04-03  6:46 baalajimaestro
  2023-04-11 22:42 ` [PR REVIEW] " mhmdanas
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: baalajimaestro @ 2023-04-03  6:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baalajimaestro/void-packages update/glibmm2.68/2.76.0
https://github.com/void-linux/void-packages/pull/43231

glibmm2.68: update to 2.76.0.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/glibmm2.68/2.76.0-43231.patch --]
[-- Type: text/x-diff, Size: 1151 bytes --]

From b3222e8ffb9241709b1aba9f73c9f92145d22364 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 3 Apr 2023 12:12:51 +0530
Subject: [PATCH] glibmm2.68: update to 2.76.0.

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 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 f6588d954663..1eb983c85f64 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.68.1
+version=2.76.0
 revision=1
 build_style=meson
 hostmakedepends="glib-devel perl pkg-config"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtkmm.org"
 distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-${version}.tar.xz"
-checksum=6664e27c9a9cca81c29e35687f49f2e0d173a2fc9e98c3428311f707db532f8c
+checksum=8637d80ceabd94fddd6e48970a082a264558d4ab82684e15ffc87e7ef3462ab2
 
 glibmm2.68-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
@ 2023-04-11 22:42 ` mhmdanas
  2023-04-14 22:50 ` mhmdanas
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-04-11 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43231#discussion_r1163399148

Comment:
```suggestion
homepage="https://www.gtkmm.org"
changelog="https://gitlab.gnome.org/GNOME/glibmm/-/raw/master/NEWS"
```

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

* Re: [PR REVIEW] glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
  2023-04-11 22:42 ` [PR REVIEW] " mhmdanas
@ 2023-04-14 22:50 ` mhmdanas
  2023-04-21  2:33 ` [PR PATCH] [Updated] " baalajimaestro
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-04-14 22:50 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43231#discussion_r1167320570

Comment:
```suggestion
build_style=meson
configure_args="-Dbuild-examples=false"
```

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

* Re: [PR PATCH] [Updated] glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
  2023-04-11 22:42 ` [PR REVIEW] " mhmdanas
  2023-04-14 22:50 ` mhmdanas
@ 2023-04-21  2:33 ` baalajimaestro
  2023-04-24 10:13 ` baalajimaestro
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: baalajimaestro @ 2023-04-21  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baalajimaestro/void-packages update/glibmm2.68/2.76.0
https://github.com/void-linux/void-packages/pull/43231

glibmm2.68: update to 2.76.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x64

Note: Tested only telegram-desktop, unsure which applications depend on glibmm2.68

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/glibmm2.68/2.76.0-43231.patch --]
[-- Type: text/x-diff, Size: 1752 bytes --]

From bdf10607cf18d7369240f02eab0a83e98c7fc4a3 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 3 Apr 2023 12:12:51 +0530
Subject: [PATCH] glibmm2.68: update to 2.76.0.

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/glibmm2.68/template | 6 ++++--
 srcpkgs/glibmm2.68/update   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glibmm2.68/template b/srcpkgs/glibmm2.68/template
index f6588d954663..d43e796e9954 100644
--- a/srcpkgs/glibmm2.68/template
+++ b/srcpkgs/glibmm2.68/template
@@ -1,8 +1,9 @@
 # Template file for 'glibmm2.68'
 pkgname=glibmm2.68
-version=2.68.1
+version=2.76.0
 revision=1
 build_style=meson
+configure_args="-Dbuild-examples=false"
 hostmakedepends="glib-devel perl pkg-config"
 makedepends="libglib-devel libsigc++3-devel"
 checkdepends="glib-networking"
@@ -10,8 +11,9 @@ short_desc="C++ bindings for GLib"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=6664e27c9a9cca81c29e35687f49f2e0d173a2fc9e98c3428311f707db532f8c
+checksum=8637d80ceabd94fddd6e48970a082a264558d4ab82684e15ffc87e7ef3462ab2
 
 glibmm2.68-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/glibmm2.68/update b/srcpkgs/glibmm2.68/update
index c2768fb0e70f..8173c5f3bac9 100644
--- a/srcpkgs/glibmm2.68/update
+++ b/srcpkgs/glibmm2.68/update
@@ -1,3 +1,3 @@
 pkgname=glibmm
 site=https://gitlab.gnome.org/GNOME/glibmm/-/tags
-pattern="$pkgname-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"
+ignore="*.*[13579].*"

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

* Re: glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
                   ` (2 preceding siblings ...)
  2023-04-21  2:33 ` [PR PATCH] [Updated] " baalajimaestro
@ 2023-04-24 10:13 ` baalajimaestro
  2023-05-07 13:49 ` Johnnynator
  2023-05-07 13:49 ` [PR PATCH] [Closed]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: baalajimaestro @ 2023-04-24 10:13 UTC (permalink / raw)
  To: ml

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

New comment by baalajimaestro on void-packages repository

https://github.com/void-linux/void-packages/pull/43231#issuecomment-1519844860

Comment:
@paper42 

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

* Re: glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
                   ` (3 preceding siblings ...)
  2023-04-24 10:13 ` baalajimaestro
@ 2023-05-07 13:49 ` Johnnynator
  2023-05-07 13:49 ` [PR PATCH] [Closed]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2023-05-07 13:49 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/43231#issuecomment-1537446888

Comment:
495db89f66ce823930983e3666d8f69a7ea742d2

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

* Re: [PR PATCH] [Closed]: glibmm2.68: update to 2.76.0.
  2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
                   ` (4 preceding siblings ...)
  2023-05-07 13:49 ` Johnnynator
@ 2023-05-07 13:49 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2023-05-07 13:49 UTC (permalink / raw)
  To: ml

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

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

glibmm2.68: update to 2.76.0.
https://github.com/void-linux/void-packages/pull/43231

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

#### Local build testing
- I built this PR locally for my native architecture, glibc, x64

Note: Tested only telegram-desktop, unsure which applications depend on glibmm2.68

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

end of thread, other threads:[~2023-05-07 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03  6:46 [PR PATCH] glibmm2.68: update to 2.76.0 baalajimaestro
2023-04-11 22:42 ` [PR REVIEW] " mhmdanas
2023-04-14 22:50 ` mhmdanas
2023-04-21  2:33 ` [PR PATCH] [Updated] " baalajimaestro
2023-04-24 10:13 ` baalajimaestro
2023-05-07 13:49 ` Johnnynator
2023-05-07 13:49 ` [PR PATCH] [Closed]: " 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).