pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xfce4-mousepad



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Feb 11 01:24:03 UTC 2023

Modified Files:
        pkgsrc/editors/xfce4-mousepad: Makefile distinfo

Log Message:
xfce4-mousepad: update to 0.6.0

Change log:

0.6.0 (2023-02-09)
=====
- Dependency Changes:
  - GLib >= 2.56.2

- New Features:
  - Keep saved state in memory to track actual modification state

- Appearance Changes / Minor Improvements:
  - Add "match whole word" toggle to search toolbar (#180, !124)

- Code Refactoring:
  - cleanup: prefs: Reduce the diff from what Glade 3.40.0 would do
  - cleanup: Use G_DECLARE_FINAL_TYPE
  - cleanup: Remove dead code
  - cleanup: Use consistent naming and avoid duplicated code
  - build: Let xdt-depends.m4 macros set GLib macros
  - flatpak: Updates from Flathub

- Bug Fixes:
  - Clear undo action list in case of unbuffered modification
  - Set file properties only for actual changes
  - Emit "encoding-changed" after setting BOM if needed
  - Update action states on reload
  - Mark document as modified if line ending actually changes (Fixes #187)
  - Do not show the menubar on Alt key release if focus is lost (#185)
  - plugins: Do not resize unnecessarily the prefs dialog on Wayland
  - Initialize static variable only once
  - prefs-dialog: Improve history widget alignment (Fixes #173)

- Translation Updates:
  Czech, Dutch, German, Greek, Hungarian, Kazakh, Korean, Lithuanian,
  Occitan (post 1500), Persian (Iran), Polish, Portuguese (Brazil),
  Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/xfce4-mousepad/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/xfce4-mousepad/distinfo

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

Modified files:

Index: pkgsrc/editors/xfce4-mousepad/Makefile
diff -u pkgsrc/editors/xfce4-mousepad/Makefile:1.69 pkgsrc/editors/xfce4-mousepad/Makefile:1.70
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.69 Sun Jan 29 21:15:58 2023
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Sat Feb 11 01:24:03 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2023/01/29 21:15:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2023/02/11 01:24:03 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.5.10
+VERSION=       0.6.0
 DISTNAME=      mousepad-${VERSION}
 PKGNAME=       xfce4-mousepad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/xfce4-mousepad/distinfo
diff -u pkgsrc/editors/xfce4-mousepad/distinfo:1.18 pkgsrc/editors/xfce4-mousepad/distinfo:1.19
--- pkgsrc/editors/xfce4-mousepad/distinfo:1.18 Sun Jul 24 21:07:11 2022
+++ pkgsrc/editors/xfce4-mousepad/distinfo      Sat Feb 11 01:24:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/07/24 21:07:11 gutteridge Exp $
+$NetBSD: distinfo,v 1.19 2023/02/11 01:24:03 gutteridge Exp $
 
-BLAKE2s (mousepad-0.5.10.tar.bz2) = 96d8eb1a933efe306a8d7d3e3db826294e2b7bb0c5e7cac68c42c611a094b8dc
-SHA512 (mousepad-0.5.10.tar.bz2) = 144e72abce8e5fb66a345fb59efe48f136dd9cf9cdcd72496dcee05b08781bdbba036f4ab5af04dbccd38dc52a8e8dd67b5b7434867881a1114de692a012b076
-Size (mousepad-0.5.10.tar.bz2) = 959696 bytes
+BLAKE2s (mousepad-0.6.0.tar.bz2) = 0b9b648de7d536e40631ce88479e96a8315c29d4113c2845281c70dc4303e6e0
+SHA512 (mousepad-0.6.0.tar.bz2) = dad3488c973d767759a8b9752f83cc45d339064d34c19ee51f576af13f8db441f7234982c09e85f4032d553ee8df4f50ce8e0aa66c921a60ddb5c262a1c93702
+Size (mousepad-0.6.0.tar.bz2) = 969433 bytes



Home | Main Index | Thread Index | Old Index