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: Wed Jul 2 18:28:03 UTC 2025
Modified Files:
pkgsrc/wm/icewm: Makefile PLIST distinfo
Log Message:
icewm: update to 3.8.0
Release icewm-3.8.0 released 2025-06-22
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.5...3.8.0
Bert Gijsbers <gijsbers%science.uva.nl@localhost> (22):
Include sr in LINGUAS.
Optimize the CPU graph when taskbarbg.xpm is a gradient and
ColorCPUStatusIdle is the empty string.
Optimization of the CPU graph.
Avoid work for translators for now.
Optimize the MEM graph to reduce the background load of icewm.
Optimize renderToPixmap for the imlib2 layer.
Convert a hotkey to uppercase with respect for the current locale.
YMenuItem doesn't need to be virtual.
Convert HotChars in a menu to uppercase with respect for the current
locale.
Convert button hotkeys to uppercase with respect for the current locale.
Use the taskbar parameters consistently.
Add Help actions.
Plus the launhHelp declaration.
Convert case in mstrings with respect to the current locale.
Clear array in ObjectMenu discard.
Add discard declaration to the ObjectMenu.
Drop the obsolete toUpper from ASCII.
Optimize the Themes menu. First popup the Themes menu and only then look
for theme alternatives. Provide a theme button preview to the themes
Menu. Extend the Help menu.
Silence clang warnings on OpenBSD.
Prefer a non-deterministic random number generator.
Remove surplus right-square-bracket.
Prefer gtar to install themes on OpenSolaris/OpenIndiana.
Jure Repinc <jlp%holodeck1.com@localhost> (3):
Translated using Weblate (Slovenian)
Translated using Weblate (Slovenian)
Translated using Weblate (Slovenian)
Саша Петровић <salepetronije%gmail.com@localhost> (3):
Translated using Weblate (Serbian)
Translated using Weblate (Serbian)
Translated using Weblate (Serbian)
Eduard Bloch <blade%debian.org@localhost> (1):
Mention --postpreferences in usage info
Release icewm-3.7.5 released 2025-05-25
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.4...3.7.5
Bert Gijsbers <gijsbers%science.uva.nl@localhost> (15):
Silence Clang about VLAs.
Add support for svgz to icewmbg.
Rename findWindow(int) to findByFlags.
Plug a few leaks in icewm-menu-fdo.
Fix comparing language codes for issue #800. Support three-letter language
codes.
Document the new -l,--lang option for icewm-menu-fdo.
Revert "Plug a few leaks in icewm-menu-fdo." and closes #801. This reverts
commit a0c98f2f95ba8a363830165b1a593f1108636217.
Allow setGeometry for windows without a WM_NORMAL_HINTS property in icesh.
Ignore key repeats in the runonce command for keys for issue
ice-wm/icewm#175. Document the runonce command for keys.
Silence compiler on unknown pragmas.
Drop the "--debug-z" option. For each over workspaces. For frames the
lower and raise should be empty.
Add unionRect for a YRect parameter.
Prefer activateWindow over setFocus for the WindowList.
When toggling the WindowList, raise the WindowList if it is overlapped.
Prepare 3.7.5 release
David Medina <medipas%gmail.com@localhost> (1):
Translated using Weblate (Catalan)
Feike Donia <feikedonia%proton.me@localhost> (1):
Translated using Weblate (Dutch)
Саша Петровић <salepetronije%gmail.com@localhost> (1):
Added translation using Weblate (Serbian)
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/wm/icewm/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/wm/icewm/PLIST
cvs rdiff -u -r1.52 -r1.53 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.61 pkgsrc/wm/icewm/Makefile:1.62
--- pkgsrc/wm/icewm/Makefile:1.61 Sun May 4 08:12:46 2025
+++ pkgsrc/wm/icewm/Makefile Wed Jul 2 18:28:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2025/05/04 08:12:46 nia Exp $
+# $NetBSD: Makefile,v 1.62 2025/07/02 18:28:03 gutteridge Exp $
-DISTNAME= icewm-3.7.4
+DISTNAME= icewm-3.8.0
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=ice-wm/}
Index: pkgsrc/wm/icewm/PLIST
diff -u pkgsrc/wm/icewm/PLIST:1.28 pkgsrc/wm/icewm/PLIST:1.29
--- pkgsrc/wm/icewm/PLIST:1.28 Sun May 4 08:12:46 2025
+++ pkgsrc/wm/icewm/PLIST Wed Jul 2 18:28:03 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2025/05/04 08:12:46 nia Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/07/02 18:28:03 gutteridge Exp $
bin/icehelp
bin/icesh
bin/icewm
@@ -624,6 +624,7 @@ ${PLIST.nls}share/locale/ro/LC_MESSAGES/
${PLIST.nls}share/locale/ru/LC_MESSAGES/icewm.mo
${PLIST.nls}share/locale/sk/LC_MESSAGES/icewm.mo
${PLIST.nls}share/locale/sl/LC_MESSAGES/icewm.mo
+${PLIST.nls}share/locale/sr/LC_MESSAGES/icewm.mo
${PLIST.nls}share/locale/sv/LC_MESSAGES/icewm.mo
${PLIST.nls}share/locale/tr/LC_MESSAGES/icewm.mo
${PLIST.nls}share/locale/uk/LC_MESSAGES/icewm.mo
Index: pkgsrc/wm/icewm/distinfo
diff -u pkgsrc/wm/icewm/distinfo:1.52 pkgsrc/wm/icewm/distinfo:1.53
--- pkgsrc/wm/icewm/distinfo:1.52 Sun May 4 08:12:46 2025
+++ pkgsrc/wm/icewm/distinfo Wed Jul 2 18:28:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.52 2025/05/04 08:12:46 nia Exp $
+$NetBSD: distinfo,v 1.53 2025/07/02 18:28:03 gutteridge Exp $
-BLAKE2s (icewm-3.7.4.tar.gz) = 153521e27d7ab882cdb8bb55b2a3dfb482651e1f4037ec5361cce43742eb533c
-SHA512 (icewm-3.7.4.tar.gz) = d97cc9770c6d4c4ca7d77a48f153a43b50c7ceabdb3aa7bcb9774b2a54418b1606a455dcd2808389b09960e8879bd71a92b2a04377bf3eb0f95c4b0a9c197434
-Size (icewm-3.7.4.tar.gz) = 2614641 bytes
+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
SHA1 (patch-lib_Makefile.am) = ddc8c6df02c34d66868a15e4dfaeb9a71a9debfb
SHA1 (patch-src_ylocale.cc) = f5c5bada634b48dd958e37eb32115ee1efefe52d
Home |
Main Index |
Thread Index |
Old Index