Update to icewm-1.8.3
Changes: https://github.com/bbidulock/icewm/blob/1.8.3/NEWS From Timo Myyra <timo.myyra AT bittivirhe DOT fi>. Some minor nits from me.
This commit is contained in:
parent
9ea18a8691
commit
f1f0d513d6
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2020/06/24 20:52:49 bket Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2020/09/22 12:02:31 bket Exp $
|
||||
|
||||
# unconditionally uses machine/apmvar.h and related structures/defines
|
||||
ONLY_FOR_ARCHS= ${APM_ARCHS}
|
||||
|
||||
V= 1.6.6
|
||||
V= 1.8.3
|
||||
COMMENT= small and fast window manager
|
||||
DISTNAME= icewm-${V}
|
||||
EXTRACT_SUFX= .tar.lz
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icewm-1.6.6.tar.lz) = d/US4LzcnG7I4aEMgiuCOFSCZbq8cN/k63a0Ug1gwBw=
|
||||
SIZE (icewm-1.6.6.tar.lz) = 1684639
|
||||
SHA256 (icewm-1.8.3.tar.lz) = N7FR+Zd6AgzefrsjQZYcuWwJVMUgn8/RFRz2kHRvf9M=
|
||||
SIZE (icewm-1.8.3.tar.lz) = 1686603
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-doc_icewm_adoc,v 1.2 2020/06/24 20:52:49 bket Exp $
|
||||
$OpenBSD: patch-doc_icewm_adoc,v 1.3 2020/09/22 12:02:32 bket Exp $
|
||||
|
||||
Index: doc/icewm.adoc
|
||||
--- doc/icewm.adoc.orig
|
||||
+++ doc/icewm.adoc
|
||||
@@ -396,10 +396,10 @@ $ICEWM_PRIVCFG; $XDG_CONFIG_HOME/icewm; $HOME/.icewm
|
||||
@@ -404,10 +404,10 @@ $ICEWM_PRIVCFG; $XDG_CONFIG_HOME/icewm; $HOME/.icewm
|
||||
The first of these which is defined and existent is used to search
|
||||
for the user's personal customization.
|
||||
|
||||
@ -16,7 +16,7 @@ Index: doc/icewm.adoc
|
||||
the compiled-in default directory with default files
|
||||
|
||||
The directories are searched in the above order, so any file located
|
||||
@@ -408,8 +408,8 @@ creating the same directory hierarchy under `$HOME/.ic
|
||||
@@ -416,8 +416,8 @@ creating the same directory hierarchy under `$HOME/.ic
|
||||
|
||||
To customize icewm yourself, you could create the `$HOME/.icewm`
|
||||
directory and copy the files that you wish to modify, like
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-man_icewm-preferences_pod,v 1.6 2020/06/24 20:52:49 bket Exp $
|
||||
$OpenBSD: patch-man_icewm-preferences_pod,v 1.7 2020/09/22 12:02:32 bket Exp $
|
||||
|
||||
Index: man/icewm-preferences.pod
|
||||
--- man/icewm-preferences.pod.orig
|
||||
+++ man/icewm-preferences.pod
|
||||
@@ -1008,7 +1008,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
|
||||
@@ -1032,7 +1032,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
|
||||
|
||||
Combine all CPUs to one.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_icesh_cc,v 1.7 2020/06/24 20:52:49 bket Exp $
|
||||
$OpenBSD: patch-src_icesh_cc,v 1.8 2020/09/22 12:02:32 bket Exp $
|
||||
|
||||
Don't do this GNU extension stuff.
|
||||
|
||||
Index: src/icesh.cc
|
||||
--- src/icesh.cc.orig
|
||||
+++ src/icesh.cc
|
||||
@@ -2197,6 +2197,8 @@ void IceSh::doSync()
|
||||
@@ -2316,6 +2316,8 @@ void IceSh::doSync()
|
||||
|
||||
bool IceSh::colormaps()
|
||||
{
|
||||
@ -14,7 +14,7 @@ Index: src/icesh.cc
|
||||
if ( !isAction("colormaps", 0))
|
||||
return false;
|
||||
|
||||
@@ -2205,7 +2207,7 @@ bool IceSh::colormaps()
|
||||
@@ -2324,7 +2326,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);
|
||||
@@ -2307,11 +2309,13 @@ bool IceSh::delay()
|
||||
@@ -2441,11 +2443,13 @@ bool IceSh::delay()
|
||||
|
||||
bool IceSh::guiEvents()
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.22 2020/06/24 20:52:49 bket Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.23 2020/09/22 12:02:32 bket Exp $
|
||||
@bin bin/icehelp
|
||||
@bin bin/icesh
|
||||
@bin bin/icesound
|
||||
@ -188,6 +188,8 @@ share/icewm/taskbar/windows.xpm
|
||||
share/icewm/taskbar/xfreeos2.xpm
|
||||
share/icewm/themes/
|
||||
share/icewm/themes/CrystalBlue/
|
||||
share/icewm/themes/CrystalBlue/buttonA.xpm
|
||||
share/icewm/themes/CrystalBlue/buttonI.xpm
|
||||
share/icewm/themes/CrystalBlue/close.xpm
|
||||
share/icewm/themes/CrystalBlue/closeA.xpm
|
||||
share/icewm/themes/CrystalBlue/closeO.xpm
|
||||
@ -272,6 +274,8 @@ share/icewm/themes/CrystalBlue/taskbar/taskbuttonbg.xpm
|
||||
share/icewm/themes/CrystalBlue/taskbar/taskbuttonminimized.xpm
|
||||
share/icewm/themes/CrystalBlue/taskbar/toolbuttonbg.xpm
|
||||
share/icewm/themes/CrystalBlue/taskbar/windows.xpm
|
||||
share/icewm/themes/CrystalBlue/taskbar/workspacebuttonactive.xpm
|
||||
share/icewm/themes/CrystalBlue/taskbar/workspacebuttonbg.xpm
|
||||
share/icewm/themes/CrystalBlue/titleAB.xpm
|
||||
share/icewm/themes/CrystalBlue/titleAJ.xpm
|
||||
share/icewm/themes/CrystalBlue/titleAM.xpm
|
||||
@ -394,8 +398,6 @@ share/icewm/themes/NanoBlue/dframeIR.xpm
|
||||
share/icewm/themes/NanoBlue/dframeIT.xpm
|
||||
share/icewm/themes/NanoBlue/dframeITL.xpm
|
||||
share/icewm/themes/NanoBlue/dframeITR.xpm
|
||||
share/icewm/themes/NanoBlue/drameAB.xpm
|
||||
share/icewm/themes/NanoBlue/drameATR.xpm
|
||||
share/icewm/themes/NanoBlue/eos.jpg
|
||||
share/icewm/themes/NanoBlue/expandA.xpm
|
||||
share/icewm/themes/NanoBlue/expandI.xpm
|
||||
@ -417,21 +419,22 @@ share/icewm/themes/NanoBlue/frameIT.xpm
|
||||
share/icewm/themes/NanoBlue/frameITL.xpm
|
||||
share/icewm/themes/NanoBlue/frameITR.xpm
|
||||
share/icewm/themes/NanoBlue/icons/
|
||||
share/icewm/themes/NanoBlue/icons/IceWM_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/IceWM_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/app_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/firefox_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/firefox_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/folder_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/folder_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/gimp_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/gimp_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/mplayer_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/mplayer_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/thunderbird_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/thunderbird_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/xterm_16x16.png
|
||||
share/icewm/themes/NanoBlue/icons/xterm_32x32.png
|
||||
share/icewm/themes/NanoBlue/icons/IceWM_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/IceWM_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/app_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/app_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/firefox_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/firefox_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/folder_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/folder_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/gimp_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/gimp_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/mplayer_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/mplayer_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/thunderbird_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/thunderbird_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/icons/xterm_16x16.xpm
|
||||
share/icewm/themes/NanoBlue/icons/xterm_32x32.xpm
|
||||
share/icewm/themes/NanoBlue/ledclock/
|
||||
share/icewm/themes/NanoBlue/ledclock/a.xpm
|
||||
share/icewm/themes/NanoBlue/ledclock/colon.xpm
|
||||
@ -640,6 +643,7 @@ share/locale/nb/LC_MESSAGES/icewm.mo
|
||||
share/locale/nl/LC_MESSAGES/icewm.mo
|
||||
share/locale/no/LC_MESSAGES/icewm.mo
|
||||
share/locale/pl/LC_MESSAGES/icewm.mo
|
||||
share/locale/pt/LC_MESSAGES/icewm.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/icewm.mo
|
||||
share/locale/ro/LC_MESSAGES/icewm.mo
|
||||
share/locale/ru/LC_MESSAGES/icewm.mo
|
||||
|
Loading…
Reference in New Issue
Block a user