Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b418022e0d9015332dc95dfe4a93a92d298e23b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b418022e0d9015332dc95dfe4a93a92d298e23b8)
  • Date: Tue, 25 Mar 2008 00:50:05 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 +++
windowmanagers/awesome/DEPENDS | 12 +++++++++++
windowmanagers/awesome/DETAILS | 26
+++++++++++++++++++++++++
windowmanagers/awesome/HISTORY | 3 ++
windowmanagers/awesome/INSTALL | 2 +
windowmanagers/awesome/awesome-2.2.tar.bz2.sig |binary
windowmanagers/awesome/awesome.desktop | 8 +++++++
windowmanagers/awesome/startawesome | 22 +++++++++++++++++++++
8 files changed, 77 insertions(+)

New commits:
commit b418022e0d9015332dc95dfe4a93a92d298e23b8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

awesome: Added a dwm-based window manager with many layouts

diff --git a/ChangeLog b/ChangeLog
index 0c5db7c..b8de3be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * windowmanagers/awesome: Added a dwm-based window manager with many
+ layouts
+
2008-03-23 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation, audio-drivers, audio-libs, audio-plugins,
audio-soft: Added myself into MAINTAINER. I left Unet's
diff --git a/windowmanagers/awesome/DEPENDS b/windowmanagers/awesome/DEPENDS
new file mode 100755
index 0000000..6b84586
--- /dev/null
+++ b/windowmanagers/awesome/DEPENDS
@@ -0,0 +1,12 @@
+depends cairo &&
+depends confuse &&
+depends pkgconfig &&
+depends X11-LIBS &&
+
+. $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs; then
+ depends libxft &&
+ depends libxinerama &&
+ depends libxrandr
+fi
diff --git a/windowmanagers/awesome/DETAILS b/windowmanagers/awesome/DETAILS
new file mode 100755
index 0000000..918d78b
--- /dev/null
+++ b/windowmanagers/awesome/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=awesome
+ VERSION=2.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://awesome.naquadah.org/download/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=MIT
+ KEYWORDS="windowmanagers"
+ WEB_SITE=http://awesome.naquadah.org/
+ ENTERED=20080324
+ SHORT='A dwm-based window manager with many layouts'
+cat << EOF
+awesome is a floating and tiling window manager initialy based on a dwm code
+rewriting. It's extremely fast, small, dynamic and awesome.
+
+Windows can be managed in several layouts: tiled, maximized, dwindle, spiral,
+floating. Each layout can be applied on the fly, optimizing the environment
for
+the application in use and the task performed.
+
+Managing windows in tiled mode assures that no space will be wasted on your
+screen. No gaps, no overlap. Other layouts can be used for different purpose.
+
+If you do not want to use the tiling management, you can use the floating
+layout wich will let you organize your windows as you wish, like any other
+window manager.
+EOF
diff --git a/windowmanagers/awesome/HISTORY b/windowmanagers/awesome/HISTORY
new file mode 100644
index 0000000..c1af47b
--- /dev/null
+++ b/windowmanagers/awesome/HISTORY
@@ -0,0 +1,3 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, INSTALL, startawesome, awesome.desktop: Created
+
diff --git a/windowmanagers/awesome/INSTALL b/windowmanagers/awesome/INSTALL
new file mode 100755
index 0000000..88255cc
--- /dev/null
+++ b/windowmanagers/awesome/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install_wmfiles
diff --git a/windowmanagers/awesome/awesome-2.2.tar.bz2.sig
b/windowmanagers/awesome/awesome-2.2.tar.bz2.sig
new file mode 100644
index 0000000..840e2db
Binary files /dev/null and b/windowmanagers/awesome/awesome-2.2.tar.bz2.sig
differ
diff --git a/windowmanagers/awesome/awesome.desktop
b/windowmanagers/awesome/awesome.desktop
new file mode 100644
index 0000000..e81d069
--- /dev/null
+++ b/windowmanagers/awesome/awesome.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=awesome
+Comment=This session logs you into Awesome
+Exec=startawesome
+TryExec=startawesome
+Icon=
+Type=Application
diff --git a/windowmanagers/awesome/startawesome
b/windowmanagers/awesome/startawesome
new file mode 100644
index 0000000..c5ece3c
--- /dev/null
+++ b/windowmanagers/awesome/startawesome
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# startawesome
+#
+# Copyright (C) 2008 Eric Sandall <sandalle AT sourcemage.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+
+exec awesome



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b418022e0d9015332dc95dfe4a93a92d298e23b8), Eric Sandall, 03/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page