summaryrefslogtreecommitdiff
path: root/wm/evilwm/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 06:07:19 +0000
committersalo <salo>2003-01-19 06:07:19 +0000
commit4248b7d219bcc90738692a5ab0034e6e2f89f1e9 (patch)
tree1826cf5d70ad046d1354564fda9130d5fecca2bb /wm/evilwm/Makefile
parent4b0d23f9ce557fa0adabf7273fa0057d86fe2014 (diff)
downloadpkgsrc-4248b7d219bcc90738692a5ab0034e6e2f89f1e9.tar.gz
Update to version 0.99.14.
Patches provided by Jonathan Perkin <sketch at rd dot bbc dot co dot uk> and Toru TAKAMIZU <ttaka at earth dot email dot ne dot jp> in PR pkg/19257 with minor tweaks by me. Changes: 2002-11-18 Fixed Alt-Tab-into-nowhere bug that I think would cause an infinite loop if you tried Alt-Tab on an empty virtual desktop. Extended the NumLock keyboard fixes to the mouse button grabs. 2002-11-19 Ripped out most of the VDESK_BOTH code (which didn't work) and replaced it with code that just calls the 'vdesk' application (which does). 2002-11-20 Abstract a couple more grabs out into macros - code tidy. 2002-11-23 Fix small problem with border colours in new code. Documentation updates. Re-fix multihead "support". 2002-11-24 Better multihead support - entering managed screen will grab keyboard events, leaving will deselect "current" window. Documentation updates. Released 0.99.12. Argh! Only set focus to PointerRoot on entering root window if we don't have a current window (I'd killed sloppy focus...) 2002-11-26 Released 0.99.13. First draft proper multihead support - looks like it's working, needs a bit of testing. 2003-01-15 No complaints so... Released 0.99.14.
Diffstat (limited to 'wm/evilwm/Makefile')
-rw-r--r--wm/evilwm/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile
index 68172fdfc58..6c55d5f8050 100644
--- a/wm/evilwm/Makefile
+++ b/wm/evilwm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/03/04 15:56:37 agc Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/19 06:07:19 salo Exp $
#
-DISTNAME= evilwm_0.99.4-1
-PKGNAME= evilwm-0.99.4
+DISTNAME= evilwm_0.99.14.orig
+PKGNAME= evilwm-0.99.14
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/}
@@ -10,17 +10,17 @@ MAINTAINER= sketch@rd.bbc.co.uk
HOMEPAGE= http://evilwm.sourceforge.net/
COMMENT= Minimalist Window Manager for X
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
-USE_GMAKE= YES
-USE_X11BASE= YES
+USE_GMAKE= YES
+USE_X11BASE= YES
-ALL_TARGET= allinone
+ALL_TARGET= allinone
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/evilwm
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/evilwm
- ${INSTALL_DATA} ${WRKSRC}/README.multihead ${PREFIX}/share/doc/evilwm
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/evilwm
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} ChangeLog README README.vdesk TODO \
+ ${PREFIX}/share/doc/evilwm
.include "../../mk/bsd.pkg.mk"