Skip to Content.
Sympa Menu

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

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 (dc45d7411f7f6bf5a18cae829b7b05b0eebc276a)
  • Date: Wed, 28 Nov 2007 15:03:52 -0600

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

ChangeLog | 3 ++
windowmanagers/wmx/DEPENDS | 1
windowmanagers/wmx/DETAILS | 42
+++++++++++++++++++++++++++++++++++++++++
windowmanagers/wmx/HISTORY | 3 ++
windowmanagers/wmx/INSTALL | 2 +
windowmanagers/wmx/PREPARE | 2 +
windowmanagers/wmx/wmx.desktop | 8 +++++++
7 files changed, 61 insertions(+)

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

wmx: new spell, enhanced wm2 based windowmanager

diff --git a/ChangeLog b/ChangeLog
index d48d528..57ca960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-28 Arjan Bouter <abouter AT sourcemage.org>
+ * windowmanagers/wmx: new spell enhanced wm2 based windowmanager
+
2007-11-27 Ladislav Hagara <hgr AT vabo.cz>
* kernels/i2c-tools: new spell, I2C tools for Linux

diff --git a/windowmanagers/wmx/DEPENDS b/windowmanagers/wmx/DEPENDS
new file mode 100755
index 0000000..16690a3
--- /dev/null
+++ b/windowmanagers/wmx/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/windowmanagers/wmx/DETAILS b/windowmanagers/wmx/DETAILS
new file mode 100755
index 0000000..8e77497
--- /dev/null
+++ b/windowmanagers/wmx/DETAILS
@@ -0,0 +1,42 @@
+ SPELL=wmx
+if [[ "$WMX_CVS" == "y" ]]; then
+ if [[ "$WMX_CVS_AUTOUPDATE" = "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ 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:wmx
+ SOURCE_IGNORE=volatile
+else
+ VERSION=6pl1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.all-day-breakfast.com/$SPELL/${SOURCE}
+
SOURCE_HASH=sha512:0d13ffbe177912f8f5e0678cbdc0a8266ce4788f3aa6a87d733e27f7affba2ea267d754e82d63508b65487ad4d47bdfa2437fe1c1bbb132440ad4279bcbc0078
+fi
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.all-day-breakfast.com/wm2/
+ ENTERED=20071128
+ LICENSE[0]=GPL
+ KEYWORDS="windowmanagers"
+ 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.
+
+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.
+
+wm2 is therefore the ideal window manager for today's elegant and ascetic
programmer.
+EOF
diff --git a/windowmanagers/wmx/HISTORY b/windowmanagers/wmx/HISTORY
new file mode 100644
index 0000000..e6b82fd
--- /dev/null
+++ b/windowmanagers/wmx/HISTORY
@@ -0,0 +1,3 @@
+2007-11-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS,DETAILS,HISTORY,INSTALL,PREPARE,wmx.desktop:
+ created spell
diff --git a/windowmanagers/wmx/INSTALL b/windowmanagers/wmx/INSTALL
new file mode 100755
index 0000000..9ff467e
--- /dev/null
+++ b/windowmanagers/wmx/INSTALL
@@ -0,0 +1,2 @@
+cp ${SOURCE_DIRECTORY}/wmx ${INSTALL_ROOT}/usr/bin &&
+install_wmfiles
diff --git a/windowmanagers/wmx/PREPARE b/windowmanagers/wmx/PREPARE
new file mode 100755
index 0000000..6544d01
--- /dev/null
+++ b/windowmanagers/wmx/PREPARE
@@ -0,0 +1,2 @@
+config_query WMX_CVS "Do you want the CVS version?" n
+config_query WMX_CVS_AUTOUPDATE "Automatically update $SPELL on
system-update?" n
diff --git a/windowmanagers/wmx/wmx.desktop b/windowmanagers/wmx/wmx.desktop
new file mode 100644
index 0000000..d4f2f6f
--- /dev/null
+++ b/windowmanagers/wmx/wmx.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=wmx
+Comment=This session logs you into wmx
+Exec=wmx
+TryExec=wmx
+Icon=
+Type=Application




Archive powered by MHonArc 2.6.24.

Top of Page