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.
This commit is contained in:
parent
d05d81c13a
commit
43e17d2ce1
2 changed files with 6 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue