Skip to Content.
Sympa Menu

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

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 (ecba0762fb1c9cc6dab062a4b64a188cc3fa16fa)
  • Date: Thu, 3 Jan 2008 11:10:06 -0600

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

windowmanagers/wm2/DETAILS | 2 +-
windowmanagers/wm2/HISTORY | 3 +++
windowmanagers/wm2/PREPARE | 6 ++++--
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit ecba0762fb1c9cc6dab062a4b64a188cc3fa16fa
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

wm2: fixed PREPARE, only ask for autoupdate when using cvs version

diff --git a/windowmanagers/wm2/DETAILS b/windowmanagers/wm2/DETAILS
index 344bc0c..61c2e88 100755
--- a/windowmanagers/wm2/DETAILS
+++ b/windowmanagers/wm2/DETAILS
@@ -18,7 +18,7 @@ fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.all-day-breakfast.com/wm2/
ENTERED=20040821
- PATCHLEVEL=0
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="windowmanagers"
SHORT="wm2 is a goodlooking minimalist windowmanager"
diff --git a/windowmanagers/wm2/HISTORY b/windowmanagers/wm2/HISTORY
index 7641bd1..deb7024 100644
--- a/windowmanagers/wm2/HISTORY
+++ b/windowmanagers/wm2/HISTORY
@@ -1,3 +1,6 @@
+2008-01-03 Arjan Bouter <abouter AT sourcemage.org>
+ * PREPARE: only ask autoupdate when using cvs
+
2007-11-28 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: added release version and autoupdate for cvs
* PREPARE: added cvs autoupdate query
diff --git a/windowmanagers/wm2/PREPARE b/windowmanagers/wm2/PREPARE
index e3d8388..10adb9f 100755
--- a/windowmanagers/wm2/PREPARE
+++ b/windowmanagers/wm2/PREPARE
@@ -1,2 +1,4 @@
-config_query WM2_CVS "Do you want the CVS version?" n
-config_query WM2_CVS_AUTOUPDATE "Automatically update $SPELL on
system-update?" n
+config_query WM2_CVS "Do you want the CVS version?" n &&
+if [ "$WM2_CVS" == "y" ]; then
+ config_query WM2_CVS_AUTOUPDATE "Automatically update $SPELL on
system-update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ecba0762fb1c9cc6dab062a4b64a188cc3fa16fa), Arjan Bouter, 01/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page