update to icewm-3.0.1

This commit is contained in:
sthen 2022-10-08 08:34:32 +00:00
parent f9a658de83
commit e44b70b923
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# unconditionally uses machine/apmvar.h and related structures/defines
ONLY_FOR_ARCHS= ${APM_ARCHS}
V= 2.9.9
V= 3.0.1
COMMENT= small and fast window manager
DISTNAME= icewm-${V}
EXTRACT_SUFX= .tar.lz

View File

@ -1,2 +1,2 @@
SHA256 (icewm-2.9.9.tar.lz) = r3urNHIYn+v1B1Pq7PrFhpAUGdKCy8v/kuhg1LdIlLM=
SIZE (icewm-2.9.9.tar.lz) = 1775050
SHA256 (icewm-3.0.1.tar.lz) = QkO0dlsb3vB92jMb39jtqVSIuZiEyWHFhE6qK1Ixumg=
SIZE (icewm-3.0.1.tar.lz) = 1779563

View File

@ -3,7 +3,7 @@ Don't do this GNU extension stuff.
Index: src/icesh.cc
--- src/icesh.cc.orig
+++ src/icesh.cc
@@ -2430,6 +2430,8 @@ void IceSh::doSync()
@@ -2431,6 +2431,8 @@ void IceSh::doSync()
bool IceSh::colormaps()
{
@ -12,7 +12,7 @@ Index: src/icesh.cc
if ( !isAction("colormaps", 0))
return false;
@@ -2438,7 +2440,7 @@ bool IceSh::colormaps()
@@ -2439,7 +2441,7 @@ bool IceSh::colormaps()
tlog("colormaps");
running = true;
@ -21,7 +21,7 @@ Index: src/icesh.cc
while (running) {
int n = 0;
Colormap* map = XListInstalledColormaps(display, root, &n);
@@ -2585,11 +2587,13 @@ void IceSh::monitors()
@@ -2586,11 +2588,13 @@ void IceSh::monitors()
bool IceSh::guiEvents()
{