Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0344c74a9b77f9362a11307b3ad54e7060a3ec90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0344c74a9b77f9362a11307b3ad54e7060a3ec90)
  • Date: Wed, 28 Nov 2007 14:26:56 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

windowmanagers/wm2/DETAILS | 36 ++++++++++++++++++++++--------------
windowmanagers/wm2/HISTORY | 4 ++++
windowmanagers/wm2/PREPARE | 1 +
3 files changed, 27 insertions(+), 14 deletions(-)

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.

wm2 does not provide:
- � icons;
- � configurability;
- � a virtual desktop;
- � extendable root menus;
- � toolbars - button panels - docking areas - &c.
+* icons;
+* configurability;
+* a virtual desktop;
+* extendable root menus;
+* toolbars - button panels - docking areas.

wm2 is therefore the ideal window manager for today's elegant and ascetic
programmer.
EOF
diff --git a/windowmanagers/wm2/HISTORY b/windowmanagers/wm2/HISTORY
index 3e5b33b..7641bd1 100644
--- a/windowmanagers/wm2/HISTORY
+++ b/windowmanagers/wm2/HISTORY
@@ -1,3 +1,7 @@
+2007-11-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: added release version and autoupdate for cvs
+ * PREPARE: added cvs autoupdate query
+
2006-09-06 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated cvs url

diff --git a/windowmanagers/wm2/PREPARE b/windowmanagers/wm2/PREPARE
index 91d3331..e3d8388 100755
--- a/windowmanagers/wm2/PREPARE
+++ b/windowmanagers/wm2/PREPARE
@@ -1 +1,2 @@
+config_query WM2_CVS "Do you want the CVS version?" n
config_query WM2_CVS_AUTOUPDATE "Automatically update $SPELL on
system-update?" n



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0344c74a9b77f9362a11307b3ad54e7060a3ec90), Arjan Bouter, 11/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page