update to icewm-3.3.0
This commit is contained in:
parent
56ceffdf60
commit
a32d841ccc
@ -1,14 +1,12 @@
|
||||
# unconditionally uses machine/apmvar.h and related structures/defines
|
||||
ONLY_FOR_ARCHS= ${APM_ARCHS}
|
||||
|
||||
V= 3.0.1
|
||||
V= 3.3.0
|
||||
COMMENT= small and fast window manager
|
||||
DISTNAME= icewm-${V}
|
||||
EXTRACT_SUFX= .tar.lz
|
||||
CATEGORIES= x11
|
||||
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://ice-wm.org/
|
||||
|
||||
# LGPLv2 only
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icewm-3.0.1.tar.lz) = QkO0dlsb3vB92jMb39jtqVSIuZiEyWHFhE6qK1Ixumg=
|
||||
SIZE (icewm-3.0.1.tar.lz) = 1779563
|
||||
SHA256 (icewm-3.3.0.tar.lz) = +N6ivE+GSO4R+8s7fv6RYu6+D54z61Yfko7vnHLZc5M=
|
||||
SIZE (icewm-3.3.0.tar.lz) = 1794714
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: man/icewm-preferences.pod
|
||||
--- man/icewm-preferences.pod.orig
|
||||
+++ man/icewm-preferences.pod
|
||||
@@ -1042,7 +1042,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
|
||||
@@ -1050,7 +1050,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
|
||||
|
||||
Combine all CPUs to one.
|
||||
|
||||
|
@ -10,7 +10,7 @@ Index: src/default.h
|
||||
XIV(bool, taskBarShowApmAuto, true)
|
||||
XIV(bool, taskBarShowApmTime, true)
|
||||
XIV(bool, taskBarShowApmGraph, true)
|
||||
@@ -175,10 +175,10 @@ XIV(int, netWorkAreaBehaviour, 0)
|
||||
@@ -176,10 +176,10 @@ XIV(int, netWorkAreaBehaviour, 0)
|
||||
|
||||
XSV(const char *, acpiIgnoreBatteries, 0)
|
||||
XSV(const char *, mailBoxPath, 0)
|
||||
@ -24,7 +24,7 @@ Index: src/default.h
|
||||
XSV(const char *, clockCommand, "xclock -name icewm -title Clock")
|
||||
XSV(const char *, clockClassHint, "icewm.XClock")
|
||||
XSV(const char *, runDlgCommand, 0)
|
||||
@@ -207,7 +207,7 @@ XIV(bool, cpuCombine, true)
|
||||
@@ -208,7 +208,7 @@ XIV(bool, cpuCombine, true)
|
||||
XSV(const char *, netCommand, TERM " -name 'ss' -title 'Socket Statistics' -hold -e sh -c 'which ss > /dev/null && watch -t ss -putswl || netstat -c'")
|
||||
XSV(const char *, netClassHint, "ss.XTerm")
|
||||
#else
|
||||
|
@ -3,7 +3,7 @@ Don't do this GNU extension stuff.
|
||||
Index: src/icesh.cc
|
||||
--- src/icesh.cc.orig
|
||||
+++ src/icesh.cc
|
||||
@@ -2431,6 +2431,8 @@ void IceSh::doSync()
|
||||
@@ -2494,6 +2494,8 @@ void IceSh::doSync()
|
||||
|
||||
bool IceSh::colormaps()
|
||||
{
|
||||
@ -12,7 +12,7 @@ Index: src/icesh.cc
|
||||
if ( !isAction("colormaps", 0))
|
||||
return false;
|
||||
|
||||
@@ -2439,7 +2441,7 @@ bool IceSh::colormaps()
|
||||
@@ -2502,7 +2504,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);
|
||||
@@ -2586,11 +2588,13 @@ void IceSh::monitors()
|
||||
@@ -2655,11 +2657,13 @@ void IceSh::monitors()
|
||||
|
||||
bool IceSh::guiEvents()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user