New commits:
commit 0344c74a9b77f9362a11307b3ad54e7060a3ec90
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
wm2: added release version and cvs autoupdate
diff --git a/windowmanagers/wm2/DETAILS b/windowmanagers/wm2/DETAILS
index 0b77f0d..344bc0c 100755
--- a/windowmanagers/wm2/DETAILS
+++ b/windowmanagers/wm2/DETAILS
@@ -1,13 +1,21 @@
SPELL=wm2
-if [[ "$WM2_CVS_AUTOUPDATE" == "y" ]]; then
+if [[ "$WM2_CVS" == "y" ]]; then
+ if [[ "$WM2_CVS_AUTOUPDATE" = "y" ]]; then
VERSION=$(date +%Y%m%d)
-else
+ else
VERSION=cvs
-fi
- SOURCE=$SPELL-cvsroot.tar.bz2
+ fi
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot
SOURCE_URL[0]=cvs://:pserver:anonymous AT wm2.cvs.sourceforge.net:/cvsroot/wm2:wm2
SOURCE_IGNORE=volatile
+else
+ VERSION=4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.all-day-breakfast.com/$SPELL/${SOURCE}
+
SOURCE_HASH=sha512:9151267e5a6bf39587b15dc3e55b4acc05aa1b14a7a9bcb4e1ed25d474af8b0e7699343117f184c745645deb404d6f6e230809b88d9b7bb5c1f67ba0fbde72e9
+fi
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.all-day-breakfast.com/wm2/
ENTERED=20040821
PATCHLEVEL=0
@@ -16,20 +24,20 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot
SHORT="wm2 is a goodlooking minimalist windowmanager"
cat << EOF
wm2 is a window manager for X. Using wm2, you can:
- � move windows around the screen;
- � resize windows both horizontally and vertically;
- � hide windows;
- � restore hidden windows; and
- � delete windows.
+* move windows around the screen;
+* resize windows both horizontally and vertically;
+* hide windows;
+* restore hidden windows; and
+* delete windows.
wm2 also adds a stylish frame to each managed window.