update to icewm-2.7.0

This commit is contained in:
sthen 2021-08-07 10:32:11 +00:00
parent 8c00ab2727
commit 4b16798116
5 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.80 2021/05/20 23:27:39 bcallah Exp $
# $OpenBSD: Makefile,v 1.81 2021/08/07 10:32:11 sthen Exp $
# unconditionally uses machine/apmvar.h and related structures/defines
ONLY_FOR_ARCHS= ${APM_ARCHS}
V= 2.3.4
V= 2.7.0
COMMENT= small and fast window manager
DISTNAME= icewm-${V}
EXTRACT_SUFX= .tar.lz

View File

@ -1,2 +1,2 @@
SHA256 (icewm-2.3.4.tar.lz) = E2j322FYmxMJJ0ov5yUJYeIZBKKUsc/ywTJzq9c3JfQ=
SIZE (icewm-2.3.4.tar.lz) = 1708239
SHA256 (icewm-2.7.0.tar.lz) = xWsdD12O+irz44ADdw6rkWUomqh72PFieBnH+T+UM6M=
SIZE (icewm-2.7.0.tar.lz) = 1738471

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-man_icewm-preferences_pod,v 1.8 2021/05/20 23:27:39 bcallah Exp $
$OpenBSD: patch-man_icewm-preferences_pod,v 1.9 2021/08/07 10:32:11 sthen Exp $
Index: man/icewm-preferences.pod
--- man/icewm-preferences.pod.orig
+++ man/icewm-preferences.pod
@@ -1057,7 +1057,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
@@ -1062,7 +1062,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
Combine all CPUs to one.

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-src_icesh_cc,v 1.11 2021/05/20 23:27:39 bcallah Exp $
$OpenBSD: patch-src_icesh_cc,v 1.12 2021/08/07 10:32:11 sthen Exp $
Don't do this GNU extension stuff.
Index: src/icesh.cc
--- src/icesh.cc.orig
+++ src/icesh.cc
@@ -2212,6 +2212,8 @@ void IceSh::doSync()
@@ -2234,6 +2234,8 @@ void IceSh::doSync()
bool IceSh::colormaps()
{
@ -14,7 +14,7 @@ Index: src/icesh.cc
if ( !isAction("colormaps", 0))
return false;
@@ -2220,7 +2222,7 @@ bool IceSh::colormaps()
@@ -2242,7 +2244,7 @@ bool IceSh::colormaps()
tlog("colormaps");
running = true;
@ -23,7 +23,7 @@ Index: src/icesh.cc
while (running) {
int n = 0;
Colormap* map = XListInstalledColormaps(display, root, &n);
@@ -2349,11 +2351,13 @@ void IceSh::monitors()
@@ -2371,11 +2373,13 @@ void IceSh::monitors()
bool IceSh::guiEvents()
{

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_yapp_cc,v 1.10 2020/06/24 20:52:49 bket Exp $
$OpenBSD: patch-src_yapp_cc,v 1.11 2021/08/07 10:32:11 sthen Exp $
Index: src/yapp.cc
--- src/yapp.cc.orig
+++ src/yapp.cc
@@ -280,7 +280,7 @@ int YApplication::mainLoop() {
@@ -281,7 +281,7 @@ int YApplication::mainLoop() {
// This is irrelevant when using monotonic clocks:
// if time travel to past, decrease the timeouts
if (diff < zerotime()) {