Skip to content

Commit

Permalink
update glibmm2.68 to 2.82.0
Browse files Browse the repository at this point in the history
2.82.0 (stable) 2024-08-27:

Gio:
* Add Gio::DBus::own_name(connection, .....)
  (Kjell Ahlstedt)
* Add DBus::Connection:register_object() with slots
  (Kjell Ahlstedt) Issue #42 (Alberto Mardegan)
* Add Converter::convert(const Glib::RefPtr<const Glib::Bytes>&)
  (Kjell Ahlstedt)

Documentation:
* Gio::DBus::InterfaceVTable, SubtreeVTable: Improve code snippets in docs
  (Kjell Ahlstedt)

Build:
* Meson build: Use Meson's pkgconfig module instead of using
  the *.pc.in templates
  (Chun-wei Fan) Merge request !65
* Meson build: Some fixes in the pkgconfig files
  Require meson >= 0.62
* Require glib >= 2.81.0
  (Kjell Ahlstedt)


2.80.1 (stable) 2024-08-27:

Gio:
* Fix memory leak in DBus::generate_guid()
  (Jan Burgmeier) Merge request !64

gmmproc:
* generate_wrap_in.pl.in: Ignore -Winconsistent-dllimport from clang
  (Kjell Ahlstedt) Issue #119 (Luca Bacci)
* Convert [[email protected]] in documentation
* h2def.py: Avoid syntax warnings from Python 3.12
  (Kjell Ahlstedt)
* DocsParser.pm: Don't link to developer-old.gnome.org
  (Kjell Ahlstedt) Issue #120 (Andre Klapper)
* Improve documentation of enum and enum class
  (Kjell Ahlstedt)

Build:
* Some fixes to avoid warnings from the clang compiler
  (Kjell Ahlstedt, Chun-wei Fan) Merge request !63
  • Loading branch information
prlw1 committed Jan 2, 2025
1 parent 773032b commit 5ca7656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/glibmm2.68/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2024/04/15 09:27:50 adam Exp $
# $NetBSD: Makefile,v 1.10 2025/01/02 15:04:23 prlw1 Exp $

DISTNAME= glibmm-2.80.0
DISTNAME= glibmm-2.82.0
PKGNAME= ${DISTNAME:S/glibmm/glibmm2.68/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
Expand Down Expand Up @@ -37,7 +37,7 @@ PLIST_VARS+= notmac
PLIST.notmac= yes
.endif

BUILDLINK_API_DEPENDS.glib2+= glib2>=2.80.0
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.81.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libsigc++3/buildlink3.mk"
.include "../../devel/meson/build.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/glibmm2.68/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2024/04/15 09:27:50 adam Exp $
$NetBSD: distinfo,v 1.8 2025/01/02 15:04:23 prlw1 Exp $

BLAKE2s (glibmm-2.80.0.tar.xz) = 85db16c3c8fe30864798be0f47f8517c7b45dcbadd8c09ebd833462dab8e99aa
SHA512 (glibmm-2.80.0.tar.xz) = 66adf63343fac3862fa0adcdaad7aa42b51ac1eef2ee8068e651824636d51eadd7fb2f70d912be9c06ac1b7d9b16c972f46a4e4da5e9225df274e2964308ae72
Size (glibmm-2.80.0.tar.xz) = 9496696 bytes
BLAKE2s (glibmm-2.82.0.tar.xz) = 49e9ea8f04d2c12bc76a706bb05c5d70155e53abea9233e8fd52654590936f3c
SHA512 (glibmm-2.82.0.tar.xz) = 9c9bdeac019cfc3300233929128cb8025b8c0b5e69584f9be3295e9c2670af9481a69e31feced513f73ceb9fed86df7a3b7ad66eb346c95e6658c6fcfead7343
Size (glibmm-2.82.0.tar.xz) = 9565240 bytes

0 comments on commit 5ca7656

Please sign in to comment.