diff options
author | wiz <wiz> | 2003-01-03 21:10:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-03 21:10:16 +0000 |
commit | 41558556fac27e892c2a121c6d687a808b278123 (patch) | |
tree | 0d382257a0d9035777e73558ba6f52a77525e061 | |
parent | 7235ce61cbe1c8093386ef38779188c83aa794e6 (diff) | |
download | pkgsrc-41558556fac27e892c2a121c6d687a808b278123.tar.gz |
Update to 0.8, provided by Juan RP in PR 19661.
-Window Shading: Middle Mouse button on titlebar shades a window.
-Configuration Support: Support for a configuration file with new menu format.
-Fix: Virtual Desktop Bug that did not record the target window in the unmap
ignore list properly.
-Sticky Support: Supports the EWMH Sticky State.
-Replaced Window List: Replaced the old Window/Client list with a STL one.
-Fix: Changing the "main" color now also applies to the button icons.
-Fix: Fixed memory errors reported by Valgrind.
-Menu: Changed the string array for items to a STL vector.
-Fix: The clock now updates every minute.
-rw-r--r-- | wm/novawm/Makefile | 7 | ||||
-rw-r--r-- | wm/novawm/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/novawm/Makefile b/wm/novawm/Makefile index 7e4e165318a..459f25d18c8 100644 --- a/wm/novawm/Makefile +++ b/wm/novawm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/03 21:10:16 wiz Exp $ # -DISTNAME= novawm-0.7_alpha -PKGNAME= ${DISTNAME:S/_alpha/rc1/} -WRKSRC= ${WRKDIR}/${DISTNAME:S/_alpha//} +DISTNAME= NovaWM-0.8_alpha +PKGNAME= novawm-0.8 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=novawm/} diff --git a/wm/novawm/distinfo b/wm/novawm/distinfo index c36711479eb..6aa3deff3cf 100644 --- a/wm/novawm/distinfo +++ b/wm/novawm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/12/18 22:29:05 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2003/01/03 21:10:16 wiz Exp $ -SHA1 (novawm-0.7_alpha.tar.gz) = ecb35cf33dd9b40c1057bae215abb9435575e180 -Size (novawm-0.7_alpha.tar.gz) = 61974 bytes +SHA1 (NovaWM-0.8_alpha.tar.gz) = 6b881ca2f1673b1da785a6ba9a1421b88f634703 +Size (NovaWM-0.8_alpha.tar.gz) = 1103082 bytes SHA1 (patch-aa) = 8c4b80cce3c5a55a76031fd69bc051155841352c |