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 Feb 24 18:05:08 UTC 2025
Modified Files:
pkgsrc/wm/icewm: Makefile distinfo
pkgsrc/wm/icewm/patches: patch-src_ylocale.cc
Log Message:
icewm: update to 3.7.0
Release icewm-3.7.0 released 2025-02-22
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.6.0...3.7.0
Eduard Bloch <blade%debian.org@localhost> (107):
LC_CTYPE specific hints to Xft selection
Minor fixes and improvements on XDG menu
WIP: switched more glib containers to stl
Workaround for gettext not applied on submenu
WIP: redesigning menu handling
First working printing code after rewrite
Fixup some of the expansion patterns in the exec string
Cleanup, fix Other menu population
Localized sorting
Map unknown subcats to Other main cat
Simple attempt to get duplicated items in parent nodes
Attaching menu description, incomplete
Fix main cat fallback
Work around missing reverse iterator, can be plain C++11 again
Fallback to directory file base name matching the category name
Mark submenu labels translateable
Drop menu info getter
Don't recurse for .directory fetching
clang-reformat fdomenu.cc
Stop requiring glib in CMake build
Common DBG macro to turn on/off debug notes
Filter out duplicates where apps declare some intermediate categories as
well
Add extra separator handling
Implemented execution in Terminal
Rename local DBG macro
Cleaning
Support --no-sub-cats
Stop storing lookup helper in global member
Fewer stat operations using readdir hints
Match country-specific languages correctly
Printing of GenericName
Drop old Perl based converter (obsolete)
Restore option to remove Other menu
Option to move lone entries to their parent menues.
Update CMake requirement to prevent warnings
Minor updates
Helper to create locale folder mock
Fix loading from gettext if menu did not have a description
Fix and streamline conversion flow
Hint on requirement of SVG support
Drop dependency on YLocale class and X11 libs
Disable sync with stdio
Include implicitly pulled headers directly
Deadline option to abort XDG data reading and print what we got so far
Refactor, reformat, fix typo
Better fix for duplicated appendixes
Bugfixes, cleanup
More sophisticated -S operation, also fixes, cleanup
Restore .desktop launching function
Simple string matching filter implemented
Icon donation from AudioVideo section to Audio / Video
Reimplemented --flat mode
Fix segfault when AudioVideo did not have decoration
Relocate --match-osec check to hit translated section names too
Added a user hint and basic precaching hack on menu timeout
Minor refactoring (DRYing)
Minor heap usage optimization
Tiny runtime saving by not cleaning up the tree in the end
Document missing options and align help text format
Document new options
In timeout, don't waste time with nice-to-have optimizations
Disable --no-sep-others again
Configured timeout defaults to "sane" values
Dodge the GenericName which just repeats Name content
Support more OS with the d_ent shortcut
Optional source comment, more hidding, various fixes
Minor performance tuning with different containers
Save a few CPU cycles
Update XDG format reference version
Fixed merging of some submenu entries into correct parent
Stop using std::regex
Don't evaluate TryExec
Local formating of prog title
Option to clamp rogue menu title's length
Make true/false checks case-insensitive
Overhaul content processing
Resolve shadowing of apps which are having the same translated name
Convert translated sorting to internal bubble sort
Wide char aware string cropping
Drop unused fields, ignore comments earlier
More similar standard level selection (to autoconf with recent compilers)
Fix C++14 issue with constness of functors
Use system installation of nanosvg package, where possible
Stop using smart pointers
Work around GCC11 issue
Solve some warnings from receng clang and gcc
Stop using VLAs, they are not fully legal in C++
Make PACKAGE/VERSION overridable in from-git build mode
Document optional requirements
Ignore local junk from IDEs and personal notes
Build dependency on gennews.sh for NEWS creation
Control language selection by LINGUAS file, not filesystem wildcards
POT/PO update
Explicit blacklisting of menu-xdg subfolders
Ignore certain prefix commands
Unmark text while not moving ahead at the end
Never mark text in the complete operation
Fix potential resize-to-smaller problem
Drop ycollections classes
Render the list of proposals in a tooltip
Make the tooltip act like an assistant with further proposals
Stop tooltip when space was typed in
Redo completion when deleting
Try using smaller icon versions in WS overview
Make clicks in the corner effective to ShowDesktop button in right-placed
mode
Fix a crash when selecting Default from the clock menu
No text insertion while doing tooltip update only
Bert Gijsbers <gijsbers%science.uva.nl@localhost> (69):
Add support for _NET_WM_MOVERESIZE_CANCEL.
Better guard move/sizes and make sure they are properly terminated.
Stop move/sizes when changing tabs.
End manual placement when the client exits.
Properly compute the first parameter to the select(2) system call.
Add -Await option to icesh to wait for and select new client windows.
Improve support for properties with COMPOUND_TEXT in icesh.
When a key event is handled, don't propagate it further.
When DockApps has "dock" and LimitByDockLayer=1 then update the desktop
work area so that maximized windows leave the DockApps container visible
for issue #779.
Also update DockApps container when downsizing.
Update DockApps preferences comment.
Document the layers and the support for dockapps.
Document the use of the LimitByDockLayer pref for DockApps.
Simplify captureEvents/releaseEvents.
Support changing the Dock container layer while running.
When focusing a frame under the mouse, prefer to focus its topmost
transient.
When raising a frame, check if the focused frame needs to bind the mouse
buttons, if it is overlapped. When minimizing or hiding transients,
check against transients being tabs in the same frame.
When LimitPosition is false, you can drag maximized windows off-screen and
closes issue #780.
Revert "When LimitPosition is false, you can drag maximized windows
off-screen."
To drag a maximized window, keep the Shift key down for issue #780.
Elaborate on symbols and expressions and document the minus operator.
Support keybindings to shifted XF86keysyms like XF86AudioPause for issue
#781.
Move parsing key definitions to class WMKey.
Reuse WMKey in KProgram.
Enforce a limit of 8 mouse pointer buttons, as more is impossible.
Add constructors to WMKey.
Consistently use keyCodeToKeySym.
Dissolve the WM_KEY macros.
Move all keybinding initializations to its own C++ file.
Correct versions and date.
Drop ycollections.
Succinct.
Improve pager icon sizes conditional structure.
Remove smart pointers from misc.cc.
Restore mstring strncpy's.
Improve readability.
Restore unsigned char array in yarray.
Replace max by min.
Let icesh accept UTF-8 strings in properties.
Support locales with three letter language codes.
Remove silly casts.
Restore simple arrays and avoid mallocs.
Retstore the previous fontmacro's, because e.g. the InputFont no longer
was bold.
Let icewmbg also support the AVIF image format.
Remove the default 1px black border on the right and bottom sides of the
QuickSwitch window when Look is flat for issue ice-wm/icewm#174.
Support OpenBSD tar in --install list for issue ice-wm/icewm#179.
Both scrollbars need to be able to process the same key event.
Cleanup the listing of installable themes for issue ice-wm/icewm#179.
Revert "When undoing an arrange or showing the desktop, focus the last
focused window instead of the topmost window." for issue #788.
fix fi.po to fix the build.
Don't call XKeysymToKeycode several times per key grab, but cache it.
Create YKeycodeMap and getKeycodeMap.
Drop grabVKey and fixupPreferences. Move unshift to WMKey grab.
Support grabbing two keys simultaneously by a single keybinding definition
when both keys are bound to the same keysym.
Increase max backgrounds to 8000.
Increase toolbar height when icons are taller for issue ice-wm/icewm#178.
Drop a NOTE.
Make 4 graph widths themable for issue ice-wm/icewm#178.
Revert "Remove the default 1px black border of the QuickSwitch for issue
ice-wm/icewm#174." This reverts commit
e7511806257cdee92585a21a4a794e19e33478dd.
Revert "Don't draw a border on QuickSwitch when Look=flat for issue #736."
This reverts commit 11c0b34db6b24f5fbd9815d359e0b5ef1360517f.
Mark support for global modality as done.
Add ColorQuickSwitchBorder themable preference for issue #736.
Never use CurrentTime, but always use last event time when setting the
input focus to a window.
Fix compilation error for fdomenu.cc undefined msglang when no I18N.
Include locale include files last in fdomenu.cc, because they contain
macro's.
Restore support for NanoSVG in the CMake build.
Update the about copyright to 2025.
Update potfiles.
Restore support for C++11 in fdomenu.cc.
Check for __GNUC__ at least 5 for codecvt dependency.
Baurzhan Muftakhidinov <baurthefirst%gmail.com@localhost> (2):
Translated using Weblate (Kazakh)
Translated using Weblate (Kazakh)
David Medina <medipas%gmail.com@localhost> (2):
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
Ferdinand Galko <galko.ferdinand%gmail.com@localhost> (2):
Translated using Weblate (Slovak)
Translated using Weblate (Slovak)
Luna Jernberg <bittin%opensuse.org@localhost> (2):
Translated using Weblate (Swedish)
Translated using Weblate (Swedish)
Marina J. Donis <marinajdonis%gmail.com@localhost> (2):
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
Alessio Adamo <alessio.adamo%gmail.com@localhost> (1):
Translated using Weblate (Italian)
Aleš Kastner <alkas%volny.cz@localhost> (1):
Translated using Weblate (Czech)
Dmitriy Khanzhin <jinn%altlinux.org@localhost> (1):
Translated using Weblate (Russian)
Ettore Atalan <atalanttore%googlemail.com@localhost> (1):
Translated using Weblate (German)
Hugo Carvalho <hugokarvalho%hotmail.com@localhost> (1):
Translated using Weblate (Portuguese)
Mehmet Akif 9oglu <madanadam%gmail.com@localhost> (1):
Translated using Weblate (Turkish)
Rantala <toni.rantala%protonmail.com@localhost> (1):
Translated using Weblate (Finnish)
Temuri Doghonadze <temuri.doghonadze%gmail.com@localhost> (1):
Translated using Weblate (Georgian)
Virinas code <alexcode228%gmail.com@localhost> (1):
Translated using Weblate (French)
Yasuhiko Kamata <belphegor%belbel.or.jp@localhost> (1):
Translated using Weblate (Japanese)
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/wm/icewm/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/wm/icewm/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/icewm/patches/patch-src_ylocale.cc
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.59 pkgsrc/wm/icewm/Makefile:1.60
--- pkgsrc/wm/icewm/Makefile:1.59 Fri Jun 28 17:11:26 2024
+++ pkgsrc/wm/icewm/Makefile Mon Feb 24 18:05:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2024/06/28 17:11:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.60 2025/02/24 18:05:08 gutteridge Exp $
-DISTNAME= icewm-3.6.0
+DISTNAME= icewm-3.7.0
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=ice-wm/}
Index: pkgsrc/wm/icewm/distinfo
diff -u pkgsrc/wm/icewm/distinfo:1.48 pkgsrc/wm/icewm/distinfo:1.49
--- pkgsrc/wm/icewm/distinfo:1.48 Fri Jun 28 17:11:26 2024
+++ pkgsrc/wm/icewm/distinfo Mon Feb 24 18:05:08 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2024/06/28 17:11:26 gutteridge Exp $
+$NetBSD: distinfo,v 1.49 2025/02/24 18:05:08 gutteridge Exp $
-BLAKE2s (icewm-3.6.0.tar.gz) = 56c8a14620fe0cf7abc305542bd76ef6c49a09128ae397025d3ccd136ca72878
-SHA512 (icewm-3.6.0.tar.gz) = 8afc079d9085302bc2545a409615dcd857e9ef61d6f6202ecf1cd0abb8ecd9ce7ac83aec3b5d3743151f3154802955db8cc11f95b165424d09525accb5bf7cf9
-Size (icewm-3.6.0.tar.gz) = 2468153 bytes
-SHA1 (patch-src_ylocale.cc) = 6456b3fec5f8d11f03898a7206f600316ca8d0e8
+BLAKE2s (icewm-3.7.0.tar.gz) = d3c3d0b3d44a59de50ae946fcdc8219ae8235c8edc7b242836b05f9870f82efb
+SHA512 (icewm-3.7.0.tar.gz) = d6f20984175c77b5a9722b59d48ddd4b010ed32a24d7a79060829f3afb7e560f3429672d83404a89895cb88b064295be83fcf2b3d26e23a55e77d78d3cc259e2
+Size (icewm-3.7.0.tar.gz) = 2618625 bytes
+SHA1 (patch-src_ylocale.cc) = f5c5bada634b48dd958e37eb32115ee1efefe52d
Index: pkgsrc/wm/icewm/patches/patch-src_ylocale.cc
diff -u pkgsrc/wm/icewm/patches/patch-src_ylocale.cc:1.1 pkgsrc/wm/icewm/patches/patch-src_ylocale.cc:1.2
--- pkgsrc/wm/icewm/patches/patch-src_ylocale.cc:1.1 Thu Jun 13 22:24:46 2024
+++ pkgsrc/wm/icewm/patches/patch-src_ylocale.cc Mon Feb 24 18:05:08 2025
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_ylocale.cc,v 1.1 2024/06/13 22:24:46 gutteridge Exp $
+$NetBSD: patch-src_ylocale.cc,v 1.2 2025/02/24 18:05:08 gutteridge Exp $
Fix building on older NetBSD and SunOS, which don't have a POSIX-
compliant iconv(3) signature.
---- src/ylocale.cc.orig 2024-05-20 14:51:49.000000000 +0000
+--- src/ylocale.cc.orig 2025-02-22 20:47:00.000000000 +0000
+++ src/ylocale.cc
-@@ -26,6 +26,15 @@
- #include <X11/Xlib.h>
+@@ -27,6 +27,15 @@
#include <iconv.h>
+ #include <ctype.h>
+#if defined(__NetBSD__)
+#include <sys/param.h>
@@ -21,7 +21,7 @@ compliant iconv(3) signature.
const iconv_t invalid = iconv_t(-1);
class YConverter {
-@@ -194,6 +203,9 @@ char* YLocale::localeString(const wchar_
+@@ -192,6 +201,9 @@ char* YLocale::localeString(const wchar_
size_t lSize = 4 * uLen;
char* lStr = new char[lSize + 1];
@@ -31,7 +31,7 @@ compliant iconv(3) signature.
char* inbuf = (char *) uStr;
char* outbuf = lStr;
size_t inlen = uLen * sizeof(wchar_t);
-@@ -227,6 +239,9 @@ wchar_t* YLocale::unicodeString(const ch
+@@ -225,6 +237,9 @@ wchar_t* YLocale::unicodeString(const ch
iconv(instance->converter->unicode(), nullptr, nullptr, nullptr, nullptr);
wchar_t* uStr(new wchar_t[lLen + 1]);
Home |
Main Index |
Thread Index |
Old Index