- Add patch fixing reboot/shutdown command. Upstream seems unresponsive and
this patch was adopted by Arch Linux some time ago. [1] - Cleanup pkg-plist while here Bug report: http://sourceforge.net/p/icewm/bugs/911/ PR: 196034 [1] Submitted by: Ronald Klop <ronald-lists@klop.ws> [1]
This commit is contained in:
parent
322f3cb8e3
commit
e796199cd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376004
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.3.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}
|
||||
|
||||
|
13
x11-wm/icewm/files/patch-src__wmmgr.cc
Normal file
13
x11-wm/icewm/files/patch-src__wmmgr.cc
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git src/wmmgr.cc src/wmmgr.cc
|
||||
index 4252bf6..dc1e703 100644
|
||||
--- src/wmmgr.cc
|
||||
+++ src/wmmgr.cc
|
||||
@@ -697,7 +697,7 @@ void YWindowManager::handleClientMessage(const XClientMessageEvent &message) {
|
||||
case ICEWM_ACTION_RESTARTWM:
|
||||
case ICEWM_ACTION_WINDOWLIST:
|
||||
case ICEWM_ACTION_ABOUT:
|
||||
- break;
|
||||
+ //break;
|
||||
default:
|
||||
smActionListener->handleSMAction(message.data.l[1]);
|
||||
break;
|
@ -330,25 +330,3 @@ bin/icewmtray
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/icewm.mo
|
||||
@dirrm %%DATADIR%%/themes/yellowmotif
|
||||
@dirrm %%DATADIR%%/themes/win95
|
||||
@dirrm %%DATADIR%%/themes/warp4
|
||||
@dirrm %%DATADIR%%/themes/warp3
|
||||
@dirrm %%DATADIR%%/themes/nice2
|
||||
@dirrm %%DATADIR%%/themes/nice
|
||||
@dirrm %%DATADIR%%/themes/motif
|
||||
@dirrm %%DATADIR%%/themes/metal2
|
||||
@dirrm %%DATADIR%%/themes/icedesert
|
||||
@dirrm %%DATADIR%%/themes/gtk2
|
||||
@dirrm %%DATADIR%%/themes/Infadel2/taskbar
|
||||
@dirrm %%DATADIR%%/themes/Infadel2/mailbox
|
||||
@dirrm %%DATADIR%%/themes/Infadel2/icons
|
||||
@dirrm %%DATADIR%%/themes/Infadel2/cursors
|
||||
@dirrm %%DATADIR%%/themes/Infadel2
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/taskbar
|
||||
@dirrm %%DATADIR%%/mailbox
|
||||
@dirrm %%DATADIR%%/ledclock
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user