Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c16bcbfedb30caa8ef31d7369e5bcd1b8bcfff0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c16bcbfedb30caa8ef31d7369e5bcd1b8bcfff0d)
  • Date: Mon, 24 Aug 2009 09:41:07 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 1 +
windowmanagers/wmfs/BUILD | 5 +++++
windowmanagers/wmfs/DEPENDS | 8 ++++++++
windowmanagers/wmfs/DETAILS | 26 ++++++++++++++++++++++++++
windowmanagers/wmfs/HISTORY | 2 ++
5 files changed, 42 insertions(+)

New commits:
commit c16bcbfedb30caa8ef31d7369e5bcd1b8bcfff0d
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

windowmanagers/wmfs: new spell, lightweight tiling window manager

diff --git a/ChangeLog b/ChangeLog
index 8dccd5b..b3a28d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-08-24 Quentin Rameau <quinq AT sourcemage.org>
* audio-players/shell-fm: new spell, console player for Last.FM
+ * windowmanagers/wmfs: new spell, lightweight tiling window manager

2009-08-23 Eric Sandall <sandalle AT sourcemage.org>
* audio-soft/paman: Added a GTK front-end for PulseAudio
diff --git a/windowmanagers/wmfs/BUILD b/windowmanagers/wmfs/BUILD
new file mode 100755
index 0000000..209cd97
--- /dev/null
+++ b/windowmanagers/wmfs/BUILD
@@ -0,0 +1,5 @@
+cd ${SOURCE_DIRECTORY} &&
+mkdir build &&
+cd build &&
+cmake -DPREFIX=/usr -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
-DCMAKE_C_FLAGS="${CFLAGS}" .. &&
+make
diff --git a/windowmanagers/wmfs/DEPENDS b/windowmanagers/wmfs/DEPENDS
new file mode 100755
index 0000000..0fc2ae9
--- /dev/null
+++ b/windowmanagers/wmfs/DEPENDS
@@ -0,0 +1,8 @@
+depends confuse &&
+depends freetype2 &&
+depends libxinerama &&
+depends libxrandr &&
+depends libxft &&
+depends libx11 &&
+depends cmake &&
+optional_depends doxygen "" "" "to enable doxygen documentation"
diff --git a/windowmanagers/wmfs/DETAILS b/windowmanagers/wmfs/DETAILS
new file mode 100755
index 0000000..c0beca6
--- /dev/null
+++ b/windowmanagers/wmfs/DETAILS
@@ -0,0 +1,26 @@
+ SPELL="wmfs"
+ VERSION="scm"
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.bz2}"
+ SOURCE_URL[0]="git://git.wmfs.info/wmfs.git:${SOURCE%.tar.bz2}"
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE="volatile"
+ WEB_SITE="http://wmfs.info/";
+ ENTERED="20090801"
+ LICENSE[0]="BSD"
+ SHORT="lightweight and highly configurable tiling window manager"
+cat << EOF
+WMFS (Window Manager From Scratch) is a lightweight and highly configurable
+tiling window manager for X. It can be configured with a configuration file,
+supports Xft (Freetype) fonts and is compliant with the Extended Window
Manager
+Hints (EWMH) specifications.
+
+WMFS works especially around Clients, Keybindings, Tags and Layouts.
+ * A Client consists of a an application window, its frame - including
+ titlebar, border, resizing corners - and its properties.
+ * A Tag is actually a workspace. basically, you have 9 tags. you can
have up
+ to 36 per screen!
+ * A Keybinding is a key combination to execute a function defined in
WMFS's
+ configuration file.
+ * A Layout is a placement mode. WMFS offers up to 9 layouts.
+EOF
diff --git a/windowmanagers/wmfs/HISTORY b/windowmanagers/wmfs/HISTORY
new file mode 100644
index 0000000..4f16611
--- /dev/null
+++ b/windowmanagers/wmfs/HISTORY
@@ -0,0 +1,2 @@
+2009-08-24 Quentin Rameau <quinq AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, HISTORY: spell created



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c16bcbfedb30caa8ef31d7369e5bcd1b8bcfff0d), Quentin Rameau, 08/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page