Accepting request 1060566 from home:polslinux:branches:X11:windowmanagers

- Update to 3.3.1:
  * Fully support nanosvg as an alternative to librsvg.
  * Rolled up windows can now be moved vertically with icesh.
  * Fix multi-monitor when primary monitor is right-below of secondary.
  * Don't resize when a client adjusts its WM_NORMAL_HINTS increments.
  * Report the audio interface in the configure summary.
  * Consider that the keyboard may have been changed externally.
  * Increase the timeout for the dynamic menu generator to 2 seconds.
  * Don't reactivate a focused window when RaiseOnClick is guaranteed.
  * Let the winoption "ignorePositionHint" also ignore the USPosition.
  * Fix the "ignoreOverrideRedirect" winoption.
  * Let icesh also spy on RandR monitor configuration events.

OBS-URL: https://build.opensuse.org/request/show/1060566
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=131
This commit is contained in:
Yifan Jiang 2023-01-24 13:20:00 +00:00 committed by Git OBS Bridge
parent 49797a0a88
commit bb7a6fb797
6 changed files with 33 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8dea2bc4f8648ee11fbcb3b7efe9162eebe0f9e33eb561f928eef9c72d97393
size 1794714

3
icewm-3.3.1.tar.lz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e07e9393d4a52281caff3a21f86108dde312e5aa306c8fe379ce1bd31d9587f
size 1788945

View File

@ -1,7 +1,7 @@
Index: icewm-3.3.0/lib/icewm.desktop Index: icewm-3.3.1/lib/icewm.desktop
=================================================================== ===================================================================
--- icewm-3.3.0.orig/lib/icewm.desktop --- icewm-3.3.1.orig/lib/icewm.desktop
+++ icewm-3.3.0/lib/icewm.desktop +++ icewm-3.3.1/lib/icewm.desktop
@@ -20,7 +20,7 @@ Comment[uk]=Простий та швид @@ -20,7 +20,7 @@ Comment[uk]=Простий та швид
Icon=icewm Icon=icewm
TryExec=/usr/bin/icewm TryExec=/usr/bin/icewm

View File

@ -1,7 +1,7 @@
Index: icewm-3.3.0/lib/menu.in Index: icewm-3.3.1/lib/menu.in
=================================================================== ===================================================================
--- icewm-3.3.0.orig/lib/menu.in --- icewm-3.3.1.orig/lib/menu.in
+++ icewm-3.3.0/lib/menu.in +++ icewm-3.3.1/lib/menu.in
@@ -11,5 +11,6 @@ prog Firefox mozilla firefox @@ -11,5 +11,6 @@ prog Firefox mozilla firefox
prog Hexchat xchat hexchat prog Hexchat xchat hexchat
prog Gimp gimp gimp prog Gimp gimp gimp
@ -10,10 +10,10 @@ Index: icewm-3.3.0/lib/menu.in
+#menufile Programs folder programs +#menufile Programs folder programs
menufile Tool_bar folder toolbar menufile Tool_bar folder toolbar
+menuprog SUSE folder xdg_menu --format icewm +menuprog SUSE folder xdg_menu --format icewm
Index: icewm-3.3.0/src/wmmenu.cc Index: icewm-3.3.1/src/wmmenu.cc
=================================================================== ===================================================================
--- icewm-3.3.0.orig/src/wmmenu.cc --- icewm-3.3.1.orig/src/wmmenu.cc
+++ icewm-3.3.0/src/wmmenu.cc +++ icewm-3.3.1/src/wmmenu.cc
@@ -294,6 +294,46 @@ char* MenuLoader::parseMenuProg(char *p, @@ -294,6 +294,46 @@ char* MenuLoader::parseMenuProg(char *p,
return p; return p;
} }
@ -71,10 +71,10 @@ Index: icewm-3.3.0/src/wmmenu.cc
else if (!strcmp(word, "include")) { else if (!strcmp(word, "include")) {
p = parseIncludeStatement(p, container); p = parseIncludeStatement(p, container);
} }
Index: icewm-3.3.0/src/wmprog.h Index: icewm-3.3.1/src/wmprog.h
=================================================================== ===================================================================
--- icewm-3.3.0.orig/src/wmprog.h --- icewm-3.3.1.orig/src/wmprog.h
+++ icewm-3.3.0/src/wmprog.h +++ icewm-3.3.1/src/wmprog.h
@@ -30,6 +30,7 @@ private: @@ -30,6 +30,7 @@ private:
char* parseAMenu(char *data, ObjectContainer *container); char* parseAMenu(char *data, ObjectContainer *container);
char* parseMenuFile(char *data, ObjectContainer *container); char* parseMenuFile(char *data, ObjectContainer *container);

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 24 06:58:32 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.3.1:
* Fully support nanosvg as an alternative to librsvg.
* Rolled up windows can now be moved vertically with icesh.
* Fix multi-monitor when primary monitor is right-below of secondary.
* Don't resize when a client adjusts its WM_NORMAL_HINTS increments.
* Report the audio interface in the configure summary.
* Consider that the keyboard may have been changed externally.
* Increase the timeout for the dynamic menu generator to 2 seconds.
* Don't reactivate a focused window when RaiseOnClick is guaranteed.
* Let the winoption "ignorePositionHint" also ignore the USPosition.
* Fix the "ignoreOverrideRedirect" winoption.
* Let icesh also spy on RandR monitor configuration events.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 21 07:35:06 UTC 2022 - Paolo Stivanin <info@paolostivanin.com> Wed Dec 21 07:35:06 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package icewm # spec file for package icewm
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global lites icewm icewmhint icewmbg icesh icewm-session %global lites icewm icewmhint icewmbg icesh icewm-session
Name: icewm Name: icewm
Version: 3.3.0 Version: 3.3.1
Release: 0 Release: 0
Summary: Window Manager with a Taskbar Summary: Window Manager with a Taskbar
License: LGPL-2.1-or-later License: LGPL-2.1-or-later