pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/icewm
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jul 14 22:23:53 UTC 2025
Modified Files:
pkgsrc/wm/icewm: Makefile distinfo
Log Message:
icewm: update to 3.8.1
Release icewm-3.8.1 released 2025-07-14
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.8.0...3.8.1
Bert Gijsbers <gijsbers%science.uva.nl@localhost> (19):
Reduce the size of a DTheme from 88 bytes to 32 bytes.
Reduce the amount of memory needed for keybindings from the "keys" file.
Allow to reload the toolbar from the dialog.
Document that the OpenCommand is for the Start menu.
Make the BrowseMenu much faster and use less memory. Drop the DFile.
Focus the first item in a browse menu.
Simplify icewm actions.
Simplify handleSMAction where WMAction equals YAction.
Remove the IApp from DObject and DProgram to save some memory.
Permit dots in theme directory names.
Only use C strings in nextExt.
Only use C strings in endsWith and startsWith.
Document that a toolbar is a also a menu.
Restore previous code for calculating the amount of User Memory and closes
ice-wm/icewm#199.
Drop unused offset from mstring to save 8 bytes per mstring.
Drop the fCount field from mstring to save 8 bytes per mstring.
Always keep message dialogs above the WindowList.
Use the precise buffer length for a mstring of long.
Prevent 2 Clang warnings.
Kempelen <lion%cmsbazar.hu@localhost> (1):
Translated using Weblate (Hungarian)
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/wm/icewm/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/wm/icewm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/icewm/Makefile
diff -u pkgsrc/wm/icewm/Makefile:1.62 pkgsrc/wm/icewm/Makefile:1.63
--- pkgsrc/wm/icewm/Makefile:1.62 Wed Jul 2 18:28:03 2025
+++ pkgsrc/wm/icewm/Makefile Mon Jul 14 22:23:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2025/07/02 18:28:03 gutteridge Exp $
+# $NetBSD: Makefile,v 1.63 2025/07/14 22:23:53 gutteridge Exp $
-DISTNAME= icewm-3.8.0
+DISTNAME= icewm-3.8.1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=ice-wm/}
Index: pkgsrc/wm/icewm/distinfo
diff -u pkgsrc/wm/icewm/distinfo:1.53 pkgsrc/wm/icewm/distinfo:1.54
--- pkgsrc/wm/icewm/distinfo:1.53 Wed Jul 2 18:28:03 2025
+++ pkgsrc/wm/icewm/distinfo Mon Jul 14 22:23:53 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.53 2025/07/02 18:28:03 gutteridge Exp $
+$NetBSD: distinfo,v 1.54 2025/07/14 22:23:53 gutteridge Exp $
-BLAKE2s (icewm-3.8.0.tar.gz) = b4af8b80938b7804ddcc74e750547203a57eef2dbafffa63d2b8bbaf8b569121
-SHA512 (icewm-3.8.0.tar.gz) = 0f8032593d41897f1ebf589b51e9513035a0efdd2032f050b4c0a8f6e10d4e59e921bb5c4449cbfd1dd7dc12203193e4ac5052d9a9040e15d66d5ef41fe8da95
-Size (icewm-3.8.0.tar.gz) = 2644293 bytes
+BLAKE2s (icewm-3.8.1.tar.gz) = 93b1cbfa12ac8ec8b856744e0de18a692533eee060dae56d32e24c93a3e61114
+SHA512 (icewm-3.8.1.tar.gz) = ce0c5ba29ce04300470fc218cfe59e1d6f0eeb859bf40353cf4c94046c6b156d3ca26413b751c53d1ff4f57d296788c6aa027d01a842bc6a1a931bdd51a1cf8d
+Size (icewm-3.8.1.tar.gz) = 2641032 bytes
SHA1 (patch-lib_Makefile.am) = ddc8c6df02c34d66868a15e4dfaeb9a71a9debfb
SHA1 (patch-src_ylocale.cc) = f5c5bada634b48dd958e37eb32115ee1efefe52d
Home |
Main Index |
Thread Index |
Old Index