- 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:
Pawel Pekala 2015-01-01 17:15:01 +00:00
parent 322f3cb8e3
commit e796199cd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376004
3 changed files with 14 additions and 22 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= icewm
PORTVERSION= 1.3.8
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}

View 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;

View File

@ -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%%