pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/atkmm



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul  6 12:07:51 UTC 2026

Modified Files:
        pkgsrc/devel/atkmm: Makefile distinfo

Log Message:
atkmm: updated to 2.28.5

2.28.5 (stable) 2026-05-26

Documentation:
* Don't link to removed parts of gnome.org
* Replace gtkmm.org by gtkmm.gnome.org
* Remove obsolete FSF (Free Software Foundation) address
* codegen/extradefs/generate_extra_defs_atk.cc: The license is
  GNU General Public License, version 2, as said in COPYING.tools.
  (Kjell Ahlstedt)
* README.win32.md: Mention Visual Studio 2026
* Visual Studio builds: Update build information
  (Chun-wei Fan) Merge request !11

Meson build:
* Require python3 >= 3.7. That's what Meson requires.
* Require meson >= 0.60.0.
* subprojects/atk.wrap points at at-spi2-core.
  GNOME/atk moved to GNOME/at-spi2-core long ago
* Use the Python installation that Meson uses.
  See merge request glibmm!67
  (Kjell Ahlstedt)
* Meson and NMake builds: Distinguish Visual Studio 2026 builds
  from Visual Studio 2022 builds
* NMake Makefiles: Consolidate items and improve flexibility
* NMake Makefiles: Make build process more robust
  (Chun-wei Fan) Merge request !11
* NMake Makefiles: Update .m4 installation
  (Chun-wei Fan) Merge request !13
* Don't require the 'dot' command to build the documentation
  (Kjell Ahlstedt)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/atkmm/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/atkmm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/atkmm/Makefile
diff -u pkgsrc/devel/atkmm/Makefile:1.38 pkgsrc/devel/atkmm/Makefile:1.39
--- pkgsrc/devel/atkmm/Makefile:1.38    Thu Oct 23 20:36:15 2025
+++ pkgsrc/devel/atkmm/Makefile Mon Jul  6 12:07:51 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/10/23 20:36:15 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2026/07/06 12:07:51 adam Exp $
 
-DISTNAME=      atkmm-2.28.4
-PKGREVISION=   3
+DISTNAME=      atkmm-2.28.5
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/atkmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -18,7 +17,7 @@ USE_LANGUAGES=                c c++11
 USE_TOOLS+=            perl pkg-config
 PKGCONFIG_OVERRIDE+=   atk/atkmm.pc.in
 
-MESON_REQD+=   0.55.0
+MESON_REQD+=   0.60.0
 
 BUILDLINK_API_DEPENDS.at-spi2-core+=   at-spi2-core>=2.54
 .include "../../devel/at-spi2-core/buildlink3.mk"

Index: pkgsrc/devel/atkmm/distinfo
diff -u pkgsrc/devel/atkmm/distinfo:1.13 pkgsrc/devel/atkmm/distinfo:1.14
--- pkgsrc/devel/atkmm/distinfo:1.13    Tue Jun  4 07:46:23 2024
+++ pkgsrc/devel/atkmm/distinfo Mon Jul  6 12:07:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/06/04 07:46:23 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/07/06 12:07:51 adam Exp $
 
-BLAKE2s (atkmm-2.28.4.tar.xz) = aa6f9d7d866ddff9bffee3101bfcd71c11fce0c9c88124dded95ee4d77cfceef
-SHA512 (atkmm-2.28.4.tar.xz) = 30a714971234aebf06a04abeff5fc3b6951b56130aaddbd1a92856b3fb87cf9ba3c34539465b7f0905f871d763239642efe7904b24f33f11e57bf013e4bca533
-Size (atkmm-2.28.4.tar.xz) = 739536 bytes
+BLAKE2s (atkmm-2.28.5.tar.xz) = 9dc6b4738b62424ffa9fc4a9fbbbcf366a031ed6eefc26daa0acd6088b0d16b6
+SHA512 (atkmm-2.28.5.tar.xz) = e9e54ce96ccc33ce8d54d1a0ddfdf57d4e132fecf03a5fa92f4fe3de94eedbc1bc075d7621f49a1b947267abd72952fa72e07434d99080f108d54f1f882a3aa3
+Size (atkmm-2.28.5.tar.xz) = 608724 bytes



Home | Main Index | Thread Index | Old Index