Update to version 2.

This release contains a reworked layout concept and separated wmii
actions into shell scripts.
This commit is contained in:
Leonard Schmidt 2005-07-31 10:03:28 +00:00 committed by Thomas Klausner
parent 8af37ee240
commit 2817bcec7b
4 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@ X11 window manager which supports tabbed, tiled and conventional window
management through layouts. If build with cairo support, it also provides
anti-aliased font rendering.
Wmii consists of components that are independent processes and communicate
wmii consists of components that are independent processes and communicate
via a socket-based virtual filesystem which is oriented on the "everything is a
file" paradigm of the plan9 operating system.

View file

@ -1,14 +1,14 @@
# $NetBSD: Makefile.common,v 1.81 2005/07/24 22:58:09 leonardschmidt Exp $
# $NetBSD: Makefile.common,v 1.82 2005/07/31 10:03:28 leonardschmidt Exp $
#
DISTNAME= wmii-2-rc2
DISTNAME= wmii-2
CATEGORIES= wm x11
MASTER_SITES= http://wmi.modprobe.de/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= lems@gmx.net
HOMEPAGE= http://wmi.modprobe.de/
COMMENT= Modular, minimalist and highly customizable window manager
COMMENT= Modular and keyboard-friendly window manager
DISTINFO_FILE= ${.CURDIR}/../../wip/wmii/distinfo
PATCHDIR= ${.CURDIR}/../../wip/wmii/patches

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.9 2005/07/16 20:04:39 leonardschmidt Exp $
$NetBSD: distinfo,v 1.10 2005/07/31 10:03:28 leonardschmidt Exp $
SHA1 (wmii-2-rc2.tar.bz2) = 7dfb4766bdd025562bbba54dc901f4c53b0e9490
RMD160 (wmii-2-rc2.tar.bz2) = fe69c8cdaf7bd81909d915e2b91c41c466aa15b7
Size (wmii-2-rc2.tar.bz2) = 71028 bytes
SHA1 (patch-aa) = 63d13f3ffdf29d0e4a28f24228e2730205d52a75
SHA1 (wmii-2.tar.bz2) = 76c2bbe0970f57fa160f13c2ae37a009e84bf5b7
RMD160 (wmii-2.tar.bz2) = 80aaca41643e9632dc63341b63f80a6c1c92e6d8
Size (wmii-2.tar.bz2) = 67004 bytes
SHA1 (patch-aa) = de9c6e9286f86780aa41011ea34355a530f41a34
SHA1 (patch-ab) = 36f20c6f7264f81aa4d45f312c35b15c9de4cce3

View file

@ -1,6 +1,6 @@
$NetBSD: patch-aa,v 1.9 2005/07/16 20:04:40 leonardschmidt Exp $
$NetBSD: patch-aa,v 1.10 2005/07/31 10:03:28 leonardschmidt Exp $
--- config.mk.orig 2005-07-15 10:27:07.000000000 +0000
--- config.mk.orig 2005-07-30 22:14:00.000000000 +0000
+++ config.mk
@@ -1,24 +1,24 @@
# Customize to fit your system
@ -35,9 +35,9 @@ $NetBSD: patch-aa,v 1.9 2005/07/16 20:04:40 leonardschmidt Exp $
# str{l,n}{cat,cpy} support, if you have OpenBSD you can use strl*
STRLCPY = strncpy
@@ -29,14 +29,14 @@ STRLFLAGS = -DSTRLCPY=${STRLCPY} -DSTR
VERSION = 2-rc2
#VERSION = 2-current
@@ -28,14 +28,14 @@ STRLFLAGS = -DSTRLCPY=${STRLCPY} -DSTR
# compiler
VERSION = 2
# Note: - under Solaris add -D__EXTENSIONS__ to CFLAGS
-CFLAGS = -O0 -g -Wall -pedantic ${INCLUDES} ${STRLFLAGS} -DDRAW=\"${DRAW}\" -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}