diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm/Makefile.common | 10 | ||||
-rw-r--r-- | wm/icewm/distinfo | 3 | ||||
-rw-r--r-- | wm/icewm/patches/patch-ae | 22 |
3 files changed, 29 insertions, 6 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index fc4f18bf2f1..b0254e283f1 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2004/09/01 11:08:46 recht Exp $ +# $NetBSD: Makefile.common,v 1.39 2004/11/09 07:58:14 xtraeme Exp $ DISTNAME= icewm-1.2.16 CATEGORIES= x11 wm @@ -7,13 +7,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://icewm.sourceforge.net/ -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_BUILDLINK3= yes -USE_X11= # defined +USE_X11= yes USE_GNU_TOOLS+= make USE_PKGINSTALL= yes -USE_PKGLOCALEDIR= # defined -BUILD_USES_MSGFMT= # defined +USE_PKGLOCALEDIR= yes +BUILD_USES_MSGFMT= yes DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo FILESDIR= ${.CURDIR}/../../wm/icewm/files diff --git a/wm/icewm/distinfo b/wm/icewm/distinfo index f06d111d78e..7fb357b4ff7 100644 --- a/wm/icewm/distinfo +++ b/wm/icewm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.19 2004/09/01 11:08:46 recht Exp $ +$NetBSD: distinfo,v 1.20 2004/11/09 07:58:14 xtraeme Exp $ SHA1 (icewm-1.2.16.tar.gz) = 79f8e011fa601943714c034c06ae1654bb834c9e Size (icewm-1.2.16.tar.gz) = 947114 bytes SHA1 (patch-ac) = 2f04935c54e8ea8f6dccfe2c9b37c9c16df88bc6 SHA1 (patch-ad) = 8efab7cb50ce5bdb7d218caa232ae501dd064424 +SHA1 (patch-ae) = 2b0fd5802595021440ac97c29de13f66e08e1190 diff --git a/wm/icewm/patches/patch-ae b/wm/icewm/patches/patch-ae new file mode 100644 index 00000000000..5d6b6e6315c --- /dev/null +++ b/wm/icewm/patches/patch-ae @@ -0,0 +1,22 @@ +$NetBSD: patch-ae,v 1.9 2004/11/09 07:58:14 xtraeme Exp $ + +--- src/wmmgr.cc.orig 2004-11-09 08:54:16.000000000 +0100 ++++ src/wmmgr.cc 2004-11-09 08:55:05.000000000 +0100 +@@ -203,7 +203,7 @@ + if (xapp->WinMask && win95keys) { + /// !!! fix -- allow apps to use remaining key combos (except single press) + if (xapp->Win_L) { +-#if 0 ++#if 1 + grabKey(xapp->Win_L, 0); + #else + +@@ -214,7 +214,7 @@ + #endif + } + if (xapp->Win_R) { +-#if 0 ++#if 1 + grabKey(xapp->Win_R, 0); + #else + KeyCode keycode = XKeysymToKeycode(xapp->display(), xapp->Win_R); |