diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-01 17:15:01 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-01 17:15:01 +0000 |
commit | e796199cd26c471d2a35e16b8e75b021bea9d5c6 (patch) | |
tree | fc00461e7889c36631679e9893a76fd58052cd00 /x11-wm | |
parent | 322f3cb8e3132f272f33bb2d1de2ec589f2f1314 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-src__wmmgr.cc | 13 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 22 |
3 files changed, 14 insertions, 22 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index cb2e77358808..2de436724395 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,6 +3,7 @@ PORTNAME= icewm PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION} diff --git a/x11-wm/icewm/files/patch-src__wmmgr.cc b/x11-wm/icewm/files/patch-src__wmmgr.cc new file mode 100644 index 000000000000..cafd7a671e52 --- /dev/null +++ b/x11-wm/icewm/files/patch-src__wmmgr.cc @@ -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; diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index 90b05fe0680a..85d077dbaf98 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -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%% |