[SM-Commit] GIT changes to master grimoire by Arjan Bouter (02c120558eb5f4f0ffd007c956a9c7429961fe82)

Arjan Bouter scm at sourcemage.org
Mon Apr 14 23:21:43 EDT 2008


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

 wm-addons/skippy-xd/BUILD   |    1 +
 wm-addons/skippy-xd/DEPENDS |   10 ++++++++++
 wm-addons/skippy-xd/DETAILS |   21 +++++++++++++++++++++
 wm-addons/skippy-xd/HISTORY |   18 ++++++++++++++++++
 wm-addons/skippy-xd/INSTALL |    3 +++
 5 files changed, 53 insertions(+)

New commits:
commit 02c120558eb5f4f0ffd007c956a9c7429961fe82
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    skippy-xd: new spell, skippy on steroids

diff --git a/wm-addons/skippy-xd/BUILD b/wm-addons/skippy-xd/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/wm-addons/skippy-xd/BUILD
@@ -0,0 +1 @@
+make
diff --git a/wm-addons/skippy-xd/DEPENDS b/wm-addons/skippy-xd/DEPENDS
new file mode 100755
index 0000000..8681526
--- /dev/null
+++ b/wm-addons/skippy-xd/DEPENDS
@@ -0,0 +1,10 @@
+depends X11-SERVER &&
+depends freetype2  &&
+. $GRIMOIRE/FUNCTIONS
+if check_if_xorg_modular_server ; then
+  depends libxrender     &&
+  depends libxdamage     &&
+  depends libxcomposite  &&
+  depends libxfixes      &&
+  depends libxft
+fi
diff --git a/wm-addons/skippy-xd/DETAILS b/wm-addons/skippy-xd/DETAILS
new file mode 100755
index 0000000..28535df
--- /dev/null
+++ b/wm-addons/skippy-xd/DETAILS
@@ -0,0 +1,21 @@
+           SPELL=skippy-xd
+         VERSION=0.5.0
+          SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://thegraveyard.org/files/$SOURCE
+        WEB_SITE=http://thegraveyard.org/skippy.php
+         ENTERED=20080414
+     SOURCE_HASH=sha512:e22d479e3dd495c3503751e7661a62703a126b915a7b22ce11112bfff03407756be3e34523ea63418d6afa0533c5fce22c2f0a74d590e0958a193c00ff2c72ca
+      LICENSE[0]=GPL
+        KEYWORDS="wm-addons"
+           SHORT="Similar to Apple's expose or expocity for Metacity."
+cat << EOF
+Skippy-XD is a version of Skippy that uses the new XDamage, XComposite and
+XFixes extensions (found in FreeDesktop.org's Xserver project) to provide you
+with 'live' versions of the windows.
+
+Skippy is a full-screen task-switcher for X11. On a keypress (F11 by default,
+but customizable) all windows are resized for a moment to such a size that they
+all fit on the screen. When you click on one, the windows are resized back with
+the clicked one focused up-front.
+EOF
diff --git a/wm-addons/skippy-xd/HISTORY b/wm-addons/skippy-xd/HISTORY
new file mode 100644
index 0000000..faace4e
--- /dev/null
+++ b/wm-addons/skippy-xd/HISTORY
@@ -0,0 +1,18 @@
+2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
+	* DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth at tautology.org>
+	* DETAILS: MD5 -> SHA512
+
+2004-06-20 Sam v. Herwaarden <sam at utrecht.njn.nl>
+	* CONFIGURE, INSTALL: major changes, converted to BUILD_API=2
+
+2004-06-18 Sam v. Herwaarden <sam at utrecht.njn.nl>
+	* DEPENDS, DETAILS, HISTORY, BUILD, TRIGGERS: created this spell
+
diff --git a/wm-addons/skippy-xd/INSTALL b/wm-addons/skippy-xd/INSTALL
new file mode 100755
index 0000000..4acdbbd
--- /dev/null
+++ b/wm-addons/skippy-xd/INSTALL
@@ -0,0 +1,3 @@
+install -D -m755 ${SOURCE_DIRECTORY}/skippy-xd ${INSTALL_ROOT}/usr/bin/skippy-xd &&
+mkdir -p ${INSTALL_ROOT}/etc/skippy &&
+install -D -m755 ${SOURCE_DIRECTORY}/skippy-xd.rc-default ${INSTALL_ROOT}/etc/skippy/skippy-xd.rc-default 



More information about the SM-Commit mailing list