pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-mcomix



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 21 12:36:12 UTC 2026

Modified Files:
        pkgsrc/graphics/py-mcomix: Makefile distinfo

Log Message:
py-mcomix: update to 3.2.0.

### Bug fixes

- Adapt keybinding handling to changed API of Gtk.accelerator_parse
  in newer versions of Gtk. This fixes broken keybindings.
- The pytest package needed for running MComix' unit tests is now
  installed when installing the `dev` dependency group.

### Features

- MComix now respects the XDG Thumbnail Directory specification (again),
  and will store thumbnails relative to XDG_CACHE_HOME instead of
  relative to the home directory on UNIX systems. Nothing changes
  on Windows. Note: Existing thumbnails in the former cache directory
  ($HOME/.thumbnails) are not moved automatically by this update.
- Added new sort order option (GLib order) that uses GTK collate keys
  when computing file order.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/py-mcomix/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-mcomix/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-mcomix/Makefile
diff -u pkgsrc/graphics/py-mcomix/Makefile:1.37 pkgsrc/graphics/py-mcomix/Makefile:1.38
--- pkgsrc/graphics/py-mcomix/Makefile:1.37     Sun Jun 28 15:41:24 2026
+++ pkgsrc/graphics/py-mcomix/Makefile  Fri Aug 21 12:36:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/06/28 15:41:24 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/08/21 12:36:12 wiz Exp $
 
-DISTNAME=      mcomix-3.1.1
+DISTNAME=      mcomix-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcomix/}

Index: pkgsrc/graphics/py-mcomix/distinfo
diff -u pkgsrc/graphics/py-mcomix/distinfo:1.10 pkgsrc/graphics/py-mcomix/distinfo:1.11
--- pkgsrc/graphics/py-mcomix/distinfo:1.10     Sun May 10 18:46:12 2026
+++ pkgsrc/graphics/py-mcomix/distinfo  Fri Aug 21 12:36:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/05/10 18:46:12 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/08/21 12:36:12 wiz Exp $
 
-BLAKE2s (mcomix-3.1.1.tar.gz) = 9f15973053d6e0116b8c0343e29b830ef2a7b59ba5904dfc13aa7e4b9c47f283
-SHA512 (mcomix-3.1.1.tar.gz) = 8298776a82120e63d0c02312c8878d0ac0adac11ddef101b5bc0f9d5db6e47364408edbbc5fa6342ccb3c0fe79ccb6827138aabf7a121d3423e3d3e79be674c6
-Size (mcomix-3.1.1.tar.gz) = 669463 bytes
+BLAKE2s (mcomix-3.2.0.tar.gz) = e9e3e8feeb5f3b8771338cfa57fad5c781e31a66c6b50b971329982332ea6b4d
+SHA512 (mcomix-3.2.0.tar.gz) = ac426f7d25e2dbd2f0be7f6c010686915478a5fda6fe22a798b05d472d9becfe6197f1ee6488e26f5184ec3585cf917ba2420dc0cb8a10f855a55252ea0560e1
+Size (mcomix-3.2.0.tar.gz) = 671058 bytes



Home | Main Index | Thread Index | Old Index